automatic version update by autodist [release 2.07-1mamba;Fri Apr 14 2023]

This commit is contained in:
Automatic Build System 2024-01-06 08:51:36 +01:00
parent 53d4b587da
commit 643467bf3c

View File

@ -1,7 +1,7 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Devel-Caller
Version: 2.06
Version: 2.07
Release: 1mamba
Summary: Devel::Caller - meatier versions of caller
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}"
@ -52,5 +54,8 @@ done
%defattr(-,root,root)
%changelog
* Fri Apr 14 2023 Automatic Build System <autodist@mambasoft.it> 2.07-1mamba
- automatic version update by autodist
* Mon Mar 11 2013 Davide Madrisan <davide.madrisan@gmail.com> 2.06-1mamba
- package created by autospec