diff --git a/.perl-HTTP-Negotiate.metadata b/.perl-HTTP-Negotiate.metadata new file mode 100644 index 0000000..ee793d6 --- /dev/null +++ b/.perl-HTTP-Negotiate.metadata @@ -0,0 +1 @@ +4a4974639d9b64f7132cb075f551f7293f788c62 SOURCES/HTTP-Negotiate-6.01.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-HTTP-Negotiate.spec b/SPECS/perl-HTTP-Negotiate.spec new file mode 100644 index 0000000..bd2f8a1 --- /dev/null +++ b/SPECS/perl-HTTP-Negotiate.spec @@ -0,0 +1,75 @@ +Name: perl-HTTP-Negotiate +Version: 6.01 +Release: 4%{?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 +%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 +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 DESTDIR=%{buildroot} +find %{buildroot} -type f -name .packlist -exec rm -f {} \; +%{_fixperms} %{buildroot}/* + +%check +make test + +%files +%doc Changes README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Wed Nov 14 2012 Petr Šabata - 6.01-4 +- Modernize the spec and drop command macros + +* Fri Jul 20 2012 Fedora Release Engineering - 6.01-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 12 2012 Petr Pisar - 6.01-2 +- Perl 5.16 rebuild + +* Mon Feb 20 2012 Petr Pisar - 6.01-1 +- 6.01 bump + +* Fri Jan 13 2012 Fedora Release Engineering - 6.00-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Jun 25 2011 Marcela Mašláňová - 6.00-3 +- add new filter + +* Tue Jun 21 2011 Marcela Mašláňová - 6.00-2 +- Perl mass rebuild + +* Thu Mar 17 2011 Petr Pisar 6.00-1 +- Specfile autogenerated by cpanspec 1.78. +- Remove BuildRoot stuff +- Conflicts with perl-libwww-perl-5* and older