[Rhythmbox-devel] [patch] devel rpm package



This patch splits off the header, the pkgconfig file, and some docs to a
devel rpm package.


Index: rhythmbox.spec.in
===================================================================
RCS file: /cvs/gnome/rhythmbox/rhythmbox.spec.in,v
retrieving revision 1.9
diff -u -r1.9 rhythmbox.spec.in
--- rhythmbox.spec.in	13 Aug 2003 17:53:16 -0000	1.9
+++ rhythmbox.spec.in	14 Aug 2003 23:33:43 -0000
@@ -28,6 +28,15 @@
 Music Management application with support for ripping audio-cd's,
 playback of Ogg Vorbis and Mp3 and burning of cdroms
 
+%package devel
+Summary:	Headers and and other files used to build things against rhythmbox
+Group:		Applications/Multimedia
+Requires:	%{name}-${version}-%{release}
+Requires:	gtk2-devel >= %{gtk2_version}
+
+%description devel
+Headers and and other files used to build things against rhythmbox
+
 %prep
 %setup -q
 
@@ -56,7 +65,7 @@
 
 %files -f %name.lang
 %defattr(-, root, root)
-%doc AUTHORS COPYING ChangeLog INSTALL README NEWS
+%doc AUTHORS COPYING ChangeLog INSTALL MAINTAINERS README NEWS
 %{_bindir}/rhythmbox
 %{_sysconfdir}/gconf/schemas/rhythmbox.schemas
 %{_datadir}/rhythmbox/*
@@ -68,12 +77,18 @@
 %{_datadir}/idl/Rhythmbox.idl
 %{_libdir}/bonobo/librb-nautilus-context-menu.*
 %{_libdir}/bonobo/servers/*
-%{_libdir}/pkgconfig/*
-%{_includedir}/Rhythmbox.h
 #%{_datadir}/gnome/help/rhythmbox/C/*
 #%{_datadir}/omf/rhythmbox/rhythmbox-C.omf
 
+%files devel
+%doc INTERNALS DOCUMENTERS
+%{_libdir}/pkgconfig/*
+%{_includedir}/Rhythmbox.h
+
 %changelog
+* Thu Aug 14 2003 Alex Converse
+- Split off devel package
+
 * Wed Aug 13 2003 William Jon McCann <mccann@jhu.edu>
 - Updated dependencies and files
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]