X-Git-Url: https://git.pld-linux.org/?p=packages%2Fperl-libwww.git;a=blobdiff_plain;f=perl-libwww.spec;h=bed7fe31d6759a1208127dadfe75cc66faa2eac3;hp=8d844035a8787d4fb1071c74ce905abe8d95d5d4;hb=70c8f6ccc2db387081b90e2ee212e797d2a30b1b;hpb=fdae6112ce45d1543152167aee346831a230c536 diff --git a/perl-libwww.spec b/perl-libwww.spec index 8d84403..bed7fe3 100644 --- a/perl-libwww.spec +++ b/perl-libwww.spec @@ -1,65 +1,125 @@ +# +# Conditional build: +%bcond_with tests # perform "make test" (uses network) +# %include /usr/lib/rpm/macros.perl -Summary: Perl LIBWWW module -Summary(pl): Modu³ perla LIBWWW +%define pdir WWW +%define pnam libwww-perl +Summary: libwww-perl - a simple and consistent API to the World-Wide Web +Summary(pl.UTF-8): libwww-perl - prosty i logiczny API do WWW Name: perl-libwww -Version: 5.53 -Release: 3 -License: GPL +Version: 6.08 +Release: 1 +# same as perl +License: GPL v1+ or Artistic Group: Development/Languages/Perl -Group(de): Entwicklung/Sprachen/Perl -Group(pl): Programowanie/Jêzyki/Perl -Source0: ftp://ftp.perl.org/pub/CPAN/modules/by-module/WWW/libwww-perl-%{version}.tar.gz -Patch0: %{name}-Digest-MD5.patch -BuildRequires: rpm-perlprov >= 3.0.3-18 -BuildRequires: perl >= 5.6 +Source0: http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/%{pnam}-%{version}.tar.gz +# Source0-md5: 28e5005609af16c1fa297d12e0312f86 +URL: http://search.cpan.org/dist/libwww-perl/ +BuildRequires: perl-devel >= 1:5.8.8 +BuildRequires: rpm-perlprov >= 4.1-13 +BuildRequires: rpmbuild(macros) >= 1.663 +%if %{with tests} +BuildRequires: perl(Net::FTP) >= 2.58 BuildRequires: perl-Digest-MD5 -BuildRequires: perl-HTML-Parser -BuildRequires: perl-MIME-Base64 -BuildRequires: perl-URI +BuildRequires: perl-Encode >= 2.12 +BuildRequires: perl-Encode-Locale +BuildRequires: perl-File-Listing >= 6 +BuildRequires: perl-HTML-Parser >= 3.33 +BuildRequires: perl-HTTP-Cookies >= 6 +BuildRequires: perl-HTTP-Daemon >= 6 +BuildRequires: perl-HTTP-Date >= 6 +BuildRequires: perl-HTTP-Message >= 6 +BuildRequires: perl-HTTP-Negotiate >= 6 +BuildRequires: perl-LWP-MediaTypes >= 6 +BuildRequires: perl-MIME-Base64 >= 2.1 +BuildRequires: perl-Net-HTTP >= 6.04 +BuildRequires: perl-URI >= 1.10 +BuildRequires: perl-WWW-RobotRules >= 6 BuildRequires: perl-libnet +%endif +Requires: perl-File-Listing >= 6 +Requires: perl-HTTP-Cookies >= 6 +Requires: perl-HTTP-Daemon >= 6 +Requires: perl-HTTP-Date >= 6 +Requires: perl-HTTP-Message >= 6 +Requires: perl-HTTP-Negotiate >= 6 +Requires: perl-LWP-MediaTypes >= 6 +Requires: perl-MIME-Base64 >= 2.1 +Requires: perl-Net-HTTP >= 6.04 +Requires: perl-URI >= 1.10 +Requires: perl-WWW-RobotRules >= 6 +Obsoletes: perl-libwww-perl BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # modules not always required -%define _noautoreq "perl(HTML::Parse)" "perl(HTML::FormatPS)" "perl(HTML::FormatText)" "perl(HTTP::GHTTP)" "perl(IO::Socket::SSL)" "perl(Mail::Internet)" +%define _noautoreq_perl HTTP::GHTTP Authen::NTLM %description -Libwww-perl is a collection of Perl modules which provides a simple -and consistent programming interface (API) to the World-Wide Web. +The libwww-perl collection is a set of Perl modules which provides a +simple and consistent application programming interface to the +World-Wide Web. The main focus of the library is to provide classes +and functions that allow you to write WWW clients. The library also +contain modules that are of more general use and even classes that +help you implement simple HTTP servers. -%description -l pl -Libwww-perl jest kolekcj± modu³ów Perla, które dostaczaj± proste API -do WWW (World-Wide Web). +%description -l pl.UTF-8 +libwww-perl jest zbiorem modułów Perla, dostarczających prostego API +do WWW (World-Wide Web). Głównym zadaniem biblioteki jest +udostępnianie klas i funkcji, pozwalających na pisanie klientów WWW. +Biblioteka zawiera także moduły bardziej ogólnego przeznaczenia, a +nawet klasy, pozwalające na implementację prostego serwera HTTP. %prep %setup -q -n libwww-perl-%{version} -%patch0 -p1 %build -perl Makefile.PL -%{__make} OPTIMIZE="%{rpmcflags}" +yes | %{__perl} Makefile.PL \ + INSTALLDIRS=vendor +%{__make} + +%{?with_tests:%{__make} test} %install rm -rf $RPM_BUILD_ROOT -%{__make} install DESTDIR=$RPM_BUILD_ROOT +%{__make} pure_install \ + DESTDIR=$RPM_BUILD_ROOT + +for file in GET HEAD POST; do + ln -sf lwp-request $RPM_BUILD_ROOT%{_bindir}/$file + rm -f $RPM_BUILD_ROOT%{_mandir}/man1/$file.1p + echo '.so lwp-request.1p' > $RPM_BUILD_ROOT%{_mandir}/man1/$file.1p +done -gzip -9nf README TODO +%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/*.pod %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc *.gz -%{perl_sitelib}/*.pm -%{perl_sitelib}/*.pod -%{perl_sitelib}/Bundle/* -%{perl_sitelib}/File/* -%{perl_sitelib}/HTML/* -%{perl_sitelib}/HTTP/* -%{perl_sitelib}/Net/* -%{perl_sitelib}/LWP -%{perl_sitelib}/WWW -%attr(755,root,root) %{_bindir}/* -%{_mandir}/man*/* +%doc Changes README* +%attr(755,root,root) %{_bindir}/GET +%attr(755,root,root) %{_bindir}/HEAD +%attr(755,root,root) %{_bindir}/POST +%attr(755,root,root) %{_bindir}/lwp-* +%{perl_vendorlib}/LWP.pm +%{perl_vendorlib}/LWP/Authen +%{perl_vendorlib}/LWP/ConnCache.pm +%{perl_vendorlib}/LWP/Debug.pm +%{perl_vendorlib}/LWP/DebugFile.pm +%{perl_vendorlib}/LWP/MemberMixin.pm +%{perl_vendorlib}/LWP/Protocol.pm +%{perl_vendorlib}/LWP/Protocol +%{perl_vendorlib}/LWP/RobotUA.pm +%{perl_vendorlib}/LWP/Simple.pm +%{perl_vendorlib}/LWP/UserAgent.pm +%{_mandir}/man1/GET.1p* +%{_mandir}/man1/HEAD.1p* +%{_mandir}/man1/POST.1p* +%{_mandir}/man1/lwp-*.1p* +%{_mandir}/man3/LWP*.3pm* +%{_mandir}/man3/lwpcook.3pm* +%{_mandir}/man3/lwptut.3pm*