6.02 bump
This commit is contained in:
parent
a63e5142e6
commit
f746e84981
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/WWW-RobotRules-6.01.tar.gz
|
||||
/WWW-RobotRules-6.02.tar.gz
|
||||
|
||||
2
.rpmlint
Normal file
2
.rpmlint
Normal file
@ -0,0 +1,2 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error .* (html|http|norobots|robotstxt|txt|wc)");
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user