From 8d0f7e3bd54639de5485e963674f9f55c7382a36b112265e4ce64cc2aed2384f Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 3 Dec 2010 14:38:54 +0000 Subject: [PATCH] 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 --- perl-IO-stringy.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/perl-IO-stringy.spec b/perl-IO-stringy.spec index 6fe0b1d..c408ca9 100644 --- a/perl-IO-stringy.spec +++ b/perl-IO-stringy.spec @@ -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