Accepting request 54657 from devel:languages:perl

Accepted submit request 54657 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Deep?expand=0&rev=10
This commit is contained in:
Lars Vogdt 2010-12-05 21:20:17 +00:00 committed by Git OBS Bridge
commit b23599dbdc
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 1 09:44:38 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Sat Oct 16 09:30:53 UTC 2010 - chris@computersalat.de

View File

@ -30,17 +30,15 @@ Url: http://search.cpan.org/dist/Test-Deep/
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
BuildRequires: perl(List::Util) >= 1.09
BuildRequires: perl(Scalar::Util) >= 1.09
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::NoWarnings) >= 0.02
BuildRequires: perl(Test::Tester) >= 0.04
#
Requires: perl = %{perl_version}
Requires: perl(List::Util) >= 1.09
Requires: perl(Scalar::Util) >= 1.09
Requires: perl(Test::More)