From f1a39e8058f31ffa2cfa2f5cb1869a12028c026c1f6138e158db673f1440ef13 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 29 May 2012 08:32:07 +0000 Subject: [PATCH] fix license OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-List-AllUtils?expand=0&rev=3 --- perl-List-AllUtils.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/perl-List-AllUtils.spec b/perl-List-AllUtils.spec index a290fc9..96ed266 100644 --- a/perl-List-AllUtils.spec +++ b/perl-List-AllUtils.spec @@ -16,24 +16,23 @@ # - Name: perl-List-AllUtils Version: 0.02 Release: 0 Summary: Combines List::Util and List::MoreUtils in one bite-sized package +License: Artistic-1.0 or GPL-1.0+ +Group: Development/Libraries/Perl Source: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/List-AllUtils-%{version}.tar.gz Url: http://search.cpan.org/dist/List-AllUtils -Group: Development/Libraries/Perl -License: Perl License BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: perl-macros -BuildRequires: perl(Test::More) -BuildRequires: perl(Module::Build) >= 0.35 -BuildRequires: perl(List::Util) >= 1.19 BuildRequires: perl(List::MoreUtils) >= 0.22 -Requires: perl(List::Util) >= 1.19 +BuildRequires: perl(List::Util) >= 1.19 +BuildRequires: perl(Module::Build) >= 0.35 +BuildRequires: perl(Test::More) Requires: perl(List::MoreUtils) >= 0.22 +Requires: perl(List::Util) >= 1.19 %if 0%{?suse_version} >= 1120 BuildArch: noarch %endif