[packages/perl-WebFetch] use generic url
glen
glen at pld-linux.org
Sun Nov 30 15:38:37 CET 2014
commit f8854505f33beb7beeda680b8536cb195798e829
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Nov 30 16:38:33 2014 +0200
use generic url
perl-WebFetch.spec | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/perl-WebFetch.spec b/perl-WebFetch.spec
index e426b4f..1d7103e 100644
--- a/perl-WebFetch.spec
+++ b/perl-WebFetch.spec
@@ -1,9 +1,9 @@
#
# Conditional build:
%bcond_without tests # do not perform "make test"
-#
-%include /usr/lib/rpm/macros.perl
+
%define pdir WebFetch
+%include /usr/lib/rpm/macros.perl
Summary: WebFetch - Perl module to download and save information from the Web
Summary(pl.UTF-8): WebFetch - moduł Perla do ściągania i zapisywania informacji z WWW
Name: perl-WebFetch
@@ -14,7 +14,9 @@ License: GPL v1+ or Artistic
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-authors/id/I/IK/IKLUFT/%{pdir}-%{version}.tar.gz
# Source0-md5: c06a23ec6f9762d92c3510c685b1112e
+URL: http://search.cpan.org/dist/WebFetch/
BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
%if %{with tests}
BuildRequires: perl(Locale::Country)
BuildRequires: perl-Class-ISA
@@ -24,12 +26,11 @@ BuildRequires: perl-Exception-Class
BuildRequires: perl-HTML-Parser
BuildRequires: perl-Template-Plugin-XML-XPath
BuildRequires: perl-Test-Pod-Coverage
-BuildRequires: perl-XML-Parser
BuildRequires: perl-XML-Atom
+BuildRequires: perl-XML-Parser
BuildRequires: perl-XML-RSS
BuildRequires: perl-libwww
%endif
-BuildRequires: rpm-perlprov >= 4.1-13
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-WebFetch.git/commitdiff/f8854505f33beb7beeda680b8536cb195798e829
More information about the pld-cvs-commit
mailing list