update to 1.5.3
This commit is contained in:
parent
7b40652ced
commit
d87cd90d5f
@ -1 +1 @@
|
|||||||
c-ares-1.5.1.tar.gz
|
c-ares-1.5.3.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A library that performs asynchronous DNS operations
|
Summary: A library that performs asynchronous DNS operations
|
||||||
Name: c-ares
|
Name: c-ares
|
||||||
Version: 1.5.1
|
Version: 1.5.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://daniel.haxx.se/projects/c-ares/
|
URL: http://daniel.haxx.se/projects/c-ares/
|
||||||
@ -18,6 +18,7 @@ by Greg Hudson at MIT.
|
|||||||
Summary: Development files for c-ares
|
Summary: Development files for c-ares
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
Requires: pkgconfig
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains the header files and static libraries needed to
|
This package contains the header files and static libraries needed to
|
||||||
@ -54,9 +55,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_includedir}/ares_dns.h
|
%{_includedir}/ares_dns.h
|
||||||
%{_includedir}/ares_version.h
|
%{_includedir}/ares_version.h
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
%{_libdir}/pkgconfig/libcares.pc
|
||||||
%{_mandir}/man3/ares_*
|
%{_mandir}/man3/ares_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.5.3-1
|
||||||
|
- update to 1.5.3
|
||||||
|
|
||||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.5.1-2
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.5.1-2
|
||||||
- Autorebuild for GCC 4.3
|
- Autorebuild for GCC 4.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user