[packages/perl-DBIx-Recordset] use generic url

glen glen at pld-linux.org
Tue Nov 25 11:36:26 CET 2014


commit 0d734e982807e6cc1d880e76b1f4c85783d59318
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Nov 25 12:36:22 2014 +0200

    use generic url

 perl-DBIx-Recordset.spec | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/perl-DBIx-Recordset.spec b/perl-DBIx-Recordset.spec
index 9df5ce4..0717c9a 100644
--- a/perl-DBIx-Recordset.spec
+++ b/perl-DBIx-Recordset.spec
@@ -1,10 +1,10 @@
 #
 # Conditional build:
 %bcond_without	tests	# do not perform "make test"
-#
-%include	/usr/lib/rpm/macros.perl
+
 %define		pdir	DBIx
 %define		pnam	Recordset
+%include	/usr/lib/rpm/macros.perl
 Summary:	DBIx::Recordset - abstraction and simplification of database access
 Summary(pl.UTF-8):	DBIx::Recordset - abstrakcja i uproszczenie dostępu do bazy danych
 Name:		perl-DBIx-Recordset
@@ -14,6 +14,7 @@ License:	GPL or Artistic
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5:	fe008ad93b76ac0dea487f0c014842ee
+URL:		http://search.cpan.org/dist/DBIx-Recordset/
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
 %if %{with tests}
@@ -28,9 +29,9 @@ database access.
 
 The goal is to make standard database access
 (select/insert/update/delete) easier to handle and independend of the
-underlying DBMS.  Special attention is made on web applications to
-make it possible to handle the state-less access and to process the
-posted data of formfields, but DBIx::Recordset is not limited to web
+underlying DBMS. Special attention is made on web applications to make
+it possible to handle the state-less access and to process the posted
+data of formfields, but DBIx::Recordset is not limited to web
 applications.
 
 %description -l pl.UTF-8
@@ -62,7 +63,7 @@ rm -rf $RPM_BUILD_ROOT
 mv -f eg/README README.eg
 
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-install eg/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -p eg/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/perl-DBIx-Recordset.git/commitdiff/0d734e982807e6cc1d880e76b1f4c85783d59318



More information about the pld-cvs-commit mailing list