rebuilt with perl 5.36.0 [release 2.13-4mamba;Mon Apr 17 2023]
This commit is contained in:
parent
dea5306335
commit
5d293f654a
@ -2,18 +2,22 @@
|
|||||||
|
|
||||||
Name: perl-Digest-SHA1
|
Name: perl-Digest-SHA1
|
||||||
Version: 2.13
|
Version: 2.13
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: Digest::SHA1 - Perl module for using the NIST SHA-1 message digest algorithm
|
Summary: Digest::SHA1 - Perl module for using the NIST SHA-1 message digest algorithm
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://search.cpan.org/dist/Digest-SHA1/
|
URL: https://metacpan.org/dist/Digest-SHA1
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-%{version}.tar.gz
|
||||||
License: Artistic
|
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}
|
Requires: perl >= %{perl_major_ver}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The Digest::SHA1 module allows you to use the NIST SHA-1 message digest algorithm from within Perl programs.
|
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
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||||
done
|
done
|
||||||
|
|
||||||
|
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
@ -52,6 +58,9 @@ done
|
|||||||
%doc Changes README fip180-1*
|
%doc Changes README fip180-1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.13-3mamba
|
||||||
- rebuilt with perl 5.24
|
- rebuilt with perl 5.24
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user