summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Banasiak2007-03-16 08:43:11 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitaee74855420635e023e26c9621a527cef929afe5 (patch)
tree1f01d724cf3ae4452e1e0b20db29f3b5b643bced
parent4e5160dfca0d6acd301e478cc434768a92680a1e (diff)
downloadlibasyncns-aee74855420635e023e26c9621a527cef929afe5.zip
libasyncns-aee74855420635e023e26c9621a527cef929afe5.tar.gz
- added configure patch (fix res_query check on x86_64)auto/th/libasyncns-0_2-2
- release 2 Changed files: libasyncns.spec -> 1.5
-rw-r--r--libasyncns.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/libasyncns.spec b/libasyncns.spec
index 928ec90..1af66cb 100644
--- a/libasyncns.spec
+++ b/libasyncns.spec
@@ -2,12 +2,13 @@ Summary: C library for executing name service queries asynchronously
Summary(pl.UTF-8): Biblioteka C do asynchronicznego wykonywania zapytaƄ o nazwy
Name: libasyncns
Version: 0.2
-Release: 1
+Release: 2
License: LGPL v2+
Group: Libraries
Source0: http://0pointer.de/lennart/projects/libasyncns/%{name}-%{version}.tar.gz
# Source0-md5: cf2532972dbf8d57117077c4832380f8
Patch0: %{name}-link.patch
+Patch1: %{name}-configure.patch
URL: http://0pointer.de/lennart/projects/libasyncns/
BuildRequires: autoconf >= 2.57
BuildRequires: automake
@@ -62,6 +63,7 @@ Statyczna biblioteka libasyncns.
%prep
%setup -q
%patch0 -p1
+%patch1 -p1
%build
%{__libtoolize}