From: Seonah Moon Date: Mon, 10 Jan 2022 05:23:36 +0000 (+0900) Subject: Upgrade to 1.18.1 X-Git-Tag: submit/tizen/20220111.083250^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=platform%2Fupstream%2Fc-ares.git Upgrade to 1.18.1 Change-Id: I02b6054b19a2e52b3e2a1a34cb091713f946f645 --- 5b92f372d1ffc845db38e50cf0139fb4271b90fe diff --cc packaging/c-ares.spec index 939eeb5,0000000..0be7861 mode 100644,000000..100644 --- a/packaging/c-ares.spec +++ b/packaging/c-ares.spec @@@ -1,71 -1,0 +1,71 @@@ +Name: c-ares - Version: 1.17.1 ++Version: 1.18.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