diff --git a/perl-libwww-perl.spec b/perl-libwww-perl.spec index ed7fa66..9e98bab 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: 4 +Release: 5 License: GPL or Artistic Group: Applications/CPAN Source0: libwww-perl-%{version}.tar.gz @@ -61,8 +61,8 @@ if [ "$(cat libwww-perl-%{version}-filelist)X" = "X" ] ; then fi %files -f libwww-perl-%{version}-filelist -%doc AUTHORS Changes README* %defattr(-,root,root) +%doc AUTHORS Changes README* %dir /usr/lib/perl5/vendor_perl/%(perl -MConfig -e 'print $Config{version}')/LWP %dir /usr/lib/perl5/vendor_perl/%(perl -MConfig -e 'print $Config{version}')/Net %dir /usr/lib/perl5/vendor_perl/%(perl -MConfig -e 'print $Config{version}')/WWW @@ -73,6 +73,9 @@ fi %changelog +* Fri Aug 13 2004 Bill Nottingham 5.76-5 +- fix %%defattr + * Mon Aug 09 2004 Alan Cox 5.76-4 - added missing BuildRequires on perl(HTML::Parser) [Steve Grubb]