auto-import changelog data from perl-DBD-MySQL-2.1017-2.src.rpm

Tue Jun 25 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.1017-2
- Rebuild, to fix #66304
Wed Jun 05 2002 Trond Eivind Glomsrd <teg@redhat.com> 2.1017-1
- New version - no longer integrated into msql-mysql modules
Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
This commit is contained in:
cvsdist 2004-09-09 10:04:16 +00:00
parent 3c8f121afb
commit fb3b25d654
3 changed files with 18 additions and 10 deletions

View File

@ -1 +1 @@
Msql-Mysql-modules-1.2219.tar.gz
DBD-mysql-2.1017.tar.gz

View File

@ -1,10 +1,10 @@
Summary: A MySQL interface for perl
Name: perl-DBD-MySQL
Version: 1.2219
Release: 6
Version: 2.1017
Release: 2
License: distributable
Group: Applications/Databases
Source: Msql-Mysql-modules-%{version}.tar.gz
Source: DBD-mysql-%{version}.tar.gz
Source2: filter-requires-dbdmysql.sh
Url: http://www.cpan.org
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -20,10 +20,10 @@ An implementation of DBI for MySQL for Perl.
%define __find_requires %{SOURCE2}
%prep
%setup -q -n Msql-Mysql-modules-%{version}
%setup -q -n DBD-mysql-%{version}
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL --mysql-install --nomsql-install --nomsql1-install --noprompt
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr INSTALLDIRS=vendor
make
%clean
@ -32,9 +32,9 @@ rm -rf $RPM_BUILD_ROOT
%install
rm -rf $RPM_BUILD_ROOT
eval `perl '-V:installarchlib'`
eval `perl '-V:installsitearch'`
eval `perl '-V:installvendorarch'`
mkdir -p $RPM_BUILD_ROOT/$installarchlib
make PREFIX=$RPM_BUILD_ROOT/usr install
make install
rm -f $RPM_BUILD_ROOT/$installarchlib/perllocal.pod
rm -f $RPM_BUILD_ROOT/$installsitearch/auto/DBD/mysql/mysql.bs
rm -f $RPM_BUILD_ROOT/$installsitearch/auto/Msql-Mysql-modules/.packlist
@ -42,11 +42,19 @@ rm -f $RPM_BUILD_ROOT/$installsitearch/auto/Msql-Mysql-modules/.packlist
%files
%defattr(-,root,root)
%doc README ChangeLog
/usr/bin/*
/usr/lib/*
%{_mandir}/*/*
%changelog
* Tue Jun 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.1017-2
- Rebuild, to fix #66304
* Wed Jun 5 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.1017-1
- New version - no longer integrated into msql-mysql modules
* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Fri Feb 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.2219-6
- Rebuild

View File

@ -1 +1 @@
b434e45cd93fa8582df176c1906a6259 Msql-Mysql-modules-1.2219.tar.gz
3d1b719a66f6d311c1df72990e48ab18 DBD-mysql-2.1017.tar.gz