1
0

Accepting request 54646 from devel:languages:perl

Accepted submit request 54646 from user coolo

OBS-URL: https://build.opensuse.org/request/show/54646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Sub-Install?expand=0&rev=4
This commit is contained in:
Lars Vogdt 2010-12-05 21:18:26 +00:00 committed by Git OBS Bridge
parent 1fdba25e63
commit e0b1f68ef2
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
-------------------------------------------------------------------
Sun Apr 11 20:06:34 UTC 2010 - chris@computersalat.de

View File

@ -29,17 +29,15 @@ Url: http://search.cpan.org/dist/Sub-Install
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(Scalar::Util)
BuildRequires: perl(Test::More)
# other not perl || perl-base
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.06
#
Requires: perl = %{perl_version}
Requires: perl(Scalar::Util)
Requires: perl(Test::More)