rebuilt with perl 5.36.0 [release 0.077-2mamba;Sat Apr 15 2023]
This commit is contained in:
parent
5f8bfaf0b0
commit
d0c076ccbf
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: perl-CryptX
|
Name: perl-CryptX
|
||||||
Version: 0.077
|
Version: 0.077
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: CryptX - Cryptographic toolkit
|
Summary: CryptX - Cryptographic toolkit
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -15,6 +15,7 @@ License: GPL, Artistic
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl >= 2:5.36.0
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -43,6 +44,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}"
|
||||||
|
|
||||||
@ -51,6 +54,9 @@ done
|
|||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 15 2023 Sdk Build System <sdk@mambasoft.it> 0.077-2mamba
|
||||||
|
- rebuilt with perl 5.36.0
|
||||||
|
|
||||||
* Mon Aug 22 2022 Automatic Build System <autodist@mambasoft.it> 0.077-1mamba
|
* Mon Aug 22 2022 Automatic Build System <autodist@mambasoft.it> 0.077-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user