8
0

Accepting request 477885 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/477885
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DBD-mysql?expand=0&rev=52
This commit is contained in:
Stephan Kulow
2017-03-13 06:18:19 +00:00
committed by Git OBS Bridge
parent 391ccfd3e3
commit 182c129043
4 changed files with 66 additions and 6 deletions

View File

@@ -17,19 +17,20 @@
Name: perl-DBD-mysql
Version: 4.041
Version: 4.042
Release: 0
%define cpan_name DBD-mysql
Summary: MySQL driver for the Perl5 Database Interface (DBI)
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/DBD-mysql/
Source0: http://www.cpan.org/authors/id/M/MI/MICHIELB/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(DBI) >= 1.609
BuildRequires: perl(Devel::CheckLib)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Simple) >= 0.90
Requires: perl(DBI) >= 1.609
@@ -64,6 +65,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE Makefile.PL.embedded myld README.md
%doc Changes Makefile.PL.embedded myld README.md
%license LICENSE
%changelog