forked from pool/perl-HTTP-Cookies
Accepting request 105585 from devel:languages:perl
- updated to 6.01 * Restore 5.8.1 compatiblity. OBS-URL: https://build.opensuse.org/request/show/105585 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Cookies?expand=0&rev=5
This commit is contained in:
committed by
Git OBS Bridge
parent
b7c68a42e1
commit
fe2b0c59fa
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:30b5741894696493748336226b91e1a6bda66480f5fa758f5ce10b21f360a81c
|
|
||||||
size 18718
|
|
3
HTTP-Cookies-6.01.tar.gz
Normal file
3
HTTP-Cookies-6.01.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f5d3ade383ce6389d80cb0d0356b643af80435bb036afd8edce335215ec5eb20
|
||||||
|
size 18751
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 16 21:12:18 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 6.01
|
||||||
|
* Restore 5.8.1 compatiblity.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 14 13:01:34 UTC 2011 - vcizek@novell.com
|
Mon Mar 14 13:01:34 UTC 2011 - vcizek@novell.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-HTTP-Cookies
|
# spec file for package perl-HTTP-Cookies
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,25 +16,28 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-HTTP-Cookies
|
Name: perl-HTTP-Cookies
|
||||||
Version: 6.00
|
Version: 6.01
|
||||||
Release: 1
|
Release: 0
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
|
||||||
%define cpan_name HTTP-Cookies
|
%define cpan_name HTTP-Cookies
|
||||||
Summary: HTTP cookie jars
|
Summary: HTTP cookie jars
|
||||||
Url: http://search.cpan.org/dist/HTTP-Cookies/
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
#Source: http://www.cpan.org/authors/id/G/GA/GAAS/HTTP-Cookies-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/HTTP-Cookies/
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildRequires: perl(HTTP::Date) >= 6
|
BuildArch: noarch
|
||||||
BuildRequires: perl(HTTP::Headers::Util) >= 6
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(HTTP::Date) >= 6
|
||||||
|
BuildRequires: perl(HTTP::Headers::Util) >= 6
|
||||||
|
#BuildRequires: perl(HTTP::Cookies)
|
||||||
|
#BuildRequires: perl(HTTP::Cookies::Netscape)
|
||||||
|
#BuildRequires: perl(HTTP::Request)
|
||||||
|
#BuildRequires: perl(HTTP::Response)
|
||||||
|
#BuildRequires: perl(URI)
|
||||||
Requires: perl(HTTP::Date) >= 6
|
Requires: perl(HTTP::Date) >= 6
|
||||||
Requires: perl(HTTP::Headers::Util) >= 6
|
Requires: perl(HTTP::Headers::Util) >= 6
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -50,6 +53,10 @@ For more information about cookies refer to
|
|||||||
style cookies described in _RFC 2965_. The two variants of cookies are
|
style cookies described in _RFC 2965_. The two variants of cookies are
|
||||||
supposed to be able to coexist happily.
|
supposed to be able to coexist happily.
|
||||||
|
|
||||||
|
Instances of the class _HTTP::Cookies_ are able to store a collection of
|
||||||
|
Set-Cookie2: and Set-Cookie: headers and are able to use this information
|
||||||
|
to initialize Cookie-headers in _HTTP::Request_ objects. The state of a
|
||||||
|
_HTTP::Cookies_ object can be saved in and restored from files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
@@ -66,11 +73,8 @@ supposed to be able to coexist happily.
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(644,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user