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:
commit
85869e5dd8
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user