[packages/perl-File-Sort] use generic url

glen glen at pld-linux.org
Tue Nov 25 11:44:45 CET 2014


commit b7f052ae45d475a78de1d1ebe5696e352e88e1c4
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Nov 25 12:44:42 2014 +0200

    use generic url

 perl-File-Sort.spec | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/perl-File-Sort.spec b/perl-File-Sort.spec
index 26ae051..09bc2a4 100644
--- a/perl-File-Sort.spec
+++ b/perl-File-Sort.spec
@@ -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}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-File-Sort.git/commitdiff/b7f052ae45d475a78de1d1ebe5696e352e88e1c4



More information about the pld-cvs-commit mailing list