]> git.pld-linux.org Git - packages/perl-libwww.git/blame_incremental - perl-libwww.spec
- updated _noauto for new wrappers, cosmetics
[packages/perl-libwww.git] / perl-libwww.spec
... / ...
CommitLineData
1#
2# Conditional build:
3# _with_tests - perform "make test"
4#
5%include /usr/lib/rpm/macros.perl
6%define pdir WWW
7%define pnam libwww-perl
8Summary: libwww-perl - a simple and consistent API to the World-Wide Web
9Summary(pl): libwww-perl - prosty i logiczny API do WWW
10Name: perl-libwww
11Version: 5.69
12Release: 2
13License: GPL
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
16# Source0-md5: b4567b6fae2b1733415a746956826e0c
17BuildRequires: perl(Net::FTP) >= 2.58
18BuildRequires: perl-Digest-MD5
19BuildRequires: perl-HTML-Parser
20BuildRequires: perl-MIME-Base64
21BuildRequires: perl-URI
22BuildRequires: perl-devel >= 5.6
23BuildRequires: perl-libnet
24BuildRequires: rpm-perlprov >= 4.1-13
25BuildArch: noarch
26BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
27Obsoletes: perl-libwww-perl
28
29# modules not always required
30%define _noautoreq 'perl(HTML::Parse)' 'perl(HTML::FormatPS)' 'perl(HTML::FormatText)' 'perl(HTTP::GHTTP)' 'perl(IO::Socket::SSL)' 'perl(Mail::Internet)' 'perl(Authen::NTLM)'
31
32%description
33The libwww-perl collection is a set of Perl modules which provides a
34simple and consistent application programming interface to the World-Wide
35Web. The main focus of the library is to provide classes and functions
36that allow you to write WWW clients. The library also contain modules
37that are of more general use and even classes that help you implement
38simple HTTP servers.
39
40%description -l pl
41