New version from CPAN: 4.004
This commit is contained in:
parent
9faa3b5f36
commit
6b349fe4b6
@ -1 +1 @@
|
||||
DBD-mysql-3.0008.tar.gz
|
||||
DBD-mysql-4.004.tar.gz
|
||||
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
/usr/lib/rpm/find-requires $* | grep -v 'perl(Data::ShowTable'
|
@ -1,13 +1,12 @@
|
||||
Name: perl-DBD-MySQL
|
||||
Version: 3.0008
|
||||
Release: 1%{?dist}
|
||||
Version: 4.004
|
||||
Release: 1%{?dist}
|
||||
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/C/CA/CAPTTOFU/DBD-mysql-%{version}.tar.gz
|
||||
Source1: filter-requires-dbdmysql.sh
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: perl >= 1:5.6.1
|
||||
@ -16,8 +15,6 @@ BuildRequires: mysql, mysql-devel, zlib-devel
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Provides: perl-DBD-mysql = %{version}-%{release}
|
||||
|
||||
%define __perl_requires %{SOURCE1}
|
||||
|
||||
%description
|
||||
An implementation of DBI for MySQL for Perl.
|
||||
|
||||
@ -28,9 +25,10 @@ An implementation of DBI for MySQL for Perl.
|
||||
find . -type f -exec chmod -x {} ';'
|
||||
|
||||
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor --ssl
|
||||
make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" --ssl
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
@ -46,7 +44,7 @@ iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_"
|
||||
mv -f "${file}_" "$file"
|
||||
|
||||
|
||||
%check || :
|
||||
%check
|
||||
# Full test coverage requires a live MySQL database
|
||||
# make test
|
||||
|
||||
@ -60,12 +58,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc ChangeLog INSTALL.html README TODO
|
||||
%{perl_vendorarch}/Bundle/
|
||||
%{perl_vendorarch}/DBD/
|
||||
%{perl_vendorarch}/Mysql*
|
||||
%{perl_vendorarch}/auto/DBD/
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jun 07 2007 Robin Norwood <rnorwood@redhat.com> - 4.004-1
|
||||
- New version from CPAN: 4.004
|
||||
- Move requires filter into spec file
|
||||
|
||||
* Sat Dec 02 2006 Robin Norwood <rnorwood@redhat.com> - 3.0008-1
|
||||
- New version from CPAN: 3.0008
|
||||
|
||||
@ -141,49 +142,49 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Wed Nov 20 2002 Chip Turner <cturner@redhat.com>
|
||||
- rebuild
|
||||
|
||||
* Wed Aug 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.1017-3
|
||||
* Wed Aug 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.1017-3
|
||||
- Rebuild
|
||||
|
||||
* Tue Jun 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.1017-2
|
||||
* 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
|
||||
* 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
|
||||
* Fri Feb 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.2219-6
|
||||
- Rebuild
|
||||
|
||||
* Fri Feb 8 2002 Chip Turner <cturner@minbar.devel.redhat.com>
|
||||
- filter out "soft" dependencies: perl(Data::ShowTable)
|
||||
|
||||
* Thu Feb 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.2219-4
|
||||
* Thu Feb 7 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.2219-4
|
||||
- Rebuild
|
||||
|
||||
* Tue Jan 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.2219-3
|
||||
* Tue Jan 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.2219-3
|
||||
- Rebuild
|
||||
|
||||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
||||
* Tue Jan 8 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.2219-1
|
||||
* Tue Jan 8 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.2219-1
|
||||
- 1.2219
|
||||
|
||||
* Fri Jul 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
* Fri Jul 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
- Add zlib-devel to buildrequires (#49536)
|
||||
|
||||
* Sun Jul 1 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
* 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>
|
||||
* 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>
|
||||
* 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>
|
||||
* Thu Nov 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
|
||||
- First cut
|
||||
|
Loading…
Reference in New Issue
Block a user