]> git.pld-linux.org Git - packages/perl-libwww.git/commitdiff
up to 6.73 master auto/th/perl-libwww-6.73-1
authorJan Palus <atler@pld-linux.org>
Wed, 17 Jan 2024 08:59:16 +0000 (09:59 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 17 Jan 2024 08:59:16 +0000 (09:59 +0100)
perl-libwww.spec

index 25e42a056401ade7748b6cb81d0e98efdc24bd54..f2be42ea7c795c1fcdc055b4ffa370d2d8c39c5b 100644 (file)
@@ -7,13 +7,13 @@
 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:       6.56
+Version:       6.73
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       https://www.cpan.org/authors/id/O/OA/OALDERS/%{pnam}-%{version}.tar.gz
-# Source0-md5: 0ef270c43ee93e22c2086ba9998aa11a
+# Source0-md5: 729fd102fb3879acca2d46cb36dbba21
 URL:           https://metacpan.org/release/libwww-perl
 BuildRequires: perl-CPAN-Meta-Requirements >= 2.120_620
 BuildRequires: perl-devel >= 1:5.8.8
@@ -25,7 +25,7 @@ BuildRequires:        perl-Digest-MD5
 BuildRequires: perl-Encode >= 2.12
 BuildRequires: perl-Encode-Locale
 BuildRequires: perl-File-Listing >= 6
-BuildRequires: perl-HTML-Parser >= 3.33
+BuildRequires: perl-HTML-Parser >= 3.71
 BuildRequires: perl-HTTP-Cookies >= 6
 BuildRequires: perl-HTTP-Daemon >= 6.12
 BuildRequires: perl-HTTP-Date >= 6
@@ -43,6 +43,7 @@ BuildRequires:        perl-WWW-RobotRules >= 6
 BuildRequires: perl-libnet
 %endif
 Requires:      perl-File-Listing >= 6
+Requires:      perl-HTML-Parser >= 3.71
 Requires:      perl-HTTP-Cookies >= 6
 Requires:      perl-HTTP-Daemon >= 6.12
 Requires:      perl-HTTP-Date >= 6
@@ -56,7 +57,7 @@ Requires:     perl-WWW-RobotRules >= 6
 Provides:      perl(LWP::Debug::TraceHTTP::Socket) = %{version}
 Provides:      perl(LWP::Protocol::http::Socket) = %{version}
 Provides:      perl(LWP::Protocol::http::SocketMethods) = %{version}
-Obsoletes:     perl-libwww-perl
+Obsoletes:     perl-libwww-perl < 6
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -98,7 +99,7 @@ for file in GET HEAD POST; do
        ln -sf lwp-request $RPM_BUILD_ROOT%{_bindir}/$file
        echo '.so lwp-request.1p' > $RPM_BUILD_ROOT%{_mandir}/man1/$file.1p
 done
-%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/libwww/*.pod
+%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/*.pod
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -128,5 +129,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/POST.1p*
 %{_mandir}/man1/lwp-*.1p*
 %{_mandir}/man3/LWP*.3pm*
-%{_mandir}/man3/libwww::lwpcook.3pm*
-%{_mandir}/man3/libwww::lwptut.3pm*
+%{_mandir}/man3/lwpcook.3pm*
+%{_mandir}/man3/lwptut.3pm*
This page took 0.202895 seconds and 4 git commands to generate.