rpms/farsight2/devel farsight2.spec,1.3,1.4

Brian Pepple bpepple at fedoraproject.org
Tue Jan 6 01:58:55 UTC 2009


Author: bpepple

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

Modified Files:
	farsight2.spec 
Log Message:
* Mon Jan  5 2009 Brian Pepple <bpepple at fedoraproject.org> - 0.0.6-4
- Add BR on libnice-devel and build libnice transmitter.
- Set gstreamer package name & origin.



Index: farsight2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/farsight2/devel/farsight2.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- farsight2.spec	2 Jan 2009 15:00:18 -0000	1.3
+++ farsight2.spec	6 Jan 2009 01:58:25 -0000	1.4
@@ -8,7 +8,7 @@
 
 Name:           farsight2
 Version:        0.0.6
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Libraries for videoconferencing
 
 Group:          System Environment/Libraries
@@ -21,6 +21,7 @@
 BuildRequires:  gstreamer-devel >= %{gst_ver}
 BuildRequires:	gstreamer-plugins-base-devel >= %{gst_plugins_base_ver}
 BuildRequires:	gstreamer-python >= %{gst_python}
+BuildRequires:	libnice-devel
 BuildRequires:	python-devel
 
 Requires:	gstreamer-plugins-farsight >= %{gst_plugins_farsight}
@@ -61,7 +62,11 @@
 
 
 %build
-%configure --disable-static
+%configure								\
+  --with-package-name='Fedora farsight2 package'			\
+  --with-package-origin='http://download.fedora.redhat.com/fedora'	\
+  --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}
@@ -90,6 +95,7 @@
 %dir %{_libdir}/%{name}-0.0
 %{_libdir}/%{name}-0.0/libmulticast-transmitter.so
 %{_libdir}/%{name}-0.0/librawudp-transmitter.so
+%{_libdir}/%{name}-0.0/libnice-transmitter.so
 %{_libdir}/gstreamer-0.10/libfsfunnel.so
 %{_libdir}/gstreamer-0.10/libfsrtpconference.so
 %{_libdir}/gstreamer-0.10/libfsvideoanyrate.so
@@ -110,6 +116,10 @@
 
 
 %changelog
+* Mon Jan  5 2009 Brian Pepple <bpepple at fedoraproject.org> - 0.0.6-4
+- Add BR on libnice-devel and build libnice transmitter.
+- Set gstreamer package name & origin.
+
 * Fri Jan 02 2009 Brian Pepple <bpepple at fedoraproject.org> - 0.0.6-3
 - Rebuild.
 




More information about the fedora-extras-commits mailing list