From 4ed6969c15133dc6cf0c56a441469f4807796e0ee6f72e0b2e968459782936c7 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 3 Dec 2010 13:59:13 +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-Crypt-DES?expand=0&rev=10 --- perl-Crypt-DES.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/perl-Crypt-DES.spec b/perl-Crypt-DES.spec index bd701f5..76916a7 100644 --- a/perl-Crypt-DES.spec +++ b/perl-Crypt-DES.spec @@ -29,12 +29,10 @@ Url: http://search.cpan.org/dist/Crypt-DES/ #Source: http://www.cpan.org/authors/id/D/DP/DPARIS/Crypt-DES-2.05.tar.gz Source: %{cpan_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: perl -%if 0%{?suse_version} < 1120 -BuildRequires: perl-macros -%endif -BuildRequires: perl(Crypt::CBC) %{perl_requires} +BuildRequires: perl +BuildRequires: perl-macros +BuildRequires: perl(Crypt::CBC) %description The module implements the Crypt::CBC interface, which has the following