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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _unpackaged_files_terminate_build 1
%define dist Net-HTTP
Name: perl-%dist
Version: 6.18
Release: alt1

Summary: Low-level HTTP connection (client)
License: GPL or Artistic
Group: Development/Perl

URL: %CPAN %dist
Source0: http://www.cpan.org/authors/id/O/OA/OALDERS/%{dist}-%{version}.tar.gz
Patch: %name-6.07-alt.patch

Conflicts: perl-libwww < 6

BuildArch: noarch

# Automatically added by buildreq on Mon Feb 20 2012 (-bi)

BuildRequires: perl-IO-Compress perl-devel perl(IO/Socket/IP.pm) perl(URI.pm)

%package -n perl-Net-HTTPS
Summary: Low-level HTTP connection (client)
Group: Development/Perl
Requires: %name = %version-%release

%description
The Net::HTTP class is a low-level HTTP client.  An instance
of the Net::HTTP class represents a connection to an HTTP server.
The HTTP protocol is described in RFC 2616.  The Net::HTTP class
supports HTTP/1.0 and HTTP/1.1.

%description -n perl-Net-HTTPS
The Net::HTTP class is a low-level HTTP client.  An instance
of the Net::HTTP class represents a connection to an HTTP server.
The HTTP protocol is described in RFC 2616.  The Net::HTTP class
supports HTTP/1.0 and HTTP/1.1.

%prep
%setup -q -n %{dist}-%{version}
%patch -p1

%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%doc Changes LICENSE README.md CONTRIBUTORS
%dir %perl_vendor_privlib/Net
%perl_vendor_privlib/Net/HTTP*
%exclude %perl_vendor_privlib/Net/HTTPS*

%files -n perl-Net-HTTPS
%dir %perl_vendor_privlib/Net
%perl_vendor_privlib/Net/HTTPS*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin