auto-import changelog data from perl-libwww-perl-5.79-5.src.rpm

Fri Aug 13 2004 Bill Nottingham <notting@redhat.com> 5.76-5
- fix %defattr
This commit is contained in:
cvsdist 2004-09-09 10:27:59 +00:00
parent 76143869c3
commit 77f78426dd

View File

@ -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 <notting@redhat.com> 5.76-5
- fix %%defattr
* Mon Aug 09 2004 Alan Cox <alan@redhat.com> 5.76-4
- added missing BuildRequires on perl(HTML::Parser) [Steve Grubb]