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-IO-stringy?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2010-12-03 14:38:54 +00:00 committed by Git OBS Bridge
parent 731f461567
commit 8d0f7e3bd5

View File

@ -24,14 +24,15 @@ Group: Development/Libraries/Perl
Url: http://www.zeegee.com/code/perl/IO-stringy/
Provides: p_iostrn
Obsoletes: p_iostrn
%{perl_requires}
AutoReqProv: on
Summary: I/O on in-core objects like strings and arrays
Version: 2.110
Release: 143
Source: IO-stringy-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
%description
I/O on in-core objects like strings and arrays