Upgrade to 1.17.1 25/249625/1
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 15 Dec 2020 11:08:38 +0000 (20:08 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 15 Dec 2020 11:08:38 +0000 (20:08 +0900)
Change-Id: Id1b2ca93eef1735ec24fd44cc69824232a504972

1  2 
docs/ares_set_servers_csv.3
packaging/c-ares.spec

Simple merge
index 6a2e2fd,0000000..939eeb5
mode 100644,000000..100644
--- /dev/null
@@@ -1,71 -1,0 +1,71 @@@
- Version:        1.12.0
 +Name:           c-ares
- Source:         http://daniel.haxx.se/projects/c-ares/%{name}-%{version}.tar.bz2
++Version:        1.17.1
 +Release:        0
 +License:        MIT
 +Summary:        Library for asynchronous name resolves
 +Group:          Development/Libraries/C and C++
++Source:         http://daniel.haxx.se/projects/c-ares/%{name}-%{version}.tar.gz
 +Source2:        baselibs.conf
 +Source1001:   c-ares.manifest
 +Source1002:   LICENSE
 +BuildRequires:  pkg-config
 +BuildRequires:  libtool
 +Url:            http://daniel.haxx.se/projects/c-ares
 +
 +%description
 +c-ares is a C library that performs DNS requests and name resolves
 +asynchronously. c-ares is a fork of the library named 'ares', written
 +by Greg Hudson at MIT.
 +
 +%package -n libcares
 +Summary:        Library for asynchronous name resolves
 +Group:          Development/Libraries/C and C++
 +
 +%description -n libcares
 +c-ares is a C library that performs DNS requests and name resolves
 +asynchronously. c-ares is a fork of the library named 'ares', written
 +by Greg Hudson at MIT.
 +
 +%package -n libcares-devel
 +Summary:        Library for asynchronous name resolves
 +Group:          Development/Libraries/C and C++
 +Requires:       libcares = %{version}
 +Requires:       glibc-devel
 +
 +%description -n libcares-devel
 +c-ares is a C library that performs DNS requests and name resolves
 +asynchronously. c-ares is a fork of the library named 'ares', written
 +by Greg Hudson at MIT.
 +
 +%prep
 +%setup -q -n %{name}-%{version}
 +cp %{SOURCE1001} .
 +cp %{SOURCE1002} .
 +
 +%build
 +autoreconf -fiv
 +%configure --enable-symbol-hiding --enable-nonblocking --enable-shared --disable-static --with-pic --disable-tests
 +sed -i -e 's@-g0@-g@g' Makefile
 +make %{?_smp_mflags}
 +
 +%install
 +%make_install
 +
 +%post -p /sbin/ldconfig -n libcares
 +
 +%postun -p /sbin/ldconfig -n libcares
 +
 +%files -n libcares
 +%license LICENSE
 +%manifest %{name}.manifest
 +%defattr(-,root,root)
 +%{_libdir}/libcares.so.2*
 +
 +%files -n libcares-devel
 +%license LICENSE
 +%manifest %{name}.manifest
 +%defattr(-,root,root)
 +%{_libdir}/libcares.so
 +%{_includedir}/*.h
 +%{_mandir}/man3/ares_*
 +%{_libdir}/pkgconfig/libcares.pc