Accepting request 65642 from devel:languages:perl

Accepted submit request 65642 from user coolo

OBS-URL: https://build.opensuse.org/request/show/65642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime?expand=0&rev=14
This commit is contained in:
Sascha Peilicke 2011-03-31 12:22:31 +00:00 committed by Git OBS Bridge
commit 85869e5dd8
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 31 09:17:28 UTC 2011 - pascal.bleser@opensuse.org
- disable tests on < 11.3, perl too old
-------------------------------------------------------------------
Sat Feb 19 23:46:48 UTC 2011 - chris@computersalat.de

View File

@ -40,7 +40,9 @@ BuildRequires: perl(Test::Pod) >= 1.14
%endif
BuildRequires: perl(Pod::Man) >= 1.14
BuildRequires: perl(Test::Exception)
%if 0%{?suse_version} >= 1130
BuildRequires: perl(Test::More) >= 0.88
%endif
BuildRequires: perl(DateTime::Locale) >= 0.41
BuildRequires: perl(DateTime::TimeZone) >= 1.09
BuildRequires: perl(Params::Validate) >= 0.76
@ -82,8 +84,10 @@ For infinite datetimes, please see the DateTime::Infinite module.
%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
./Build build flags=%{?_smp_mflags}
%if 0%{?suse_version} >= 1130
%check
./Build test
%endif
%install
./Build install destdir=%{buildroot} create_packlist=0