summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraredridel2010-05-23 14:24:50 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitbf3cdf8baea81c6529fcf3968b33497a4bdc4b43 (patch)
tree9175f7ca24db810569c2a045ec558c3fcc8e0f69
parent777ebe8a0280a5835b123240f3dfa2a2446f8526 (diff)
downloadc-ares-bf3cdf8baea81c6529fcf3968b33497a4bdc4b43.zip
c-ares-bf3cdf8baea81c6529fcf3968b33497a4bdc4b43.tar.gz
- 1.7.1-post snapshot, for ares_parse_mx etc
Changed files: c-ares.spec -> 1.14
-rw-r--r--c-ares.spec10
1 files changed, 6 insertions, 4 deletions
diff --git a/c-ares.spec b/c-ares.spec
index 817e2e2..8dd0a12 100644
--- a/c-ares.spec
+++ b/c-ares.spec
@@ -1,12 +1,13 @@
+%define snap 20100523
Summary: A library that performs asynchronous DNS operations
Summary(pl.UTF-8): Biblioteka do wykonywania asynchronicznych zapytaƄ DNS
Name: c-ares
Version: 1.7.1
-Release: 1
+Release: 1.%{snap}.0
License: MIT
Group: Libraries
-Source0: http://daniel.haxx.se/projects/c-ares/%{name}-%{version}.tar.gz
-# Source0-md5: dc7e0f32e92613aed9aff233a6b69753
+Source0: http://c-ares.haxx.se/daily-snapshot/c-ares-%{version}-%{snap}.tar.gz
+# Source0-md5: 2c8ccd846a933c78b9dbe38bed815be9
Patch0: %{name}-resolv.conf-reading-is-not-fatal.patch
URL: http://daniel.haxx.se/projects/c-ares/
BuildRequires: autoconf >= 2.57
@@ -50,7 +51,7 @@ Static c-ares library.
Statyczna biblioteka c-ares.
%prep
-%setup -q
+%setup -q -n %{name}-%{version}-%{snap}
%patch0 -p1
# we want our own debug flags, if any
@@ -60,6 +61,7 @@ sed -i -e 's/flags_opt_yes=".*"/flags_opt_yes="%{rpmcflags}"/' m4/cares-compiler
%build
%{__libtoolize}
%{__aclocal} -I m4
+%{__autoheader}
%{__autoconf}
%{__automake}
%configure \