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-Capture-Tiny?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2010-12-03 13:56:16 +00:00 committed by Git OBS Bridge
parent 00097709ec
commit 226b3e9e36

View File

@ -26,8 +26,9 @@ Group: Development/Libraries/Perl
Source: http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Capture-Tiny-%{version}.tar.gz
BuildRequires: make
BuildRequires: perl
%{perl_requires}
BuildRequires: perl-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
%description
Capture STDOUT and STDERR from Perl, XS or external programs.