rpms/gstreamer-plugins-farsight/F-7 gstreamer-plugins-farsight.spec, 1.4, 1.5

Guillaume Desmottes (gdesmott) fedora-extras-commits at redhat.com
Wed Apr 23 09:10:22 UTC 2008


Author: gdesmott

Update of /cvs/pkgs/rpms/gstreamer-plugins-farsight/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31814/F-7

Modified Files:
	gstreamer-plugins-farsight.spec 
Log Message:
Sync with devel package. Drop jrtplib-devel and jasper-devel build dep


Index: gstreamer-plugins-farsight.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gstreamer-plugins-farsight/F-7/gstreamer-plugins-farsight.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gstreamer-plugins-farsight.spec	22 Apr 2008 15:48:17 -0000	1.4
+++ gstreamer-plugins-farsight.spec	23 Apr 2008 09:09:44 -0000	1.5
@@ -1,21 +1,22 @@
 %define         gst_majorminor	0.10
+%define		gstreamer_ver	0.10.11
 
 Name:           gstreamer-plugins-farsight
 Version:        0.12.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GStreamer plug-ins for farsight protocol
 
 Group:          Applications/Multimedia
-License:        GPL
-URL:            http://projects.collabora.co.uk/trac/farsight
-Source0:        http://telepathy.freedesktop.org/releases/gst-plugins-farsight/gst-plugins-farsight-%{version}.tar.gz
+License:        LGPLv2+
+URL:            http://projects.collabora.co.uk/darcs/farsight/
+Source0:        http://farsight.freedesktop.org/releases/gst-plugins-farsight/gst-plugins-farsight-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  gstreamer-devel > 0.10.11
+BuildRequires:  gstreamer-devel >= %{gstreamer_ver}
 BuildRequires:	gstreamer-plugins-base-devel
 BuildRequires:	libjingle-devel
-BuildRequires:	jasper-devel
-BuildRequires:	jrtplib-devel
+BuildRequires:	gsm-devel
+BuildRequires:	GConf2-devel
 
 
 %description
@@ -29,8 +30,7 @@
 
 %build
 %configure --disable-static	\
-	   --disable-mimic 	\
-	   --disable-gsm
+	   --disable-mimic
 make %{?_smp_mflags}
 
 
@@ -44,6 +44,12 @@
 rm -rf $RPM_BUILD_ROOT
 
 
+%post -p /sbin/ldconfig
+
+
+%postun -p /sbin/ldconfig
+
+
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING
@@ -51,6 +57,10 @@
 
 
 %changelog
+* Wed Apr 23 2008 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk> - 0.12.7-2
+- Sync with devel package
+- Drop jrtplib-devel and jasper-devel build dep
+
 * Tue Apr 22 2008 Guillaume Desmottes <guillaume.desmottes at collabora.co.uk> - 0.12.7-1
 - Update to 0.12.7
 




More information about the fedora-extras-commits mailing list