From: Elan Ruusamäe Date: Wed, 26 Nov 2014 13:07:44 +0000 (+0200) Subject: use generic url X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=6f29fb3b58a1feb2e0e0be38f471f602d3d2ff1c;p=packages%2Fperl-SVG-Parser.git use generic url --- diff --git a/perl-SVG-Parser.spec b/perl-SVG-Parser.spec index 1231a3d..5ef0a05 100644 --- a/perl-SVG-Parser.spec +++ b/perl-SVG-Parser.spec @@ -1,10 +1,10 @@ # # Conditional build: %bcond_without tests # do not perform "make test" -# -%include /usr/lib/rpm/macros.perl + %define pdir SVG %define pnam Parser +%include /usr/lib/rpm/macros.perl Summary: SVG::Parser - converts SVG XML documents into SVG objects Summary(pl.UTF-8): SVG::Parser - konwersja dokumentów SVG XML do obiektów SVG Name: perl-SVG-Parser @@ -15,6 +15,7 @@ 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: 58e1f95faede185edf0657abc443f668 +URL: http://search.cpan.org/dist/SVG-Parser/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests}