rpms/farsight2/devel farsight2.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Brian Pepple bpepple at fedoraproject.org
Wed Dec 31 23:56:22 UTC 2008


Author: bpepple

Update of /cvs/pkgs/rpms/farsight2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7077/devel

Modified Files:
	.cvsignore sources 
Added Files:
	farsight2.spec import.log 
Log Message:
Initial import.



--- NEW FILE farsight2.spec ---
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

%define gst_ver 0.10.20
%define gst_plugins_base_ver 0.10.20
%define gst_plugins_good 0.10.7
%define gst_plugins_farsight 0.12.9
%define gst_python 0.10.10

Name:           farsight2
Version:        0.0.6
Release:        2%{?dist}
Summary:        Libraries for videoconferencing

Group:          System Environment/Libraries
License:	LGPLv2+
URL:            http://farsight.freedesktop.org/wiki/
Source0:        http://farsight.freedesktop.org/releases/%{name}/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	glib2-devel >= 2.16
BuildRequires:  gstreamer-devel >= %{gst_ver}
BuildRequires:	gstreamer-plugins-base-devel >= %{gst_plugins_base_ver}
BuildRequires:	gstreamer-python >= %{gst_python}
BuildRequires:	python-devel

Requires:	gstreamer-plugins-farsight >= %{gst_plugins_farsight}
Requires:	gstreamer-plugins-good >= %{gst_plugins_good}


%description
%{name} is a collection of GStreamer modules and libraries for
videoconferencing.


%package   	python
Summary:	Python binding for %{name}
Group:		Development/Libraries
Requires:	%{name} = %{version}-%{release}


%description	python
Python bindings for %{name}.


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
Requires:       %{name} = %{version}-%{release}
Requires:	%{name}-python = %{version}-%{release}
Requires:       gstreamer-devel  >= %{gst_ver}
Requires:       gstreamer-plugins-base-devel >= %{gst_plugins_base_ver}
Requires:       pkgconfig


%description    devel
The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q


%build
%configure --disable-static
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'


%clean
rm -rf $RPM_BUILD_ROOT


%post -p /sbin/ldconfig


%postun -p /sbin/ldconfig


%files
%defattr(-,root,root,-)
%doc COPYING
%{_libdir}/*.so.*
%dir %{_libdir}/%{name}-0.0
%{_libdir}/%{name}-0.0/libmulticast-transmitter.so
%{_libdir}/%{name}-0.0/librawudp-transmitter.so
%{_libdir}/gstreamer-0.10/libfsfunnel.so
%{_libdir}/gstreamer-0.10/libfsrtpconference.so
%{_libdir}/gstreamer-0.10/libfsvideoanyrate.so


%files python
%defattr(-,root,root,-)
%{python_sitearch}/farsight.so


%files devel
%defattr(-,root,root,-)
%{_libdir}/libgstfarsight-0.10.so
%{_libdir}/pkgconfig/%{name}-0.10.pc
%{_includedir}/gstreamer-0.10/gst/farsight/
%{_datadir}/gtk-doc/html/%{name}-libs-0.10/
%{_datadir}/gtk-doc/html/%{name}-plugins-0.10/


%changelog
* Tue Dec 16 2008 Brian Pepple <bpepple at fedoraproject.org> - 0.0.6-1
- Initial Fedora spec.


--- NEW FILE import.log ---
farsight2-0_0_6-2_fc10:HEAD:farsight2-0.0.6-2.fc10.src.rpm:1230767766


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/farsight2/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	31 Dec 2008 05:56:12 -0000	1.1
+++ .cvsignore	31 Dec 2008 23:55:52 -0000	1.2
@@ -0,0 +1 @@
+farsight2-0.0.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/farsight2/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 Dec 2008 05:56:12 -0000	1.1
+++ sources	31 Dec 2008 23:55:52 -0000	1.2
@@ -0,0 +1 @@
+1ec31b83104d61cd24e6c688dcce2f65  farsight2-0.0.6.tar.gz




More information about the fedora-extras-commits mailing list