diff --git a/c-ares.spec b/c-ares.spec index 95330db..ab0adf6 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -1,6 +1,6 @@ Summary: A library that performs asynchronous DNS operations Name: c-ares -Version: 1.3.2 +Version: 1.4.0 Release: 1%{?dist} License: MIT Group: System Environment/Libraries @@ -35,6 +35,7 @@ cp %{SOURCE1} . rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install rm -rf $RPM_BUILD_ROOT/%{_libdir}/libcares.la +rm -rf $RPM_BUILD_ROOT/%{_libdir}/libcares.a %clean rm -rf $RPM_BUILD_ROOT @@ -50,12 +51,16 @@ rm -rf $RPM_BUILD_ROOT %files devel %defattr(-, root, root, 0755) %{_includedir}/ares.h +%{_includedir}/ares_dns.h %{_includedir}/ares_version.h -%{_libdir}/libcares.a %{_libdir}/*.so %{_mandir}/man3/ares_* %changelog +* Wed Jun 27 2007 Tom "spot" Callaway 1.4.0-1 +- bump to 1.4.0 (resolves bugzilla 243591) +- get rid of static library (.a) + * Wed Jan 17 2007 Tom "spot" Callaway 1.3.2-1 - bump to 1.3.2 diff --git a/sources b/sources index 7c1f5c7..3c2df7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f517655f22531889b2465219f4833fa c-ares-1.3.2.tar.gz +cd1f8e7dd47cf099518014014f23a98b c-ares-1.4.0.tar.gz