- 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:
Adam Majer 2020-11-17 20:39:07 +00:00 committed by Git OBS Bridge
parent 075e6e9435
commit 063de5f532
2 changed files with 7 additions and 2 deletions

View File

@ -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
- 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>

View File

@ -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
Source3: c-ares.keyring
Source4: baselibs.conf
### REMOVE when upstream fixes https://github.com/c-ares/c-ares/issues/373
Source5: libcares.pc.cmake
Source6: c-ares-config.cmake.in
Patch0: 0001-Use-RPM-compiler-options.patch
Patch1: disable-live-tests.patch
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: libtool
%if %{with tests}
# Needed for getservbyport_r function to work properly.
BuildRequires: netcfg
BuildRequires: pkgconfig
%endif
%description
c-ares is a C library that performs DNS requests and name resolves