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

index e954e0f2c058b02138405bbadcce033fec781ec8..0fa65d5ca53e4d4a0938e9ab9c9589f41239ee8b 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    Clean
+%include       /usr/lib/rpm/macros.perl
 Summary:       HTML::Clean - cleans up HTML code for web browsers, not humans
 Summary(pl.UTF-8):     HTML::Clean - czyści kod w HTML-u z punktu widzenia serwerów WWW
 Name:          perl-HTML-Clean
@@ -15,20 +15,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: ee562703b7700c7fd4173f355e83ec2c
-BuildRequires: rpm-perlprov >= 4.1-13
+URL:           http://search.cpan.org/dist/HTML-Clean/
 BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 The HTML::Clean Perl module encapsulates a number of common techniques
-for minimizing the size of HTML files.  You can typically save between
+for minimizing the size of HTML files. You can typically save between
 10% and 50% of the size of a HTML file using these methods.
 
 %description -l pl.UTF-8
 Moduł Perla HTML::Clean zamyka w sobie kilka ogólnych technik
 minimalizacji rozmiaru plików HTML. Zazwyczaj pozwala on zaoszczędzić
-na rozmiarze pliku HTML od 10% do 50%. 
+na rozmiarze pliku HTML od 10% do 50%.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.083305 seconds and 4 git commands to generate.