]> git.pld-linux.org Git - packages/perl-HTML-Scrubber.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 10:52:05 +0000 (12:52 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 10:52:05 +0000 (12:52 +0200)
perl-HTML-Scrubber.spec

index f09c1091e262ffc1864f476c58225b6c22ac7be9..307c0b6879d3a21868151e415f0b6854245faff1 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define                pdir    HTML
 %define                pnam    Scrubber
+%include       /usr/lib/rpm/macros.perl
 Summary:       HTML::Scrubber - Perl extension for scrubbing/sanitizing HTML
 Summary(pl.UTF-8):     HTML::Scrubber - rozszerzenie Perla do czyszczenia HTML-a
 Name:          perl-HTML-Scrubber
@@ -15,12 +15,13 @@ 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: 79b5ab3a8e599d3753ed6bc924d0f501
+URL:           http://search.cpan.org/dist/HTML-Scrubber/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
-BuildRequires: perl-HTML-Parser >= 3
 BuildRequires: perl(Test)
 BuildRequires: perl(Test::More)
+BuildRequires: perl-HTML-Parser >= 3
 %endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.105357 seconds and 4 git commands to generate.