]> git.pld-linux.org Git - packages/perl-Math-Prime-XS.git/commitdiff
use generic url auto/th/perl-Math-Prime-XS-0.26-1
authorElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 19:56:25 +0000 (21:56 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 25 Nov 2014 19:56:25 +0000 (21:56 +0200)
perl-Math-Prime-XS.spec

index db5267e8a3e424c5702924f8b10d95be3585cb96..3085211745a76c7f68437406abbc02e470eebe58 100644 (file)
@@ -2,12 +2,11 @@
 # Conditional build:
 %bcond_without autodeps        # don't BR packages needed only for resolving deps
 %bcond_without tests           # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define        pdir    Math
 %define        pnam    Prime-XS
+%include       /usr/lib/rpm/macros.perl
 Summary:       Math::Prime::XS - Calculate/detect prime numbers with deterministic tests
-#Summary(pl.UTF-8):    
 Name:          perl-Math-Prime-XS
 Version:       0.26
 Release:       1
@@ -16,8 +15,7 @@ License:      GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/Math/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 5bd7727093742cc85cd6c762422c98c8
-# generic URL, check or change before uncommenting
-#URL:          http://search.cpan.org/dist/Math-Prime-XS/
+URL:           http://search.cpan.org/dist/Math-Prime-XS/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 %if %{with autodeps} || %{with tests}
@@ -30,9 +28,6 @@ Math::Prime::XS calculates/detects prime numbers by either applying
 Modulo operator division, the Sieve of Eratosthenes, Trial division or
 a Summing calculation.
 
-# %description -l pl.UTF-8
-# TODO
-
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
This page took 0.095405 seconds and 4 git commands to generate.