Using system libtool somehow resulted in a bunch of static libraries we

Tue, 21 Oct 2008 01:04:50 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Tue, 21 Oct 2008 01:04:50 +0000
changeset 24493
f8c14c4a9ebc
parent 24490
ac19395a37b1
child 24498
2f36d8240236

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 {} ';'
 

mercurial