[packages/perl-Data-Page] use generic url

glen glen at pld-linux.org
Tue Nov 25 11:37:15 CET 2014


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

    use generic url

 perl-Data-Page.spec | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/perl-Data-Page.spec b/perl-Data-Page.spec
index 89bfad7..4a51af4 100644
--- a/perl-Data-Page.spec
+++ b/perl-Data-Page.spec
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_without	tests	# do not perform "make test"
-#
-%include	/usr/lib/rpm/macros.perl
+
 %define		pdir	Data
 %define		pnam	Page
+%include	/usr/lib/rpm/macros.perl
 Summary:	Data::Page - help when paging through sets of results
 Summary(pl.UTF-8):	Data::Page - pomoc przy stronicowaniu zbiorów wyników
 Name:		perl-Data-Page
@@ -15,13 +15,14 @@ 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:	57f9aed8a79687a2712adf7bf2f9cc4d
+URL:		http://search.cpan.org/dist/Data-Page/
+BuildRequires:	perl-Module-Build
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
 %if %{with tests}
 BuildRequires:	perl-Class-Accessor-Chained
 BuildRequires:	perl-Test-Exception
 %endif
-BuildRequires:	perl-Module-Build
-BuildRequires:	perl-devel >= 1:5.8.0
-BuildRequires:	rpm-perlprov >= 4.1-13
 Requires:	perl-Class-Accessor-Chained
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -29,7 +30,7 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 When searching through large amounts of data, it is often the case
 that a result set is returned that is larger than we want to display
-on one page.  This results in wanting to page through various pages of
+on one page. This results in wanting to page through various pages of
 data. The maths behind this is unfortunately fiddly, hence this
 module.
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-Data-Page.git/commitdiff/d6dcd264940332a13927d447d29d8cf5343d7566



More information about the pld-cvs-commit mailing list