automatic update by autodist [release 1.93_02-1mamba;Sun Apr 02 2023]
This commit is contained in:
parent
74b056af86
commit
a2b078a82f
@ -1,7 +1,7 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Net-SSLeay
|
||||
Version: 1.92
|
||||
Version: 1.93_02
|
||||
Release: 1mamba
|
||||
Summary: Net::SSLeay - Perl module for using OpenSSL
|
||||
Group: Development/Libraries/Perl
|
||||
@ -59,6 +59,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}"
|
||||
rm -f .packlist
|
||||
@ -67,6 +69,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Sun Apr 02 2023 Automatic Build System <autodist@mambasoft.it> 1.93_02-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Jan 13 2022 Automatic Build System <autodist@mambasoft.it> 1.92-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user