2011-03-21 17:26:26 +00:00
|
|
|
Name: perl-HTTP-Negotiate
|
|
|
|
Version: 6.00
|
2011-07-25 10:32:38 +00:00
|
|
|
Release: 3%{?dist}
|
2011-03-21 17:26:26 +00:00
|
|
|
Summary: Choose a variant to serve
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
URL: http://search.cpan.org/dist/HTTP-Negotiate/
|
|
|
|
Source0: http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Negotiate-%{version}.tar.gz
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(HTTP::Headers) >= 6
|
|
|
|
# Tests only:
|
|
|
|
BuildRequires: perl(Test)
|
|
|
|
BuildRequires: perl(HTTP::Request)
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
Requires: perl(HTTP::Headers) >= 6
|
|
|
|
Conflicts: perl-libwww-perl < 6
|
|
|
|
|
|
|
|
# Remove underspecified dependencies
|
|
|
|
%filter_from_requires /^perl(HTTP::Headers)\s*$/d
|
|
|
|
%filter_setup
|
|
|
|
|
2011-07-25 10:32:38 +00:00
|
|
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(HTTP::Headers\\)$
|
|
|
|
|
2011-03-21 17:26:26 +00:00
|
|
|
%description
|
|
|
|
This module provides a complete implementation of the HTTP content
|
|
|
|
negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter
|
|
|
|
12. Content negotiation allows for the selection of a preferred content
|
|
|
|
representation based upon attributes of the negotiable variants and the
|
|
|
|
value of the various Accept* header fields in the request.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n HTTP-Negotiate-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
|
|
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
|
|
|
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
|
|
|
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc Changes README
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
%changelog
|
2011-07-25 10:32:38 +00:00
|
|
|
* Mon Jun 25 2011 Marcela Mašláňová <mmaslano@redhat.com> - 6.00-3
|
|
|
|
- add new filter
|
|
|
|
|
2011-06-21 11:41:26 +00:00
|
|
|
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 6.00-2
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
2011-03-21 17:26:26 +00:00
|
|
|
* Thu Mar 17 2011 Petr Pisar <ppisar@redhat.com> 6.00-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.78.
|
|
|
|
- Remove BuildRoot stuff
|
|
|
|
- Conflicts with perl-libwww-perl-5* and older
|