diff --git a/totem.spec b/totem.spec index d407455..b5b6409 100644 --- a/totem.spec +++ b/totem.spec @@ -13,7 +13,7 @@ Summary: Movie player for GNOME Name: totem Version: 2.90.5 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2+ with exceptions Group: Applications/Multimedia URL: http://projects.gnome.org/totem/ @@ -217,7 +217,8 @@ export MOZILLA_PLUGINDIR=%{_libdir}/mozilla/plugins --enable-nautilus \ --disable-scrollkeeper \ --disable-nvtv \ - --disable-vala + --disable-vala \ + --disable-static make %{?_smp_mflags} @@ -253,6 +254,9 @@ for f in $helpdir/C/figures/*.png; do done done +#nuke the .la file(s) +find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' + %clean rm -rf $RPM_BUILD_ROOT @@ -329,6 +333,8 @@ fi %{_bindir}/%{name}-video-thumbnailer %{_bindir}/%{name}-video-indexer %{_bindir}/%{name}-audio-preview +%{_libdir}/libtotem.so.* +%{_libdir}/girepository-1.0/Totem-1.0.typelib %{_datadir}/applications/%{name}.desktop %{_datadir}/%{name}/ %dir %{_libexecdir}/totem @@ -386,6 +392,10 @@ fi %files devel %defattr(-, root, root) %{_datadir}/gtk-doc/html/totem +%{_includedir}/totem +%{_libdir}/libtotem.so +%{_libdir}/pkgconfig/totem.pc +%{_datadir}/gir-1.0/Totem-1.0.gir #%files tracker #%defattr(-, root, root) @@ -401,6 +411,9 @@ fi %{_libdir}/totem/plugins/publish %changelog +* Wed Jul 28 2010 Adam Williamson - 2.90.5-5 +- package various new bits (a shared library, and girepository stuff) + * Tue Jul 27 2010 David Malcolm - 2.90.5-4 - coherence_upnp doesn't built in rawhide: disable the subpackage for now