diff --git a/totem.spec b/totem.spec index 35e528c..cf0a363 100644 --- a/totem.spec +++ b/totem.spec @@ -31,6 +31,23 @@ 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. +%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 @@ gconftool-2 --makefile-install-rule \ %{_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 - 1.0.1-1 - Update to upstream version 1.0.1 +- Break out devel package * Mon Feb 21 2005 Bill Nottingham - 0.101-4 - fix %%post