rpms/rhythmbox/devel rhythmbox.spec,1.280,1.281

Matthias Clasen mclasen at fedoraproject.org
Tue Dec 15 14:58:07 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/rhythmbox/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32706

Modified Files:
	rhythmbox.spec 
Log Message:
don't ship plugin headers



Index: rhythmbox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhythmbox/devel/rhythmbox.spec,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -p -r1.280 -r1.281
--- rhythmbox.spec	10 Dec 2009 19:34:44 -0000	1.280
+++ rhythmbox.spec	15 Dec 2009 14:58:06 -0000	1.281
@@ -3,7 +3,7 @@
 Name: rhythmbox
 Summary: Music Management Application
 Version: 0.12.6
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+ with exceptions and GFDL
 Group: Applications/Multimedia
 URL: http://projects.gnome.org/rhythmbox/
@@ -130,6 +130,9 @@ rm -rf %{buildroot}/%{_datadir}/gtk-doc/
 rm -f %{buildroot}%{_libdir}/rhythmbox/plugins/libsample-vala.so \
 	%{buildroot}%{_libdir}/rhythmbox/plugins/sample-vala.rb-plugin
 
+# Don't include header files for plugins
+rm -rf %{buildroot}%{_libdir}/rhythmbox/plugins/*/*.h
+
 # save space by linking identical images in translated docs
 helpdir=$RPM_BUILD_ROOT%{_datadir}/gnome/help/%{name}
 for f in $helpdir/C/figures/*.png; do
@@ -223,6 +226,9 @@ fi
 %{_libdir}/rhythmbox/plugins/upnp_coherence
 
 %changelog
+* Tue Dec 15 2009 Matthias Clasen <mclasen at redhat.com> 0.12.6-5
+- Don't include header files for plugins
+
 * Thu Dec 10 2009 Bastien Nocera <bnocera at redhat.com> 0.12.6-4
 - Fix crasher when musicbrainz cannot read a disc (#546188)
 




More information about the scm-commits mailing list