9
0

switch to perl_requires macro

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Output?expand=0&rev=11
This commit is contained in:
Stephan Kulow
2010-12-01 10:28:40 +00:00
committed by Git OBS Bridge
parent 39f4527d93
commit f42f665fc7
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 1 10:28:36 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Sat Jul 24 12:40:51 UTC 2010 - chris@computersalat.de

View File

@@ -32,9 +32,7 @@ Source: %{cpan_name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
%if %{with test}
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
BuildRequires: perl(Test::Pod) >= 1.14
@@ -42,7 +40,7 @@ BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(File::Temp) >= 0.21
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::Tester) >= 0.107
Requires: perl = %{perl_version}
%{perl_requires}
Requires: perl(File::Temp) >= 0.21
Requires: perl(Sub::Exporter)
Requires: perl(Test::Tester) >= 0.107