Bump to 1.4.0
This commit is contained in:
parent
0055680328
commit
ea4ceb4e84
@ -1 +1 @@
|
||||
c-ares-1.3.2.tar.gz
|
||||
c-ares-1.4.0.tar.gz
|
||||
|
@ -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 <tcallawa@redhat.com> 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 <tcallawa@redhat.com> 1.3.2-1
|
||||
- bump to 1.3.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user