automatic version update by autodist [release 1.20-1mamba;Sat Oct 22 2022]
This commit is contained in:
parent
2adc61130c
commit
33cd40e16b
@ -1,7 +1,7 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Net-DNS-SEC
|
||||
Version: 1.19
|
||||
Version: 1.20
|
||||
Release: 1mamba
|
||||
Summary: Net::DNS::SEC - DNSSEC extensions to Net::DNS
|
||||
Group: System/Libraries/Perl
|
||||
@ -46,6 +46,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}"
|
||||
|
||||
@ -54,5 +56,8 @@ done
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Sat Oct 22 2022 Automatic Build System <autodist@mambasoft.it> 1.20-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.19-1mamba
|
||||
- package created using the webbuild interface
|
||||
|
Loading…
Reference in New Issue
Block a user