automatic version update by autodist [release 1.43-1mamba;Fri Dec 09 2022]

This commit is contained in:
Automatic Build System 2024-01-06 08:47:29 +01:00
parent 6f7b597350
commit dcf25882db

View File

@ -1,7 +1,7 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Curses Name: perl-Curses
Version: 1.41 Version: 1.43
Release: 1mamba Release: 1mamba
Summary: Curses - Terminal screen handling and optimization Summary: Curses - Terminal screen handling and optimization
Group: System/Libraries/Perl Group: System/Libraries/Perl
@ -45,6 +45,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
@ -53,6 +55,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Fri Dec 09 2022 Automatic Build System <autodist@mambasoft.it> 1.43-1mamba
- automatic version update by autodist
* Sun Aug 21 2022 Automatic Build System <autodist@mambasoft.it> 1.41-1mamba * Sun Aug 21 2022 Automatic Build System <autodist@mambasoft.it> 1.41-1mamba
- automatic version update by autodist - automatic version update by autodist