]> git.pld-linux.org Git - packages/perl-WWW-Mechanize-Cached.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Sun, 30 Nov 2014 14:38:16 +0000 (16:38 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 30 Nov 2014 14:38:16 +0000 (16:38 +0200)
perl-WWW-Mechanize-Cached.spec

index a28a6195b717eb334979776820b0749d7c1870bc..27b44a95ef94244807c1bef69012dc5ec35d82c5 100644 (file)
@@ -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ę
This page took 0.089197 seconds and 4 git commands to generate.