diff pidgin.spec.in @ 24217:273d5fc31eab

Using system libtool somehow resulted in a bunch of static libraries we don't need in the RPMs, kill 'em.
author Stu Tomlinson <stu@nosnilmot.com>
date Tue, 21 Oct 2008 01:04:50 +0000
parents f170b2e059a1
children 72442d45b014
line wrap: on
line diff
--- a/pidgin.spec.in	Mon Oct 20 13:38:53 2008 +0000
+++ b/pidgin.spec.in	Tue Oct 21 01:04:50 2008 +0000
@@ -263,6 +263,7 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/purple-2/libjabber.so
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -f $RPM_BUILD_ROOT%{perl_archlib}/perllocal.pod
+find $RPM_BUILD_ROOT -type f -name '*.a' -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'