forked from pool/c-ares
- add missing upstream sources, to be removed for next release
- remove unnecessary BuildRequires - fix building on SLE12 systems OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/c-ares?expand=0&rev=29
This commit is contained in:
parent
075e6e9435
commit
063de5f532
@ -29,6 +29,10 @@ Tue Nov 17 12:07:22 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
|||||||
|
|
||||||
For details, see https://c-ares.haxx.se/changelog.html
|
For details, see https://c-ares.haxx.se/changelog.html
|
||||||
|
|
||||||
|
- add missing upstream sources, to be removed for next release
|
||||||
|
- remove unnecessary BuildRequires
|
||||||
|
- fix building on SLE12 systems
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 11 07:54:10 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Fri Sep 11 07:54:10 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -49,16 +49,17 @@ Source0: http://c-ares.haxx.se/download/c-ares-%{version}.tar.gz
|
|||||||
Source1: http://c-ares.haxx.se/download/c-ares-%{version}.tar.gz.asc
|
Source1: http://c-ares.haxx.se/download/c-ares-%{version}.tar.gz.asc
|
||||||
Source3: c-ares.keyring
|
Source3: c-ares.keyring
|
||||||
Source4: baselibs.conf
|
Source4: baselibs.conf
|
||||||
|
### REMOVE when upstream fixes https://github.com/c-ares/c-ares/issues/373
|
||||||
Source5: libcares.pc.cmake
|
Source5: libcares.pc.cmake
|
||||||
Source6: c-ares-config.cmake.in
|
Source6: c-ares-config.cmake.in
|
||||||
Patch0: 0001-Use-RPM-compiler-options.patch
|
Patch0: 0001-Use-RPM-compiler-options.patch
|
||||||
Patch1: disable-live-tests.patch
|
Patch1: disable-live-tests.patch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libtool
|
%if %{with tests}
|
||||||
# Needed for getservbyport_r function to work properly.
|
# Needed for getservbyport_r function to work properly.
|
||||||
BuildRequires: netcfg
|
BuildRequires: netcfg
|
||||||
BuildRequires: pkgconfig
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
c-ares is a C library that performs DNS requests and name resolves
|
c-ares is a C library that performs DNS requests and name resolves
|
||||||
|
Loading…
Reference in New Issue
Block a user