automatic version update by autodist [release 0.52-1mamba;Sun Jan 15 2023]
This commit is contained in:
parent
02521f41af
commit
080520c27b
@ -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-Data-Peek
|
Name: perl-Data-Peek
|
||||||
Version: 0.51
|
Version: 0.52
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Data::Peek - A collection of low-level debug facilities
|
Summary: Data::Peek - A collection of low-level debug facilities
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
@ -44,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}"
|
||||||
|
|
||||||
@ -54,6 +56,9 @@ done
|
|||||||
# %doc ChangeLog README
|
# %doc ChangeLog README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 15 2023 Automatic Build System <autodist@mambasoft.it> 0.52-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Jan 01 2022 Automatic Build System <autodist@mambasoft.it> 0.51-1mamba
|
* Sat Jan 01 2022 Automatic Build System <autodist@mambasoft.it> 0.51-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user