add new filter
This commit is contained in:
parent
66ee2171e2
commit
626778960e
@ -1,6 +1,6 @@
|
||||
Name: perl-HTTP-Negotiate
|
||||
Version: 6.00
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Choose a variant to serve
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
@ -21,6 +21,8 @@ Conflicts: perl-libwww-perl < 6
|
||||
%filter_from_requires /^perl(HTTP::Headers)\s*$/d
|
||||
%filter_setup
|
||||
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(HTTP::Headers\\)$
|
||||
|
||||
%description
|
||||
This module provides a complete implementation of the HTTP content
|
||||
negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter
|
||||
@ -51,6 +53,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jun 25 2011 Marcela Mašláňová <mmaslano@redhat.com> - 6.00-3
|
||||
- add new filter
|
||||
|
||||
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 6.00-2
|
||||
- Perl mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user