Accepting request 29209 from devel:languages:perl

Copy from devel:languages:perl/perl-DBD-mysql based on submit request 29209 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29209
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DBD-mysql?expand=0&rev=13
This commit is contained in:
OBS User autobuild 2010-01-12 11:19:53 +00:00 committed by Git OBS Bridge
parent 25aa9bff38
commit c75d01efa0
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 3 16:12:06 CEST 2009 - anicka@suse.cz Mon Aug 3 16:12:06 CEST 2009 - anicka@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-DBD-mysql (Version 4.012) # spec file for package perl-DBD-mysql (Version 4.012)
# #
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -29,7 +29,7 @@ Requires: perl-DBI perl-Data-ShowTable
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
AutoReqProv: on AutoReqProv: on
Version: 4.012 Version: 4.012
Release: 1 Release: 2
Summary: Interface to the MySQL database Summary: Interface to the MySQL database
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Source: http://www.cpan.org/modules/by-module/Mysql/DBD-mysql-%{version}.tar.bz2 Source: http://www.cpan.org/modules/by-module/Mysql/DBD-mysql-%{version}.tar.bz2
@ -51,7 +51,7 @@ chmod a-x ChangeLog README INSTALL.html
%build %build
perl Makefile.PL --verbose perl Makefile.PL --verbose
make make %{?_smp_mflags}
#make test #make test
%install %install