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

index 9df5ce4cee9cd93c28c23cc95dae52314c709ea9..0717c9a8a0d9cf22cc37ae38e3ab802780895799 100644 (file)
@@ -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
This page took 0.096382 seconds and 4 git commands to generate.