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

index b837244e6c47e18926c9ce6a82fd6d4cf4c73967..2eef456f83114aa3fc39642f6725c539e366f0d4 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    DataSource
+%include       /usr/lib/rpm/macros.perl
 Summary:       DBIx::DataSource - database-independent create and drop functions
 Summary(pl.UTF-8):     DBIx::DataSource - niezależne od bazy danych funkcje do tworzenia i usuwania
 Name:          perl-DBIx-DataSource
@@ -15,6 +15,7 @@ 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: 12d60ad75ceced40286d18fcdcb5a40b
+URL:           http://search.cpan.org/dist/DBIx-DataSource/
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
@@ -22,7 +23,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This module implements create_database and drop_database functions for
-databases.  It aims to provide a common interface to database creation
+databases. It aims to provide a common interface to database creation
 and deletion regardless of the actual database being used.
 
 %description -l pl.UTF-8
This page took 0.050434 seconds and 4 git commands to generate.