automatic version update by autodist [release 2.100-1mamba;Wed Feb 24 2021]

This commit is contained in:
Automatic Build System 2024-01-06 09:37:29 +01:00
parent b8c6c5487e
commit 4e1cf32304

View File

@ -1,19 +1,22 @@
%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-String-CRC32 Name: perl-String-CRC32
Version: 1.5 Version: 2.100
Release: 2mamba Release: 1mamba
Summary: String::CRC32 - A perl module to generate checksums from strings and from files Summary: String::CRC32 - A perl module to generate checksums from strings and from files
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
Source: http://www.cpan.org/authors/id/S/SO/SOENKE/String-CRC32-%{version}.tar.gz Source: https://cpan.metacpan.org/modules/by-module/String/String-CRC32-%{version}.tar.gz
URL: http://www.cpan.org URL: https://www.cpan.org
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libperl
## AUTOBUILDREQ-END
BuildRequires: perl-devel >= %perl_major_ver BuildRequires: perl-devel >= %perl_major_ver
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
BuildRoot: %{_tmppath}/perl-root
%description %description
This packages provides a perl module to generate checksums from strings and from files. This packages provides a perl module to generate checksums from strings and from files.
@ -48,6 +51,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 2.100-1mamba
- automatic version update by autodist
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5-2mamba * Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5-2mamba
- rebuilt with perl 5.24 - rebuilt with perl 5.24