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