]> git.pld-linux.org Git - packages/perl-DBD-mysql.git/commitdiff
- update to 3.0002_1 from DEVEL
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 22 Oct 2005 10:43:00 +0000 (10:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-DBD-mysql.spec -> 1.45

perl-DBD-mysql.spec

index ac42eba63dcb9e4b4335944ee66c030f9b93a3ee..355cd99c10f27c69739eaf27d50ef9a980992aeb 100644 (file)
@@ -24,13 +24,13 @@ Summary(sv):        Ett gr
 Summary(uk):   Perl-¦ÎÔÅÒÆÅÊÓ ÄÏ MySQL
 Summary(zh_CN):        Perl µÄ MySQL ½çÃæ¡£
 Name:          perl-DBD-mysql
-Version:       2.9008
+Version:       3.0002_1
 Release:       1
-# note: libmysqlclient infects everything that links against it with GPL
+# NOTE: libmysqlclient infects everything that links against it with GPL
 License:       GPL (perl code also Artistic)
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 8779f4eb6b56024ddcbdffeb674ad683
+# Source0-md5: 9cda473643e587c39bbfec0350783747
 URL:           http://search.cpan.org/dist/DBD-mysql/
 BuildRequires: mysql-devel
 BuildRequires: perl-DBI >= 1.13
@@ -121,6 +121,8 @@ M(y)sql.pm 
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
+# we don't need no bundles
+rm -rf lib/Bundle
 
 %build
 %{__perl} Makefile.PL \
@@ -133,9 +135,12 @@ M(y)sql.pm 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} pure_install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{?perl_install_postclean}
+rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/%{pdir}/%{pnam}/INSTALL.pod
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.042932 seconds and 4 git commands to generate.