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
|
Name: perl-Term-ReadKey
|
||||||
Version: 2.38
|
Version: 2.38
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Term::ReadKey - A perl module for simple terminal control
|
Summary: Term::ReadKey - A perl module for simple terminal control
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -16,6 +16,7 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libperl
|
BuildRequires: libperl
|
||||||
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
|
||||||
@ -42,6 +43,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}"
|
||||||
rm -f .packlist
|
rm -f .packlist
|
||||||
@ -50,6 +53,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 10 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.38-1mamba
|
||||||
- update to 2.38
|
- update to 2.38
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user