always buildrequire perl-macros if not present, move %perl_requires behind buildroot (script commit)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Devel-StackTrace?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2010-12-03 14:02:53 +00:00 committed by Git OBS Bridge
parent 2e6d34f9bd
commit 5b712b82af

View File

@ -27,17 +27,15 @@ Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Devel-StackTrace
Source: %{cpan_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
BuildRequires: perl(File::Spec)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More) >= 0.46
# other not perl || perl-base
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
%{perl_requires}
Requires: perl(File::Spec)
Requires: perl(Scalar::Util)
Provides: %{cpan_name}