rpms/totem/devel totem.spec,1.155,1.156

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Feb 4 19:41:56 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/totem/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29208

Modified Files:
	totem.spec 
Log Message:
Work-around RPM stupidness



Index: totem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/totem/devel/totem.spec,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- totem.spec	4 Feb 2008 19:03:15 -0000	1.155
+++ totem.spec	4 Feb 2008 19:41:10 -0000	1.156
@@ -171,7 +171,9 @@
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
 
-rm -rf `find $RPM_BUILD_ROOT -name "*.{a,la}"`
+rm -f %{_libdir}/totem/plugins/*/*.{a,la}	\
+	%{_libdir}/mozilla/plugins/*.{a,la}	\
+	%{_libdir}/nautilus/extensions-*/*.{a,la}
 
 %find_lang %{name} --with-gnome
 




More information about the fedora-extras-commits mailing list