8
0

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-SQL-Statement?expand=0&rev=20
This commit is contained in:
Stephan Kulow
2010-12-03 14:50:25 +00:00
committed by Git OBS Bridge
parent 36bf1e266f
commit ad8b3434ee

View File

@@ -31,7 +31,9 @@ Url: http://search.cpan.org/dist/SQL-Statement/
Source: %{cpan_name}-%{version}.tar.bz2
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Carp)
BuildRequires: perl(Clone) >= 0.30
BuildRequires: perl(Data::Dumper)
@@ -48,7 +50,6 @@ BuildRequires: perl(Test::Pod::Coverage) >= 1.00
BuildRequires: perl(DBD::CSV)
%endif
#
%{perl_requires}
Requires: perl(Carp)
Requires: perl(Clone) >= 0.30
Requires: perl(Data::Dumper)