automatic version update by autodist [release 0.29-1mamba;Sat Oct 28 2023]
This commit is contained in:
parent
5f89fe8f09
commit
f7a97e9468
@ -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-UUID
|
Name: perl-UUID
|
||||||
Version: 0.28
|
Version: 0.29
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: UUID - Perl extension for using UUID interfaces as defined in e2fsprogs
|
Summary: UUID - Perl extension for using UUID interfaces as defined in e2fsprogs
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
@ -45,16 +45,18 @@ 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}"
|
||||||
|
|
||||||
%files -f .packlist
|
%files -f .packlist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
## note: eventually add the remaining documents (if any)
|
|
||||||
#
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 28 2023 Automatic Build System <autodist@mambasoft.it> 0.29-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 0.28-1mamba
|
* Wed Feb 24 2021 Automatic Build System <autodist@mambasoft.it> 0.28-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user