rpms/totem/devel totem.spec,1.21,1.22

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 30 17:10:43 UTC 2005


Update of /cvs/dist/rpms/totem/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv3075

Modified Files:
	totem.spec 
Log Message:
- Break out devel package




Index: totem.spec
===================================================================
RCS file: /cvs/dist/rpms/totem/devel/totem.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- totem.spec	29 Mar 2005 22:25:37 -0000	1.21
+++ totem.spec	30 Mar 2005 17:10:41 -0000	1.22
@@ -31,6 +31,23 @@
 simple playlist, a full-screen mode, seek and volume controls, as well as
 a pretty complete keyboard navigation.
 
+%package devel
+Summary: Libraries/include files for Totem.
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: gnome-vfs2-devel
+Requires: libxml2-devel
+Requires: gtk2-devel
+
+%description devel
+Totem is simple movie player for the Gnome desktop. It features a
+simple playlist, a full-screen mode, seek and volume controls, as well as
+a pretty complete keyboard navigation.
+
+This package contains the libraries and includes files necessary to develop
+applications with Totem's plparser library.
+
+
 %prep
 %setup -q
 %patch1 -p1 -b .feature-help-removal
@@ -82,18 +99,23 @@
 %{_datadir}/omf/%{name}/
 %{_datadir}/pixmaps/media-player-48.png
 %{_datadir}/%{name}/
-%{_libdir}
-%{_libdir}/pkgconfig
-%{_libdir}/nautilus/extensions-1.0
-%{_sysconfdir}/gconf/schemas/%{name}-video-thumbnail.schemas
+%{_libdir}/libtotem-plparser.*
+%{_libdir}/nautilus/extensions-1.0/*.so
 %{_bindir}/%{name}-video-thumbnailer
-%{_includedir}/%{name}/1/plparser
 %exclude %{_datadir}/%{name}/vanity.*
 %{_mandir}/man1/%{name}.1*
+%{_mandir}/man1/totem-video-thumbnailer.1.gz
+
+%files devel
+%defattr(-, root, root)
+%{_includedir}/%{name}/1/plparser
+%{_libdir}/pkgconfig/*.pc
+%{_libdir}/*so
 
 %changelog
 * Tue Feb 29 2005 John (J5) Palmieri <johnp at redhat.com> - 1.0.1-1
 - Update to upstream version 1.0.1
+- Break out devel package
 
 * Mon Feb 21 2005 Bill Nottingham <notting at redhat.com> - 0.101-4
 - fix %%post




More information about the fedora-cvs-commits mailing list