[ecore] enable c-ares support

Tom Callaway spot at fedoraproject.org
Tue Jul 12 19:52:54 UTC 2011


commit 92ad475a9f974b7236fb9bb32b1e70995d717ca7
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Tue Jul 12 15:52:42 2011 -0400

    enable c-ares support

 ecore.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ecore.spec b/ecore.spec
index 79a93e2..64bb0b1 100644
--- a/ecore.spec
+++ b/ecore.spec
@@ -1,6 +1,6 @@
 Name:           ecore
 Version:        1.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Event/X abstraction layer
 Group:          System Environment/Libraries
 License:        MIT
@@ -35,7 +35,7 @@ developing applications that use %{name}.
 %setup -q -n %{name}-%{version}
 
 %build
-%configure --disable-static --enable-ecore-fb --enable-ecore-evas-fb --enable-ecore-sdl --disable-ecore-evas-directfb --disable-rpath --enable-openssl --disable-gnutls --enable-doc
+%configure --disable-static --enable-ecore-fb --enable-ecore-evas-fb --enable-ecore-sdl --disable-ecore-evas-directfb --disable-rpath --enable-openssl --disable-gnutls --enable-doc --enable-cares
 ## %%configure --disable-static --enable-ecore-fb --enable-ecore-sdl --enable-ecore-desktop
 make %{?_smp_mflags}
 cd doc; make doc %{?_smp_mflags}
@@ -76,6 +76,9 @@ install -Dpm0644 doc/man/man3/* %{buildroot}%{_mandir}/man3
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Tue Jul 12 2011 Tom Callaway <spot at fedoraproject.org> 1.0.1-2
+- enable c-ares support
+
 * Tue Jul 12 2011 Tom Callaway <spot at fedoraproject.org> 1.0.1-1
 - update to 1.0.1
 


More information about the scm-commits mailing list