6.01 bump
This commit is contained in:
parent
73b459103d
commit
4102131970
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/HTTP-Negotiate-6.00.tar.gz
|
/HTTP-Negotiate-6.00.tar.gz
|
||||||
|
/HTTP-Negotiate-6.01.tar.gz
|
||||||
|
2
.rpmlint
Normal file
2
.rpmlint
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
from Config import *
|
||||||
|
addFilter("spelling-error .* (ietf|ps)");
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-HTTP-Negotiate
|
Name: perl-HTTP-Negotiate
|
||||||
Version: 6.00
|
Version: 6.01
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Choose a variant to serve
|
Summary: Choose a variant to serve
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -18,9 +18,6 @@ Requires: perl(HTTP::Headers) >= 6
|
|||||||
Conflicts: perl-libwww-perl < 6
|
Conflicts: perl-libwww-perl < 6
|
||||||
|
|
||||||
# Remove underspecified dependencies
|
# Remove underspecified dependencies
|
||||||
%filter_from_requires /^perl(HTTP::Headers)\s*$/d
|
|
||||||
%filter_setup
|
|
||||||
|
|
||||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(HTTP::Headers\\)$
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(HTTP::Headers\\)$
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -47,12 +44,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 20 2012 Petr Pisar <ppisar@redhat.com> - 6.01-1
|
||||||
|
- 6.01 bump
|
||||||
|
|
||||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.00-4
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.00-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user