!25 enable check
From: @markeryang Reviewed-by: @gaoruoshu Signed-off-by: @gaoruoshu
This commit is contained in:
commit
195b54f318
10
libidn.spec
10
libidn.spec
@ -4,7 +4,7 @@
|
||||
|
||||
Name: libidn
|
||||
Version: 1.38
|
||||
Release: 4
|
||||
Release: 5
|
||||
Summary: GNU IDN Library - Libidn
|
||||
License: LGPLv2+ and GPLv3+ and GFDL-1.3-or-later
|
||||
URL: http://www.gnu.org/software/libidn/
|
||||
@ -87,6 +87,11 @@ export LD_LIBRARY_PATH=$(pwd)/lib/.libs
|
||||
|
||||
%make_build
|
||||
|
||||
%check
|
||||
# without RPATH this needs to be set to test the compiled library
|
||||
export LD_LIBRARY_PATH=$(pwd)/lib/.libs
|
||||
%make_build -C tests check VALGRIND=env
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
@ -140,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT%{_javadir}/libidn*.jar
|
||||
%{_infodir}/%{name}.info.gz
|
||||
|
||||
%changelog
|
||||
* Sat May 27 2023 yanglongkang <yanglongkang@h-partners.com> - 1.38-5
|
||||
- enable check
|
||||
|
||||
* Sat Oct 29 2022 dongyuzhen <dongyuzhen@h-partners.com> - 1.38-4
|
||||
- Rebuild for next release
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user