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

index 62b18144ee02deaf8693923911ae3161e46bb8d6..df772703598fda9f524a327579a501bf6d3dc018 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    SimpleParse
+%include       /usr/lib/rpm/macros.perl
 Summary:       HTML::SimpleParse - a bare-bones HTML parser
 Summary(pl.UTF-8):     HTML::SimpleParse - analizator składniowy "gołego szkieletu" HTML-a
 Name:          perl-HTML-SimpleParse
@@ -15,14 +15,15 @@ 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: f557818d78932654f9ca8dfeae2566b1
-BuildRequires: rpm-perlprov >= 4.1-13
+URL:           http://search.cpan.org/dist/HTML-SimpleParse/
 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::SimpleParse module is a simple HTML parser.  It is similar
-in concept to HTML::Parser, but it differs from HTML::TreeBuilder in a
+The HTML::SimpleParse module is a simple HTML parser. It is similar in
+concept to HTML::Parser, but it differs from HTML::TreeBuilder in a
 couple of important ways.
 
 %description -l pl.UTF-8
This page took 0.084446 seconds and 4 git commands to generate.