Update license and dependencies

This commit is contained in:
Jitka Plesnikova 2013-06-26 16:01:10 +02:00
parent fe576cdd60
commit 0b89c9e3e3
1 changed files with 10 additions and 2 deletions

View File

@ -1,19 +1,23 @@
Name: perl-Exception-Class
Version: 1.37
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Module that allows you to declare real exception classes in Perl
License: Artistic 2.0
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Exception-Class/
Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/Exception-Class-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl(base)
BuildRequires: perl(Class::Data::Inheritable) >= 0.02
BuildRequires: perl(Devel::StackTrace) >= 1.20
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(overload)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(strict)
BuildRequires: perl(Test::More) >= 0.46
BuildRequires: perl(warnings)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
%description
@ -42,6 +46,10 @@ make test
%{_mandir}/man3/Exception::Class::Base.3pm*
%changelog
* Wed Jun 26 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.37-2
- License is GPL+ or Artistic now
- Specify all dependencies
* Sun Feb 24 2013 Paul Howarth <paul@city-fan.org> - 1.37-1
- Update to 1.37
- I now recommend you use Throwable instead of this module; it has a nicer,