[totem/f14/master] package various new bits (a shared library, and girepository stuff)

dmalcolm dmalcolm at fedoraproject.org
Fri Jul 30 19:19:12 UTC 2010


commit 55e261cbe5df68aa35f325de75971da9227d8683
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Fri Jul 30 15:21:04 2010 -0400

    package various new bits (a shared library, and girepository stuff)

 totem.spec |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)
---
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 <awilliam at redhat.com> - 2.90.5-5
+- package various new bits (a shared library, and girepository stuff)
+
 * Tue Jul 27 2010 David Malcolm <dmalcolm at redhat.com> - 2.90.5-4
 - coherence_upnp doesn't built in rawhide: disable the subpackage for now
 


More information about the scm-commits mailing list