auto-import changelog data from perl-DBD-MySQL-1.2216-3.src.rpm

Sun Jul 01 2001 Trond Eivind Glomsrd <teg@redhat.com>
- Add perl and perl-DBI to BuildRequires
Wed May 30 2001 Trond Eivind Glomsrd <teg@redhat.com>
- Change Group to Applications/Databases
Tue May 01 2001 Trond Eivind Glomsrd <teg@redhat.com>
- 1.2216
- Add doc files
- Minor cleanups
This commit is contained in:
cvsdist 2004-09-09 10:03:41 +00:00
parent 6940d2ebf1
commit a1b3fac271
3 changed files with 62 additions and 2 deletions

View File

@ -1 +1 @@
Msql-Mysql-modules-1.2215.tar.gz
Msql-Mysql-modules-1.2216.tar.gz

60
perl-DBD-MySQL.spec Normal file
View File

@ -0,0 +1,60 @@
Summary: A MySQL interface for perl
Name: perl-DBD-MySQL
Version: 1.2216
Release: 3
License: distributable
Group: Applications/Databases
Source: Msql-Mysql-modules-%{version}.tar.gz
Url: http://www.cpan.org
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: perl >= 5.6.0-3, perl-DBI >= 1.15
BuildRequires: mysql-devel >= 3.23.37,perl >= 5.6.0-3, perl-DBI >= 1.15
%description
An implementation of DBI for MySQL for Perl.
# Provide perl-specific find-{provides,requires}.
%define __find_provides /usr/lib/rpm/find-provides.perl
%define __find_requires /usr/lib/rpm/find-requires.perl
%prep
%setup -q -n Msql-Mysql-modules-%{version}
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL --mysql-install --nomsql-install --nomsql1-install --noprompt
make
%clean
rm -rf $RPM_BUILD_ROOT
%install
rm -rf $RPM_BUILD_ROOT
eval `perl '-V:installarchlib'`
eval `perl '-V:installsitearch'`
mkdir -p $RPM_BUILD_ROOT/$installarchlib
make PREFIX=$RPM_BUILD_ROOT/usr 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
%files
%defattr(-,root,root)
%doc README ChangeLog
/usr/bin/*
/usr/lib/*
%{_mandir}/*/*
%changelog
* Sun Jul 1 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Add perl and perl-DBI to BuildRequires
* Wed May 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Change Group to Applications/Databases
* Tue May 1 2001 Trond Eivind Glomsrød <teg@redhat.com>
- 1.2216
- Add doc files
- Minor cleanups
* Thu Nov 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
- First cut

View File

@ -1 +1 @@
e3f3c7f12456526ca5c3104908220c39 Msql-Mysql-modules-1.2215.tar.gz
b5f764a84c452c9f46c3f7d937798e77 Msql-Mysql-modules-1.2216.tar.gz