From a4a8cc8c2264f084a86ff603310ca9a8f328b470c2c16e0171e3ff649c9df46e Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 3 Dec 2010 14:53:50 +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-Text-Iconv?expand=0&rev=12 --- perl-Text-Iconv.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-Text-Iconv.spec b/perl-Text-Iconv.spec index 0ea9857..1bb1544 100644 --- a/perl-Text-Iconv.spec +++ b/perl-Text-Iconv.spec @@ -28,9 +28,9 @@ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Text-Iconv Source: %{cpan_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -%{perl_requires} %description The Text::Iconv module provides a Perl interface to the iconv() function as