automatic version update by autodist [release 1.43-1mamba;Fri Dec 09 2022]
This commit is contained in:
parent
6f7b597350
commit
dcf25882db
@ -1,7 +1,7 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Curses
|
||||
Version: 1.41
|
||||
Version: 1.43
|
||||
Release: 1mamba
|
||||
Summary: Curses - Terminal screen handling and optimization
|
||||
Group: System/Libraries/Perl
|
||||
@ -45,6 +45,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
|
||||
@ -53,6 +55,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user