Update to 3.0002.

This commit is contained in:
Warren Togami 2005-08-29 23:04:09 +00:00
parent 743bb8f045
commit 1eaf45d174
3 changed files with 9 additions and 7 deletions

View File

@ -1 +1 @@
DBD-mysql-2.9007.tar.gz
DBD-mysql-3.0002.tar.gz

View File

@ -1,12 +1,12 @@
Name: perl-DBD-MySQL
Version: 2.9007
Version: 3.0002
Release: 1
Summary: A MySQL interface for perl
Group: Development/Libraries
License: GPL or Artistic
URL: http://search.cpan.org/dist/DBD-mysql/
Source0: http://www.cpan.org/authors/id/R/RU/RUDY/DBD-mysql-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/C/CA/CAPTTOFU/DBD-mysql-%{version}.tar.gz
Source1: filter-requires-dbdmysql.sh
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -14,7 +14,7 @@ BuildRequires: perl >= 1:5.6.1
BuildRequires: perl(DBI)
BuildRequires: mysql, mysql-devel, zlib-devel
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Provides: perl-DBD-mysql = %{version}
Provides: perl-DBD-mysql = %{version}-%{release}
%define __perl_requires %{SOURCE1}
@ -25,8 +25,7 @@ An implementation of DBI for MySQL for Perl.
%prep
%setup -q -n DBD-mysql-%{version}
# Correct file permissions
find . -name "*.pm" -exec chmod 644 {} ';'
chmod 644 ChangeLog INSTALL.html README lib/DBD/mysql/INSTALL.pod
find . -type f -exec chmod -x {} ';'
%build
@ -67,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Jul 11 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.0002-1
- Update to 3.0002.
* Wed Apr 27 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.9007-1
- Update to 2.9007. (#156059)

View File

@ -1 +1 @@
ba72f4f604b2457d767d95ba8690ff66 DBD-mysql-2.9007.tar.gz
df70ba084c97f5f7c2a997c3de2f0ad0 DBD-mysql-3.0002.tar.gz