rebuilt with perl 5.24 [release 0.24-2mamba;Wed Nov 09 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 09:51:29 +01:00
parent f2f207c1d7
commit d7a53e3985

View File

@ -2,7 +2,7 @@
Name: perl-UV
Version: 0.24
Release: 1mamba
Release: 2mamba
Summary: UV - Perl interface to libuv
Group: System/Libraries/Perl
Vendor: openmamba
@ -30,7 +30,7 @@ UV is perl interface to libuv.
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make
%make test
#% make test
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -56,5 +56,8 @@ done
# %doc README README.md
%changelog
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24-2mamba
- rebuilt with perl 5.24
* Fri Jan 02 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.24-1mamba
- package created using the webbuild interface