rpms/gstreamer-plugins-farsight/devel gstreamer-plugins-farsight.spec, 1.3, 1.4

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Thu May 24 21:22:49 UTC 2007


Author: bpepple

Update of /cvs/pkgs/rpms/gstreamer-plugins-farsight/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17909

Modified Files:
	gstreamer-plugins-farsight.spec 
Log Message:
* Thu May 24 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.12.1-2
- Add BR for GConf2-devel & gsm-devel to build additional plugins.



Index: gstreamer-plugins-farsight.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-farsight/devel/gstreamer-plugins-farsight.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gstreamer-plugins-farsight.spec	24 May 2007 19:38:44 -0000	1.3
+++ gstreamer-plugins-farsight.spec	24 May 2007 21:22:15 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:           gstreamer-plugins-farsight
 Version:        0.12.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GStreamer plug-ins for farsight protocol
 
 Group:          Applications/Multimedia
@@ -16,6 +16,8 @@
 BuildRequires:	libjingle-devel
 BuildRequires:	jasper-devel
 BuildRequires:	jrtplib-devel
+BuildRequires:	gsm-devel
+BuildRequires:	GConf2-devel
 
 
 %description
@@ -29,8 +31,7 @@
 
 %build
 %configure --disable-static	\
-	   --disable-mimic 	\
-	   --disable-gsm
+	   --disable-mimic
 make %{?_smp_mflags}
 
 
@@ -44,13 +45,23 @@
 rm -rf $RPM_BUILD_ROOT
 
 
+%post -p /sbin/ldconfig
+
+
+%postun -p /sbin/ldconfig
+
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING
 %{_libdir}/gstreamer-%{gst_majorminor}/*.so
+%{_libdir}/gstreamer-%{gst_majorminor}/*.so.*
 
 
 %changelog
+* Thu May 24 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.12.1-2
+- Add BR for GConf2-devel & gsm-devel to build additional plugins.
+
 * Thu May 24 2007 Brian Pepple <bpepple at fedoraproject.org> - 0.12.1-1
 - Update to 0.12.1.
 - Bump minimum version of gstreamer needed.




More information about the fedora-extras-commits mailing list