8
0
forked from pool/perl-Net-HTTP

Accepting request 448954 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/448954
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-HTTP?expand=0&rev=14
This commit is contained in:
Stephan Kulow
2017-01-10 17:27:25 +00:00
committed by Git OBS Bridge
parent 41c1866f8c
commit eb722bd41d
4 changed files with 16 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Net-HTTP
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
Name: perl-Net-HTTP
Version: 6.09
Version: 6.12
Release: 0
%define cpan_name Net-HTTP
Summary: Low-level HTTP connection (client)
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Net-HTTP/
Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -36,7 +36,6 @@ BuildRequires: perl(URI)
Requires: perl(Compress::Raw::Zlib)
Requires: perl(IO::Uncompress::Gunzip)
Requires: perl(URI)
Recommends: perl(IO::Socket::SSL) >= 1.38
%{perl_requires}
%description
@@ -68,6 +67,6 @@ doing.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%doc Changes CONTRIBUTORS LICENSE README.md
%changelog