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

index 81c11aa53c341b84e6b74b7f274f93245ac1ce2d..8bbcf0b3c90f0a0d42ed302f4bfe4c2c36b452c2 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define                pdir    Statistics
 %define                pnam    Frequency
+%include       /usr/lib/rpm/macros.perl
 Summary:       Statistics::Frequency - simple counting of elements
 Summary(pl.UTF-8):     Statistics::Frequency - proste liczenie elementów
 Name:          perl-Statistics-Frequency
@@ -15,16 +15,18 @@ 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: b67d54fb3db4787f170f3700e5362417
+URL:           http://search.cpan.org/dist/Statistics-Frequency/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This is a small module for a small but very common task: counting things,
-in another words, frequencies.  Sure, you can $freq{$elem}++ yourself,
-but what if you need to normalize the frequencies, or what if you have
-several frequencies you want to combine?  Statistics::Frequency to rescue.
+This is a small module for a small but very common task: counting
+things, in another words, frequencies. Sure, you can $freq{$elem}++
+yourself, but what if you need to normalize the frequencies, or what
+if you have several frequencies you want to combine?
+Statistics::Frequency to rescue.
 
 %description -l pl.UTF-8
 Jest to mały moduł do małego, ale bardzo popularnego zadania:
This page took 0.113695 seconds and 4 git commands to generate.