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:
parent
3c8f121afb
commit
fb3b25d654
@ -1 +1 @@
|
||||
Msql-Mysql-modules-1.2219.tar.gz
|
||||
DBD-mysql-2.1017.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user