4.034 bump
This commit is contained in:
parent
695eb0e592
commit
46496ade34
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@ DBD-mysql-4.017.tar.gz
|
||||
/DBD-mysql-4.031.tar.gz
|
||||
/DBD-mysql-4.032.tar.gz
|
||||
/DBD-mysql-4.033.tar.gz
|
||||
/DBD-mysql-4.034.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: perl-DBD-MySQL
|
||||
Version: 4.033
|
||||
Release: 3%{?dist}
|
||||
Version: 4.034
|
||||
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
|
||||
Source0: http://www.cpan.org/authors/id/M/MI/MICHIELB/DBD-mysql-%{version}.tar.gz
|
||||
BuildRequires: mariadb, mariadb-devel, zlib-devel
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
@ -15,7 +15,7 @@ BuildRequires: perl-generators
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(Data::Dumper)
|
||||
BuildRequires: perl(DBI) >= 1.08
|
||||
BuildRequires: perl(DBI) >= 1.609
|
||||
BuildRequires: perl(DBI::DBD)
|
||||
BuildRequires: perl(DynaLoader)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
@ -25,6 +25,7 @@ BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(utf8)
|
||||
BuildRequires: perl(warnings)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Provides: perl-DBD-mysql = %{version}-%{release}
|
||||
@ -42,7 +43,7 @@ management system.
|
||||
# Correct file permissions
|
||||
find . -type f | xargs chmod -x
|
||||
|
||||
for file in lib/DBD/mysql.pm ChangeLog; do
|
||||
for file in lib/DBD/mysql.pm Changes; do
|
||||
iconv -f iso-8859-1 -t utf-8 <$file >${file}_
|
||||
touch -r ${file}{,_}
|
||||
mv -f ${file}{_,}
|
||||
@ -54,7 +55,7 @@ make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
@ -64,13 +65,16 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc ChangeLog eg README.pod TODO
|
||||
%doc Changes README.pod
|
||||
%{perl_vendorarch}/Bundle/
|
||||
%{perl_vendorarch}/DBD/
|
||||
%{perl_vendorarch}/auto/DBD/
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Thu Jul 07 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4.034-1
|
||||
- 4.034 bump
|
||||
|
||||
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 4.033-3
|
||||
- Perl 5.24 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user