automatic version update by autodist [release 5.001-1mamba;Sun Oct 09 2022]
This commit is contained in:
parent
3f7b4fd698
commit
fa7069b3a0
@ -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-Sereal-Encoder
|
Name: perl-Sereal-Encoder
|
||||||
Version: 4.023
|
Version: 5.001
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Sereal::Encoder - Fast, compact, powerful binary serialization
|
Summary: Sereal::Encoder - Fast, compact, powerful binary serialization
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
@ -45,16 +45,22 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
|||||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Fix .so files permissions for stripping
|
||||||
|
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
|
||||||
|
* Sun Oct 09 2022 Automatic Build System <autodist@mambasoft.it> 5.001-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Jul 29 2022 Automatic Build System <autodist@mambasoft.it> 4.025-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Feb 20 2022 Automatic Build System <autodist@mambasoft.it> 4.023-1mamba
|
* Sun Feb 20 2022 Automatic Build System <autodist@mambasoft.it> 4.023-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user