8
0

switch to perl_requires macro

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Section?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2010-12-01 13:11:21 +00:00
committed by Git OBS Bridge
parent 280b637076
commit fc1389077c
2 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 1 13:11:14 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Tue Aug 3 16:07:27 UTC 2010 - chris@computersalat.de

View File

@@ -32,16 +32,14 @@ Patch0: %{cpan_name}-0.101620-Build_n_Test.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
%if 0%{?suse_version} >= 1120
BuildRequires: perl(Test::More) => 0.88
%endif
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31
BuildRequires: perl(MRO::Compat) >= 0.09
BuildRequires: perl(Sub::Exporter) >= 0.979
Requires: perl = %{perl_version}
%{perl_requires}
Requires: perl(MRO::Compat) >= 0.09
Requires: perl(Sub::Exporter) >= 0.979