Upgrade to 1.17.1
authorSeonah Moon <seonah1.moon@samsung.com>
Wed, 23 Dec 2020 04:49:24 +0000 (13:49 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Wed, 23 Dec 2020 04:49:24 +0000 (13:49 +0900)
Change-Id: I9c889de812fe62ff3a408efb6adfd98e1bb77bf0

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

Simple merge
index 6a2e2fd,0000000..59b2535
mode 100644,000000..100644
--- /dev/null
@@@ -1,71 -1,0 +1,71 @@@
- Version:        1.12.0
 +Name:           c-ares
++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.bz2
 +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
Simple merge