Tue, 21 Oct 2008 01:04:50 +0000
Using system libtool somehow resulted in a bunch of static libraries we
don't need in the RPMs, kill 'em.
| pidgin.spec.in | file | annotate | diff | comparison | revisions |
--- 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 {} ';'