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
|
Name: perl-DBD-MySQL
|
||||||
Version: 3.0008
|
Version: 4.004
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A MySQL interface for perl
|
Summary: A MySQL interface for perl
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL or Artistic
|
License: GPL or Artistic
|
||||||
URL: http://search.cpan.org/dist/DBD-mysql/
|
URL: http://search.cpan.org/dist/DBD-mysql/
|
||||||
Source0: http://www.cpan.org/authors/id/C/CA/CAPTTOFU/DBD-mysql-%{version}.tar.gz
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: perl >= 1:5.6.1
|
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))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
Provides: perl-DBD-mysql = %{version}-%{release}
|
Provides: perl-DBD-mysql = %{version}-%{release}
|
||||||
|
|
||||||
%define __perl_requires %{SOURCE1}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An implementation of DBI for MySQL for Perl.
|
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 {} ';'
|
find . -type f -exec chmod -x {} ';'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor --ssl
|
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" --ssl
|
||||||
make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -46,7 +44,7 @@ iconv -f iso-8859-1 -t utf-8 < "$file" > "${file}_"
|
|||||||
mv -f "${file}_" "$file"
|
mv -f "${file}_" "$file"
|
||||||
|
|
||||||
|
|
||||||
%check || :
|
%check
|
||||||
# Full test coverage requires a live MySQL database
|
# Full test coverage requires a live MySQL database
|
||||||
# make test
|
# make test
|
||||||
|
|
||||||
@ -60,12 +58,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc ChangeLog INSTALL.html README TODO
|
%doc ChangeLog INSTALL.html README TODO
|
||||||
%{perl_vendorarch}/Bundle/
|
%{perl_vendorarch}/Bundle/
|
||||||
%{perl_vendorarch}/DBD/
|
%{perl_vendorarch}/DBD/
|
||||||
%{perl_vendorarch}/Mysql*
|
|
||||||
%{perl_vendorarch}/auto/DBD/
|
%{perl_vendorarch}/auto/DBD/
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Dec 02 2006 Robin Norwood <rnorwood@redhat.com> - 3.0008-1
|
||||||
- New version from CPAN: 3.0008
|
- New version from CPAN: 3.0008
|
||||||
|
|
||||||
@ -141,49 +142,49 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Wed Nov 20 2002 Chip Turner <cturner@redhat.com>
|
* Wed Nov 20 2002 Chip Turner <cturner@redhat.com>
|
||||||
- rebuild
|
- 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
|
- 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
|
- 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
|
- New version - no longer integrated into msql-mysql modules
|
||||||
|
|
||||||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- 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
|
- Rebuild
|
||||||
|
|
||||||
* Fri Feb 8 2002 Chip Turner <cturner@minbar.devel.redhat.com>
|
* Fri Feb 8 2002 Chip Turner <cturner@minbar.devel.redhat.com>
|
||||||
- filter out "soft" dependencies: perl(Data::ShowTable)
|
- 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
|
- 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
|
- Rebuild
|
||||||
|
|
||||||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- 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
|
- 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)
|
- 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
|
- 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
|
- 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
|
- 1.2216
|
||||||
- Add doc files
|
- Add doc files
|
||||||
- Minor cleanups
|
- 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
|
- First cut
|
||||||
|
Loading…
Reference in New Issue
Block a user