1
0

Accepting request 97158 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/97158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Exception-Class?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2011-12-22 09:54:19 +00:00 committed by Git OBS Bridge
commit 48884b62af
2 changed files with 19 additions and 9 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 20 08:37:16 UTC 2011 - cfarrell@suse.com
- license update: Artistic-2.0
This is _not_ the standard Perl license. See the LICENSE file for details
(Artistic-2.0)
-------------------------------------------------------------------
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: Artistic-2.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