[packages/perl-DBD-mysqlPP] use generic url
glen
glen at pld-linux.org
Tue Nov 25 11:35:40 CET 2014
commit 37bcd473a87b793514b2108dc260636838503ee6
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Tue Nov 25 12:35:36 2014 +0200
use generic url
perl-DBD-mysqlPP.spec | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/perl-DBD-mysqlPP.spec b/perl-DBD-mysqlPP.spec
index 6bc2ed2..9532abb 100644
--- a/perl-DBD-mysqlPP.spec
+++ b/perl-DBD-mysqlPP.spec
@@ -1,10 +1,10 @@
#
# Conditional build:
%bcond_without tests # do not perform "make test"
-#
-%include /usr/lib/rpm/macros.perl
+
%define pdir DBD
%define pnam mysqlPP
+%include /usr/lib/rpm/macros.perl
Summary: DBD::mysqlPP - pure Perl MySQL driver for the DBI
Summary(pl.UTF-8): DBD::mysqlPP - czysto perlowy sterownik do MySQL-a dla DBI
Name: perl-DBD-mysqlPP
@@ -15,23 +15,24 @@ 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: a259806d4c82e486fb474d8b5c15e6dd
+URL: http://search.cpan.org/dist/DBD-mysqlPP/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
%if %{with tests}
BuildRequires: perl-DBI >= 1.0
BuildRequires: perl-Net-MySQL >= 0.08
%endif
-BuildRequires: perl-devel >= 1:5.8.0
-BuildRequires: rpm-perlprov >= 4.1-13
Requires: perl-Net-MySQL >= 0.08
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
DBD::mysqlPP is a Pure Perl MySQL driver for the Perl5 Database
-Interface (DBI). This module implements network protool between
-server and client of MySQL, thus you don't need external MySQL
-client library like libmysqlclient for this module to work.
-It means this module enables you to connect to MySQL server from
-some operation systems which MySQL is not ported.
+Interface (DBI). This module implements network protool between server
+and client of MySQL, thus you don't need external MySQL client library
+like libmysqlclient for this module to work. It means this module
+enables you to connect to MySQL server from some operation systems
+which MySQL is not ported.
%description -l pl.UTF-8
DBD::mysqlPP to czysto perlowy sterownik do MySQL-a dla DBI (perlowego
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-DBD-mysqlPP.git/commitdiff/37bcd473a87b793514b2108dc260636838503ee6
More information about the pld-cvs-commit
mailing list