Accepting request 96589 from devel:openSUSE:Factory:for-legal-lhf

- fix license to be in spdx.org format

OBS-URL: https://build.opensuse.org/request/show/96589
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Exception-Class?expand=0&rev=19
This commit is contained in:
Stephan Kulow 2011-12-14 12:22:25 +00:00 committed by Git OBS Bridge
parent 23f9f7dc04
commit ec294b79c4
2 changed files with 12 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Dec 14 11:12:16 UTC 2011 - coolo@suse.com
- fix license to be in spdx.org format
-------------------------------------------------------------------
Sun Nov 20 12:18:15 UTC 2011 - coolo@suse.com

View File

@ -15,28 +15,26 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Exception-Class
%define cpan_name Exception-Class
Summary: A Module That Allows You to Declare Real Exception Classes in Perl
Version: 1.32
Release: 1
License: GPL/Artistic
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Version: 1.32
Release: 0
Url: http://search.cpan.org/dist/Exception-Class
Source: %{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
BuildRequires: perl(Test::More) >= 0.46
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Class::Data::Inheritable) >= 0.02
BuildRequires: perl(Devel::StackTrace) >= 1.20
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::More) >= 0.46
BuildRequires: perl(Test::Pod) >= 1.14
BuildRequires: perl(Test::Pod::Coverage) >= 1.04
Requires: perl(Scalar::Util)
Requires: perl(Class::Data::Inheritable) >= 0.02
Requires: perl(Devel::StackTrace) >= 1.20