Accepting request 104728 from devel:languages:perl
- updated to 6.02 * Don't disable blocking method [RT#72580] * Don't stop on unrecognized Makefile.PL arguments [RT#68337] * Document Net:HTTPS [RT#71599] OBS-URL: https://build.opensuse.org/request/show/104728 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-HTTP?expand=0&rev=6
This commit is contained in:
commit
1ef81f2fdd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:76d883f9b249b16393dc183de04b4e4fed99bb0eb776ab9149d915607c69ea46
|
|
||||||
size 13733
|
|
3
Net-HTTP-6.02.tar.gz
Normal file
3
Net-HTTP-6.02.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3692b8b99297ba6cc603a1edb8382b7bc4f1ba2e75d310a9d6e32d7e50110fed
|
||||||
|
size 14186
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 13 14:08:41 UTC 2012 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 6.02
|
||||||
|
* Don't disable blocking method [RT#72580]
|
||||||
|
* Don't stop on unrecognized Makefile.PL arguments [RT#68337]
|
||||||
|
* Document Net:HTTPS [RT#71599]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Aug 29 14:29:41 UTC 2011 - chris@computersalat.de
|
Mon Aug 29 14:29:41 UTC 2011 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Net-HTTP
|
# spec file for package perl-Net-HTTP
|
||||||
#
|
#
|
||||||
# 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,32 +16,31 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Net-HTTP
|
Name: perl-Net-HTTP
|
||||||
|
Version: 6.02
|
||||||
|
Release: 0
|
||||||
%define cpan_name Net-HTTP
|
%define cpan_name Net-HTTP
|
||||||
Summary: Low-level HTTP connection (client)
|
Summary: Low-level HTTP connection (client)
|
||||||
Version: 6.01
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Release: 1
|
|
||||||
License: GPL-1.0+ or Artistic-1.0
|
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Net-HTTP/
|
Url: http://search.cpan.org/dist/Net-HTTP/
|
||||||
Source: http://www.cpan.org/authors/id/G/GA/GAAS/Net-HTTP-%{version}.tar.gz
|
Source: http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Compress::Raw::Zlib)
|
BuildRequires: perl(Compress::Raw::Zlib)
|
||||||
BuildRequires: perl(IO::Compress::Gzip)
|
BuildRequires: perl(IO::Compress::Gzip)
|
||||||
BuildRequires: perl(IO::Select)
|
#BuildRequires: perl(IO::Socket::SSL)
|
||||||
BuildRequires: perl(IO::Socket::INET)
|
#BuildRequires: perl(IO::Uncompress::Gunzip)
|
||||||
|
#BuildRequires: perl(Net::HTTP)
|
||||||
|
#BuildRequires: perl(Net::HTTP::Methods)
|
||||||
|
#BuildRequires: perl(Net::HTTPS)
|
||||||
|
#BuildRequires: perl(Net::SSL)
|
||||||
Requires: perl(Compress::Raw::Zlib)
|
Requires: perl(Compress::Raw::Zlib)
|
||||||
Requires: perl(IO::Compress::Gzip)
|
Requires: perl(IO::Compress::Gzip)
|
||||||
Requires: perl(IO::Select)
|
|
||||||
Requires: perl(IO::Socket::INET)
|
|
||||||
%{perl_requires}
|
|
||||||
%if 0%{?suse_version} > 1010
|
|
||||||
Recommends: perl(IO::Socket::SSL) >= 1.38
|
Recommends: perl(IO::Socket::SSL) >= 1.38
|
||||||
%endif
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The 'Net::HTTP' class is a low-level HTTP client. An instance of the
|
The 'Net::HTTP' class is a low-level HTTP client. An instance of the
|
||||||
@ -68,11 +67,8 @@ not necessary a good idea, unless you know what you are doing.
|
|||||||
%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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user