Mercurial > pidgin.yaz
changeset 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 | fddab13f1630 |
children | 70a1dfd52d6c |
files | pidgin.spec.in |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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 {} ';'