8
0
forked from pool/perl-App-CLI

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-App-CLI?expand=0&rev=15
This commit is contained in:
Stephan Kulow
2010-12-03 13:54:56 +00:00
committed by Git OBS Bridge
parent f8abeb22db
commit 7ec44a8acb

View File

@@ -29,12 +29,10 @@ Group: Development/Libraries/Perl
Source: %{cpan_name}-%{version}.tar.bz2
BuildRequires: perl
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%if 0%{?suse_version} < 1120
BuildRequires: perl-macros
%endif
BuildRequires: perl(Getopt::Long) >= 2.35
%{perl_requires}
BuildArch: noarch
BuildRequires: perl-macros
BuildRequires: perl(Getopt::Long) >= 2.35
Requires: perl(Getopt::Long) >= 2.35
%description