4.025 bump
This commit is contained in:
parent
def9bf1385
commit
2c56ae5fea
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ DBD-mysql-4.017.tar.gz
|
||||
/DBD-mysql-4.022.tar.gz
|
||||
/DBD-mysql-4.023.tar.gz
|
||||
/DBD-mysql-4.024.tar.gz
|
||||
/DBD-mysql-4.025.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-DBD-MySQL
|
||||
Version: 4.024
|
||||
Version: 4.025
|
||||
Release: 1%{?dist}
|
||||
Summary: A MySQL interface for Perl
|
||||
Group: Development/Libraries
|
||||
@ -21,6 +21,7 @@ BuildRequires: perl(File::Path)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(Getopt::Long)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(warnings)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Provides: perl-DBD-mysql = %{version}-%{release}
|
||||
|
||||
@ -58,13 +59,16 @@ find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';'
|
||||
#make test
|
||||
|
||||
%files
|
||||
%doc ChangeLog eg README TODO
|
||||
%doc ChangeLog eg README.pod TODO
|
||||
%{perl_vendorarch}/Bundle/
|
||||
%{perl_vendorarch}/DBD/
|
||||
%{perl_vendorarch}/auto/DBD/
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 05 2013 Jitka Plesnikova <jplesnik@redhat.com> - 4.025-1
|
||||
- 4.025 bump
|
||||
|
||||
* Thu Sep 19 2013 Jitka Plesnikova <jplesnik@redhat.com> - 4.024-1
|
||||
- 4.024 bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user