automatic update by autodist [release 1.45-1mamba;Mon May 03 2021]

This commit is contained in:
Automatic Build System 2024-01-06 08:57:06 +01:00
parent ca70ee3bdc
commit 3af6a7bfe2

View File

@ -1,15 +1,15 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Exception-Class
Version: 1.44
Version: 1.45
Release: 1mamba
Summary: Exception::Class - A module that allows you to declare real exception classes in Perl
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-%{version}.tar.gz
URL: https://www.cpan.org
Source: https://cpan.metacpan.org/modules/by-module/Exception/Exception-Class-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
@ -25,7 +25,6 @@ BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl-devel
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Exception::Class allows you to declare exception hierarchies in your modules in a "Java-esque" manner.
@ -58,6 +57,9 @@ chmod -R u+w %{buildroot}/*
#README
%changelog
* Mon May 03 2021 Automatic Build System <autodist@mambasoft.it> 1.45-1mamba
- automatic update by autodist
* Tue Dec 19 2017 Automatic Build System <autodist@mambasoft.it> 1.44-1mamba
- automatic update by autodist