rpms/rhythmbox/devel rhythmbox.spec,1.312,1.313

Bastien Nocera hadess at fedoraproject.org
Fri Jun 25 12:54:16 UTC 2010


Author: hadess

Update of /cvs/pkgs/rpms/rhythmbox/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20077

Modified Files:
	rhythmbox.spec 
Log Message:
Split out devel package


Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -p -r1.312 -r1.313
--- rhythmbox.spec	25 Jun 2010 12:35:15 -0000	1.312
+++ rhythmbox.spec	25 Jun 2010 12:54:15 -0000	1.313
@@ -48,7 +48,6 @@ BuildRequires: kernel-headers
 BuildRequires: libSM-devel
 BuildRequires: perl(XML::Parser) intltool
 
-
 ExcludeArch:    s390 s390x
 
 %description
@@ -80,6 +79,16 @@ Requires: python-louie python-twisted
 This package contains a Rhythmbox plugin to add support for playing media 
 from, and sending media to UPnP/DLNA network devices.
 
+%package devel
+Summary: Development files for Rhythmbox plugins
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: pkg-config
+
+%description devel
+This package contains the development files necessary to create
+a Rhythmbox plugin.
+
 %prep
 %setup -q
 
@@ -197,6 +206,7 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_libdir}/rhythmbox/plugins/lyrics/
 %{_libdir}/rhythmbox/plugins/magnatune/
 %{_libdir}/rhythmbox/plugins/mmkeys/
+%{_libdir}/rhythmbox/plugins/mpris/
 %{_libdir}/rhythmbox/plugins/mtpdevice/
 %{_libdir}/rhythmbox/plugins/power-manager/
 %{_libdir}/rhythmbox/plugins/python-console/
@@ -218,6 +228,11 @@ gtk-update-icon-cache %{_datadir}/icons/
 %defattr(-, root, root)
 %{_libdir}/rhythmbox/plugins/upnp_coherence
 
+%files devel
+%defattr(-, root, root)
+%{_includedir}/rhythmbox
+%{_libdir}/pkgconfig/rhythmbox.pc
+
 %changelog
 * Fri Jun 25 2010 Bastien Nocera <bnocera at redhat.com> 0.12.90-1
 - Update to 0.12.90



More information about the scm-commits mailing list