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

index 7c86e18fa3bcc085b017d1d7e0bea2a8d8a7a5c1..fc3e7ba39cbed969a55b9245a932b17db51d7817 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_with    tests   # perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define                pdir    HTML
 %define                pnam    FromText
+%include       /usr/lib/rpm/macros.perl
 Summary:       HTML::FromText Perl module - convert plain text to HTML
 Summary(pl.UTF-8):     Moduł Perla HTML::FromText - konwersja czystego tekstu do HTML
 Name:          perl-HTML-FromText
@@ -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: fb8ae4ab0cae0b57101f78b046b3927b
+URL:           http://search.cpan.org/dist/HTML-FromText/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with tests}
+BuildRequires: perl(HTML::Entities) >= 1.26
 BuildRequires: perl-Email-Find >= 0.09
 BuildRequires: perl-Exporter-Lite >= 0.01
 BuildRequires: perl-HTML-Parser >= 3.26
-BuildRequires: perl(HTML::Entities) >= 1.26
 # Scalar::Util in perl-modules 5.8.0 is too old
-BuildRequires: perl-Scalar-List-Utils >= 1.12
 BuildRequires: perl(Scalar::Util) >= 1.12
 BuildRequires: perl(Text::Tabs) >= 98.1128
+BuildRequires: perl-Scalar-List-Utils >= 1.12
 BuildRequires: perl-Test-Pod >= 0.95
 BuildRequires: perl-Test-Simple >= 0.47
 %endif
-BuildRequires: perl-devel >= 1:5.8.0
-BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.077146 seconds and 4 git commands to generate.