[packages/perl-WWW-Mechanize-Cached] use generic url
glen
glen at pld-linux.org
Sun Nov 30 15:38:25 CET 2014
commit c6168aeaf0ab32962a59aa19273007c35fa067de
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Nov 30 16:38:16 2014 +0200
use generic url
perl-WWW-Mechanize-Cached.spec | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/perl-WWW-Mechanize-Cached.spec b/perl-WWW-Mechanize-Cached.spec
index a28a619..27b44a9 100644
--- a/perl-WWW-Mechanize-Cached.spec
+++ b/perl-WWW-Mechanize-Cached.spec
@@ -2,10 +2,10 @@
# Conditional build:
%bcond_with tests # do perform "make test"
# requires internet connectivity
-#
-%include /usr/lib/rpm/macros.perl
+
%define pdir WWW
%define pnam Mechanize-Cached
+%include /usr/lib/rpm/macros.perl
Summary: WWW::Mechanize::Cached - cache response to be polite
Summary(pl.UTF-8): WWW::Mechanize::Cached - buforowanie odpowiedzi, aby zachowywać się grzecznie
Name: perl-WWW-Mechanize-Cached
@@ -16,20 +16,21 @@ License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
# Source0-md5: 3923f445d657b030fcb16d727926fbe6
+URL: http://search.cpan.org/dist/WWW-Mechanize-Cached/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
%if %{with tests}
BuildRequires: perl-Cache-Cache >= 1.02
-BuildRequires: perl-WWW-Mechanize >= 1.00
BuildRequires: perl-Test-Simple >= 0.47
+BuildRequires: perl-WWW-Mechanize >= 1.00
%endif
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
WWW::Cached::Mechanize Perl module uses the Cache::Cache hierarchy to
-implement a caching mechanism. This lets one perform repeated
-requests without hammering a server impolitely.
+implement a caching mechanism. This lets one perform repeated requests
+without hammering a server impolitely.
%description -l pl.UTF-8
Moduł Perla WWW::Cached::Mechanize wykorzystuje z hierarchię
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-WWW-Mechanize-Cached.git/commitdiff/c6168aeaf0ab32962a59aa19273007c35fa067de
More information about the pld-cvs-commit
mailing list