]> git.pld-linux.org Git - packages/perl-libwww.git/blobdiff - perl-libwww.spec
- removed Bundle::LWP(3) manual, release 5
[packages/perl-libwww.git] / perl-libwww.spec
index 71ed41d15a6a8f6653de9425ea43e46d4492f643..ac7ef9c2027c8cb013fd479404606fac9e6e0e71 100644 (file)
@@ -1,12 +1,29 @@
 %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 module
+Summary(cs):   Modul LIBWWW pro Perl
+Summary(da):   Perlmodul LIBWWW
+Summary(de):   LIBWWW Perl Modul
+Summary(es):   Módulo de Perl LIBWWW
+Summary(fr):   Module Perl LIBWWW
+Summary(it):   Modulo di Perl LIBWWW
+Summary(ja):   LIBWWW Perl ¥â¥¸¥å¡¼¥ë
+Summary(ko):   LIBWWW ÆÞ ¸ðÁÙ
+Summary(no):   Perlmodul LIBWWW
+Summary(pl):   Modu³ Perla LIBWWW
+Summary(pt):   Módulo de Perl LIBWWW
+Summary(pt_BR):        Módulo Perl LIBWWW
+Summary(ru):   íÏÄÕÌØ ÄÌÑ Perl LIBWWW
+Summary(sv):   LIBWWW Perlmodul
+Summary(uk):   íÏÄÕÌØ ÄÌÑ Perl LIBWWW
+Summary(zh_CN):        LIBWWW Perl Ä£¿é
 Name:          perl-libwww
 Version:       5.65
-Release:       1
+Release:       5
 License:       GPL
 Group:         Development/Languages/Perl
-Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/WWW/libwww-perl-%{version}.tar.gz
+Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
 BuildRequires: perl >= 5.6
 BuildRequires:  perl(Net::FTP) >= 2.58
 BuildRequires: perl-Digest-MD5
@@ -23,19 +40,19 @@ Obsoletes:  perl-libwww-perl
 %define        _noautoreq "perl(HTML::Parse)" "perl(HTML::FormatPS)" "perl(HTML::FormatText)" "perl(HTTP::GHTTP)" "perl(IO::Socket::SSL)" "perl(Mail::Internet)"
 
 %description
-Libwww-perl is a collection of Perl modules which provides a simple
-and consistent programming interface (API) to the World-Wide Web.
+LIBWWW is a collection of Perl modules which provides a simple and
+consistent programming interface (API) to the World-Wide Web.
 
 %description -l pl
-Libwww-perl jest kolekcj± modu³ów Perla, które dostaczaj± proste API
-do WWW (World-Wide Web).
+LIBWWW jest kolekcj± modu³ów Perla, które dostaczaj± proste API do
+WWW (World-Wide Web).
 
 %prep
 %setup -q -n libwww-perl-%{version}
 
 %build
 perl Makefile.PL </dev/null
-%{__make} OPTIMIZE="%{rpmcflags}"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -49,14 +66,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README TODO
 %{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
+%{perl_sitelib}/WWW/*
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
-%{_mandir}/man3/*
+%{_mandir}/man3/[^B]*
This page took 0.052179 seconds and 4 git commands to generate.