4.032 bump
This commit is contained in:
parent
794cc2ad29
commit
c8718fa0a5
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ DBD-mysql-4.017.tar.gz
|
||||
/DBD-mysql-4.028.tar.gz
|
||||
/DBD-mysql-4.029.tar.gz
|
||||
/DBD-mysql-4.031.tar.gz
|
||||
/DBD-mysql-4.032.tar.gz
|
||||
|
@ -1,12 +1,14 @@
|
||||
Name: perl-DBD-MySQL
|
||||
Version: 4.031
|
||||
Release: 3%{?dist}
|
||||
Version: 4.032
|
||||
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
|
||||
BuildRequires: mariadb, mariadb-devel, zlib-devel
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Config)
|
||||
@ -49,7 +51,7 @@ perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" --ssl
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make pure_install PERL_INSTALL_ROOT=%{buildroot}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
|
||||
find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
|
||||
%{_fixperms} %{buildroot}/*
|
||||
@ -67,6 +69,9 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 22 2015 Jitka Plesnikova <jplesnik@redhat.com> - 4.032-1
|
||||
- 4.032 bump
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.031-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user