automatic version update by autodist [release 0.21-1mamba;Fri Jan 27 2023]

This commit is contained in:
Automatic Build System 2024-01-06 09:24:58 +01:00
parent 6d33692d06
commit 5dd3366338

View File

@ -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-Net-Pcap Name: perl-Net-Pcap
Version: 0.20 Version: 0.21
Release: 1mamba Release: 1mamba
Summary: Net::Pcap - Interface to pcap(3) LBL packet capture library Summary: Net::Pcap - Interface to pcap(3) LBL packet capture library
Group: System/Libraries/Perl Group: System/Libraries/Perl
@ -41,6 +41,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}"
rm -f .packlist rm -f .packlist
@ -49,6 +51,9 @@ rm -f .packlist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Fri Jan 27 2023 Automatic Build System <autodist@mambasoft.it> 0.21-1mamba
- automatic version update by autodist
* Fri Dec 17 2021 Automatic Build System <autodist@mambasoft.it> 0.20-1mamba * Fri Dec 17 2021 Automatic Build System <autodist@mambasoft.it> 0.20-1mamba
- automatic version update by autodist - automatic version update by autodist