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

index 26ae051fe55bfd2c671a424b13b4d4fb2c236706..09bc2a40963d8101a5b4f95a01a22ee55159f270 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_without tests   # do not perform "make test"
-#
-%include       /usr/lib/rpm/macros.perl
+
 %define                pdir    File
 %define                pnam    Sort
+%include       /usr/lib/rpm/macros.perl
 Summary:       File::Sort - sort a file or merge sort multiple files
 Summary(pl.UTF-8):     File::Sort - sortowanie pliku lub połączenie wyniku sortowania wielu plików
 Name:          perl-File-Sort
@@ -15,16 +15,17 @@ 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: 1feb4128bba2edde68ada7838e55863a
+URL:           http://search.cpan.org/dist/File-Sort/
 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 File::Sort Perl module sorts text files by lines (or records). 
+The File::Sort Perl module sorts text files by lines (or records).
 Comparisons are based on one or more sort keys extracted from each
 line of input, and are performed lexicographically. By default, if
-keys are not given, sort regards each input line as a single field. 
+keys are not given, sort regards each input line as a single field.
 The sort is a merge sort.
 
 %description -l pl.UTF-8
@@ -33,7 +34,7 @@ rekordów). Porównania dokonywane są w oparciu o jeden lub więcej
 kluczy sortowania pobieranych z każdego wiersza danych wejściowych i
 układane leksykograficznie. Domyślnie, jeśli nie podano klucza,
 sortowanie dotyczy całych wierszy danych wejściowych jako pojedynczych
-pól. Wyniki sortowania są łączone. 
+pól. Wyniki sortowania są łączone.
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
This page took 0.079735 seconds and 4 git commands to generate.