2 Commits

View File

@ -1,21 +1,21 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-strictures
Version: 2.000003
Release: 1mamba
Version: 2.000006
Release: 2mamba
Summary: strictures - turn on strict and make all warnings fatal
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
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/H/HA/HAARG/strictures-%{version}.tar.gz
License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
strictures - turn on strict and make all warnings fatal.
@ -53,6 +53,12 @@ done
# %doc README
%changelog
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 2.000006-2mamba
- rebuilt with perl 5.36.0
* Sun Jun 02 2019 Automatic Build System <autodist@mambasoft.it> 2.000006-1mamba
- automatic version update by autodist
* Mon Aug 29 2016 Automatic Build System <autodist@mambasoft.it> 2.000003-1mamba
- automatic update by autodist