diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec index 6c1edf5..31d88dc 100644 --- a/perl-libwww-perl.spec +++ b/perl-libwww-perl.spec @@ -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 +- remove brp-compress + * Thu Nov 25 2004 Miloslav Trmac - 5.79-6 - Convert man page to UTF-8