remove brp-compress

This commit is contained in:
Warren Togami 2005-03-31 09:28:18 +00:00
parent 139ef61395
commit d2676c38a2

View File

@ -3,7 +3,7 @@
Summary: A Perl interface to the World-Wide Web.
Name: perl-libwww-perl
Version: 5.79
Release: 6
Release: 7
License: GPL or Artistic
Group: Applications/CPAN
Source0: libwww-perl-%{version}.tar.gz
@ -51,8 +51,6 @@ file=$RPM_BUILD_ROOT%{_mandir}/man3/LWP.3pm
iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_"
mv -f "${file}_" "$file"
[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress
find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
find $RPM_BUILD_ROOT/usr -type f -print |
@ -77,6 +75,9 @@ fi
%changelog
* Wed Mar 30 2005 Warren Togami <wtogami@redhat.com>
- remove brp-compress
* Thu Nov 25 2004 Miloslav Trmac <mitr@redhat.com> - 5.79-6
- Convert man page to UTF-8