Update to 4.018.
This commit is contained in:
parent
77a0402870
commit
3003e93ea7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
DBD-mysql-4.016.tar.gz
|
DBD-mysql-4.016.tar.gz
|
||||||
DBD-mysql-4.017.tar.gz
|
DBD-mysql-4.017.tar.gz
|
||||||
|
/DBD-mysql-4.018.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-DBD-MySQL
|
Name: perl-DBD-MySQL
|
||||||
Version: 4.017
|
Version: 4.018
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A MySQL interface for perl
|
Summary: A MySQL interface for perl
|
||||||
|
|
||||||
@ -7,7 +7,6 @@ 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
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
# Prevent bug #443495
|
# Prevent bug #443495
|
||||||
BuildRequires: perl(DBI) >= 1.607
|
BuildRequires: perl(DBI) >= 1.607
|
||||||
@ -41,7 +40,6 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
|
||||||
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
||||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
|
||||||
find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
|
||||||
@ -51,7 +49,7 @@ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
# Full test coverage requires a live MySQL database
|
# Full test coverage requires a live MySQL database
|
||||||
# make test
|
#make test
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -68,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 27 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4.018-1
|
||||||
|
- update
|
||||||
|
|
||||||
* Thu Aug 12 2010 Petr Pisar <ppisar@redhat.com> - 4.017-1
|
* Thu Aug 12 2010 Petr Pisar <ppisar@redhat.com> - 4.017-1
|
||||||
- 4.017 bump (bug #623614)
|
- 4.017 bump (bug #623614)
|
||||||
- Preserve time stamps while converting character set
|
- Preserve time stamps while converting character set
|
||||||
|
Loading…
Reference in New Issue
Block a user