Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37902774
en ru br
ALT Linux repos
S:6.01-alt1

Group :: Development/Perl
RPM: perl-HTTP-Negotiate

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-HTTP-Negotiate-6.00-alt1.patch
Download


 .gear/rules              |    2 ++
 .gear/tags/list          |    1 +
 perl-HTTP-Negotiate.spec |   44 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 47 insertions(+), 0 deletions(-)
diff --git a/.gear/rules b/.gear/rules
new file mode 100644
index 0000000..2af266c
--- /dev/null
+++ b/.gear/rules
@@ -0,0 +1,2 @@
+tar: HTTP-Negotiate/@version@:. name=HTTP-Negotiate-@version@
+diff: HTTP-Negotiate/@version@:. .
diff --git a/.gear/tags/list b/.gear/tags/list
new file mode 100644
index 0000000..73c6da3
--- /dev/null
+++ b/.gear/tags/list
@@ -0,0 +1 @@
+12a8894f1f770fe37c0317d2cb1e26e5d1c26bf7 HTTP-Negotiate/6.00
diff --git a/perl-HTTP-Negotiate.spec b/perl-HTTP-Negotiate.spec
new file mode 100644
index 0000000..691e7ff
--- /dev/null
+++ b/perl-HTTP-Negotiate.spec
@@ -0,0 +1,44 @@
+%define dist HTTP-Negotiate
+Name: perl-%dist
+Version: 6.00
+Release: alt1
+
+Summary: choose a variant to serve
+License: GPL or Artistic
+Group: Development/Perl
+
+URL: %CPAN %dist
+Source: %dist-%version.tar
+Patch: %name-%version-%release.patch
+
+Conflicts: perl-libwww < 6
+
+BuildArch: noarch
+
+# Automatically added by buildreq on Mon Mar 21 2011
+BuildRequires: perl-HTTP-Message perl-devel
+
+%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 %dist-%version
+%patch -p1
+
+%build
+%perl_vendor_build
+
+%install
+%perl_vendor_install
+
+%files
+%doc Changes README
+%perl_vendor_privlib/HTTP*
+
+%changelog
+* Mon Mar 21 2011 Alexey Tourbin <at@altlinux.ru> 6.00-alt1
+- initial revision
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin