rebuilt with perl 5.36.0 [release 2.13-4mamba;Mon Apr 17 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 08:53:40 +01:00
parent dea5306335
commit 5d293f654a

View File

@ -2,18 +2,22 @@
Name: perl-Digest-SHA1
Version: 2.13
Release: 3mamba
Release: 4mamba
Summary: Digest::SHA1 - Perl module for using the NIST SHA-1 message digest algorithm
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org>
URL: http://search.cpan.org/dist/Digest-SHA1/
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://metacpan.org/dist/Digest-SHA1
Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-%{version}.tar.gz
License: Artistic
BuildRequires: perl-devel >= %{perl_major_ver}
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
Requires: perl >= %{perl_major_ver}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The Digest::SHA1 module allows you to use the NIST SHA-1 message digest algorithm from within Perl programs.
@ -44,6 +48,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
echo "%dir ${dir#%buildroot}" >> .packlist
done
find %{buildroot} -name *.so -exec chmod u+w {} \;
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
@ -52,6 +58,9 @@ done
%doc Changes README fip180-1*
%changelog
* Mon Apr 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.13-4mamba
- rebuilt with perl 5.36.0
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.13-3mamba
- rebuilt with perl 5.24