6.02 bump

This commit is contained in:
Petr Písař 2012-02-20 13:40:56 +01:00
parent a63e5142e6
commit f746e84981
4 changed files with 10 additions and 10 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/WWW-RobotRules-6.01.tar.gz
/WWW-RobotRules-6.02.tar.gz

2
.rpmlint Normal file
View File

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error .* (html|http|norobots|robotstxt|txt|wc)");

View File

@ -1,6 +1,6 @@
Name: perl-WWW-RobotRules
Version: 6.01
Release: 4%{?dist}
Version: 6.02
Release: 1%{?dist}
Summary: Database of robots.txt-derived permissions
License: GPL+ or Artistic
Group: Development/Libraries
@ -17,14 +17,9 @@ Requires: perl(Fcntl)
Requires: perl(URI) >= 1.10
Conflicts: perl-libwww-perl < 6
%{?perl_default_filter:
# Remove underspecified dependencies
%filter_from_requires /^perl(URI)\s*$/d
# Do not provide private imlementation of abstract class methods
%filter_from_provides /^perl(WWW::RobotRules::InCore)/d
%perl_default_filter
}
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(URI\\)$
# Do not provide private imlementation of abstract class methods
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}perl\\(WWW::RobotRules::InCore\\)
%description
@ -50,12 +45,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
make test
%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* Mon Feb 20 2012 Petr Pisar <ppisar@redhat.com> - 6.02-1
- 6.02 bump
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.01-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
b1252da49727320a1b5e20b3521d2499 WWW-RobotRules-6.01.tar.gz
b7186e8b8b3701e70c22abf430742403 WWW-RobotRules-6.02.tar.gz