]> git.pld-linux.org Git - packages/perl-String-Checker.git/commitdiff
use generic url
authorElan Ruusamäe <glen@delfi.ee>
Wed, 26 Nov 2014 13:10:11 +0000 (15:10 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 26 Nov 2014 13:10:11 +0000 (15:10 +0200)
perl-String-Checker.spec

index ab87aaca7c53125b0648b9a0a32dc6ed6bdd7755..6692b24feb6947d50ee5cf9072c38b10d454e342 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define                pdir    String
 %define                pnam    Checker
+%include       /usr/lib/rpm/macros.perl
 Summary:       String::Checker - an extensible string validation module
 Summary(pl.UTF-8):     String::Checker - rozszerzalny moduł sprawdzający poprawność łańcuchów
 Name:          perl-String-Checker
@@ -15,9 +15,12 @@ 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: d7187638b490464c209f6d132450f0cb
+URL:           http://search.cpan.org/dist/String-Checker/
 BuildRequires: perl-devel >= 1:5.8.0
-%{?with_tests:BuildRequires:   perl-Date-Manip}
 BuildRequires: rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires: perl-Date-Manip
+%endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.098349 seconds and 4 git commands to generate.