rebuilt with perl 5.36.0 [release 2.07-3mamba;Mon Apr 17 2023]

This commit is contained in:
Sdk Build System 2024-01-06 08:44:56 +01:00
parent 82a75488b7
commit f77515bec7

View File

@ -2,19 +2,21 @@
Name: perl-Crypt-DES
Version: 2.07
Release: 2mamba
Release: 3mamba
Summary: Crypt::DES - Perl DES encryption module
Group: Development/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
Source: http://www.cpan.org/modules/by-module/Crypt/Crypt-DES-%{version}.tar.gz
URL: http://www.cpan.org
URL: https://www.cpan.org/
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
BuildRequires: perl-devel >= %perl_major_ver
Requires: perl >= %perl_major_ver
@ -46,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}"
rm -f .packlist
@ -54,6 +58,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 2.07-3mamba
- rebuilt with perl 5.36.0
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.07-2mamba
- rebuilt with perl 5.24