rebuilt with perl 5.36.0 [release 2.38-2mamba;Sun Apr 16 2023]
This commit is contained in:
parent
8221a4d23e
commit
7e8ad5c9fe
@ -2,7 +2,7 @@
|
||||
|
||||
Name: perl-Term-ReadKey
|
||||
Version: 2.38
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Term::ReadKey - A perl module for simple terminal control
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
@ -16,6 +16,7 @@ BuildRequires: glibc-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
Requires: perl >= %perl_major_ver
|
||||
|
||||
%description
|
||||
@ -42,6 +43,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
|
||||
@ -50,6 +53,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 2.38-2mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Mon Jan 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.38-1mamba
|
||||
- update to 2.38
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user