Accepting request 1120917 from home:AndreasStieger:branches:devel:libraries:c_c++

c-ares 1.21.0

OBS-URL: https://build.opensuse.org/request/show/1120917
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/c-ares?expand=0&rev=55
This commit is contained in:
2023-10-31 08:33:31 +00:00
committed by Git OBS Bridge
parent ab4c7a5e38
commit 8e8ed3e596
6 changed files with 25 additions and 17 deletions

View File

@@ -22,7 +22,7 @@
%define cmake_build make -O VERBOSE=1 %{?_smp_mflags}
%endif
Name: c-ares
Version: 1.20.1
Version: 1.21.0
Release: 0
Summary: Library for asynchronous name resolves
License: MIT
@@ -89,7 +89,7 @@ to build packages that depend on c-ares.
%if 0%{?suse_version} >= 1500
-DCARES_BUILD_TESTS:BOOL=ON \
%endif
%nil
%{nil}
%cmake_build
@@ -100,7 +100,7 @@ to build packages that depend on c-ares.
%if 0%{?suse_version} >= 1500
pushd build
%cmake_build -C test
LD_LIBRARY_PATH=.%_libdir:./%_lib ./bin/arestest
LD_LIBRARY_PATH=.%{_libdir}:./%{_lib} ./bin/arestest
%endif
%post -n %{libname} -p /sbin/ldconfig