From fb3b25d65485f8d323aa63dde37ae4d2e1aedc13 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:04:16 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20perl-DB?= =?UTF-8?q?D-MySQL-2.1017-2.src.rpm=20Tue=20Jun=2025=202002=20Trond=20Eivi?= =?UTF-8?q?nd=20Glomsr=F8d=20=202.1017-2=20-=20Rebuild,=20?= =?UTF-8?q?to=20fix=20#66304=20Wed=20Jun=2005=202002=20Trond=20Eivind=20Gl?= =?UTF-8?q?omsr=F8d=20=202.1017-1=20-=20New=20version=20-?= =?UTF-8?q?=20no=20longer=20integrated=20into=20msql-mysql=20modules=20Thu?= =?UTF-8?q?=20May=2023=202002=20Tim=20Powers=20=20-=20aut?= =?UTF-8?q?omated=20rebuild?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cvsignore | 2 +- perl-DBD-MySQL.spec | 24 ++++++++++++++++-------- sources | 2 +- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/.cvsignore b/.cvsignore index 96499ea..237ba15 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Msql-Mysql-modules-1.2219.tar.gz +DBD-mysql-2.1017.tar.gz diff --git a/perl-DBD-MySQL.spec b/perl-DBD-MySQL.spec index d7411a2..6689a58 100644 --- a/perl-DBD-MySQL.spec +++ b/perl-DBD-MySQL.spec @@ -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 2.1017-2 +- Rebuild, to fix #66304 + +* Wed Jun 5 2002 Trond Eivind Glomsrød 2.1017-1 +- New version - no longer integrated into msql-mysql modules + +* Thu May 23 2002 Tim Powers +- automated rebuild + * Fri Feb 22 2002 Trond Eivind Glomsrød 1.2219-6 - Rebuild diff --git a/sources b/sources index 11c140c..45e3efc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b434e45cd93fa8582df176c1906a6259 Msql-Mysql-modules-1.2219.tar.gz +3d1b719a66f6d311c1df72990e48ab18 DBD-mysql-2.1017.tar.gz