rpms/rygel/devel rygel.spec,1.1,1.2

Peter Robinson pbrobinson at fedoraproject.org
Sun Jun 21 15:04:21 UTC 2009


Author: pbrobinson

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

Modified Files:
	rygel.spec 
Log Message:
Split tracker plugin to sub package


Index: rygel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rygel/devel/rygel.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- rygel.spec	5 Jun 2009 22:16:15 -0000	1.1
+++ rygel.spec	21 Jun 2009 15:03:50 -0000	1.2
@@ -1,9 +1,9 @@
 Name:           rygel
 Version:        0.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A UPnP v2 Media Server
 
-Group:          Development/Languages
+Group:          Applications/Multimedia
 License:        LGPLv2+
 URL:            http://live.gnome.org/Rygel
 Source0:        ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2
@@ -22,7 +22,6 @@ BuildRequires: GConf2-devel
 BuildRequires: libgee-devel >= 0.1.5
 BuildRequires: libsoup-devel
 BuildRequires: pkgconfig
-Requires: tracker
 
 %description
 Rygel is an implementation of the UPnP MediaServer V 2.0 specification that is 
@@ -38,6 +37,15 @@ Requires: pkgconfig
 %description devel
 Files for development with rygel.
 
+%package tracker
+Summary: Tracker plugin for rygel
+Group: Applications/Multimedia
+Requires: %{name} = %{version}-%{release}
+Requires: tracker
+
+%description tracker
+A plugin for rygel to use tracker to locate media on the local machine
+
 %prep
 %setup -q
 
@@ -62,11 +70,14 @@ rm -rf %{buildroot}
 %{_bindir}/rygel
 %{_bindir}/rygel-preferences
 %{_libdir}/rygel-1.0/librygel-dvb.so
-%{_libdir}/rygel-1.0/librygel-media-tracker.so
 %{_libdir}/rygel-1.0/librygel-external.so
 %{_libdir}/rygel-1.0/librygel-media-folder.so
 %{_datadir}/rygel/
 
+%files tracker
+%defattr(-,root,root,-)
+%{_libdir}/rygel-1.0/librygel-media-tracker.so
+
 %files devel
 %defattr(-,root,root,-)
 %{_includedir}/rygel-1.0/rygel.h
@@ -75,6 +86,9 @@ rm -rf %{buildroot}
 %{_datadir}/vala/vapi/rygel-1.0.vapi
 
 %changelog
+* Wed Jun  3 2009 Peter Robinson <pbrobinson at gmail.com> 0.3-2
+- Split tracker plugin out to a sub package. Resolves RHBZ 507032
+
 * Wed Jun  3 2009 Peter Robinson <pbrobinson at gmail.com> 0.3-1
 - New upstream release
 




More information about the fedora-extras-commits mailing list