commit 49816e8c0d2e42a5d903a96c45f2551b3f9e58b9 Author: Petr PÃsaÅ <ppisar@xxxxxxxxxx> Date: Mon Mar 21 18:26:26 2011 +0100 Import .gitignore | 1 + perl-HTTP-Negotiate.spec | 57 ++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 59 insertions(+), 0 deletions(-) --- diff --git a/.gitignore b/.gitignore index e69de29..3299097 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/HTTP-Negotiate-6.00.tar.gz diff --git a/perl-HTTP-Negotiate.spec b/perl-HTTP-Negotiate.spec new file mode 100644 index 0000000..df31a35 --- /dev/null +++ b/perl-HTTP-Negotiate.spec @@ -0,0 +1,57 @@ +Name: perl-HTTP-Negotiate +Version: 6.00 +Release: 1%{?dist} +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 + +%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 +* Thu Mar 17 2011 Petr Pisar <ppisar@xxxxxxxxxx> 6.00-1 +- Specfile autogenerated by cpanspec 1.78. +- Remove BuildRoot stuff +- Conflicts with perl-libwww-perl-5* and older diff --git a/sources b/sources index e69de29..c6153d6 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +f2d89957d1c4f62a86f18b08e07c2328 HTTP-Negotiate-6.00.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel