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

index 6bc2ed2b37acb7cd15faae2ae18e1737da8b087f..9532abb9b1c2cfb82eaa93c16f36b8e3957e10de 100644 (file)
@@ -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
This page took 0.109986 seconds and 4 git commands to generate.