]> git.pld-linux.org Git - packages/c-ares.git/commitdiff
- 1.7.1-post snapshot, for ares_parse_mx etc
authoraredridel <aredridel@pld-linux.org>
Sun, 23 May 2010 14:24:50 +0000 (14:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    c-ares.spec -> 1.14

c-ares.spec

index 817e2e248467dc0e32827d2df3165ab014487f01..8dd0a12c7eb33ccabbf35e58cb3ad058e69bac79 100644 (file)
@@ -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 \
This page took 0.198116 seconds and 4 git commands to generate.