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