[packages/perl-DBIx-SQLEngine] use generic url
glen
glen at pld-linux.org
Tue Nov 25 11:36:29 CET 2014
commit 0adbcdb77133dacf7e7bb6bd44076b065c07bef2
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Nov 25 12:36:26 2014 +0200
use generic url
perl-DBIx-SQLEngine.spec | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/perl-DBIx-SQLEngine.spec b/perl-DBIx-SQLEngine.spec
index 3277c3e..f5f4d83 100644
--- a/perl-DBIx-SQLEngine.spec
+++ b/perl-DBIx-SQLEngine.spec
@@ -1,10 +1,10 @@
#
# Conditional build:
%bcond_with tests # perform "make test" (requires working DBI connection)
-#
-%include /usr/lib/rpm/macros.perl
+
%define pdir DBIx
%define pnam SQLEngine
+%include /usr/lib/rpm/macros.perl
Summary: DBIx::SQLEngine - extends DBI with high-level operations
Summary(pl.UTF-8): DBIx::SQLEngine - rozszerzenie DBI o wysokopoziomowe operacje
Name: perl-DBIx-SQLEngine
@@ -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: 963f4e41b77f7a1f6287eeac760a94e1
+URL: http://search.cpan.org/dist/DBIx-SQLEngine/
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
%if %{with tests}
-BuildRequires: perl-DBI >= 1.0
-BuildRequires: perl-DBIx-AnyDBD >= 2.0
BuildRequires: perl-Class-MakeMethods >= 1.003
BuildRequires: perl-Class-MakeMethods-Template >= 1.003
+BuildRequires: perl-DBI >= 1.0
+BuildRequires: perl-DBIx-AnyDBD >= 2.0
%endif
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -33,8 +34,8 @@ and query execution in a single call.
%description -l pl.UTF-8
Klasa DBIx::SQLEngine udostępnia rozszerzony interfejs dla interfejsu
-bazodanowego DBI, dodając metody obsługujące generowanie SQL w locie
-i wykonywanie zapytań w pojedynczym wywołaniu.
+bazodanowego DBI, dodając metody obsługujące generowanie SQL w locie i
+wykonywanie zapytań w pojedynczym wywołaniu.
%prep
%setup -q -n %{pdir}-%{pnam}-%{version}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-DBIx-SQLEngine.git/commitdiff/0adbcdb77133dacf7e7bb6bd44076b065c07bef2
More information about the pld-cvs-commit
mailing list