packages: libasyncns/libasyncns.spec - re-added autotools (configure.ac has...

megabajt megabajt at pld-linux.org
Wed Dec 30 23:25:46 CET 2009


Author: megabajt                     Date: Wed Dec 30 22:25:46 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- re-added autotools (configure.ac has been patched, so we have to regenerate configure)

---- Files affected:
packages/libasyncns:
   libasyncns.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: packages/libasyncns/libasyncns.spec
diff -u packages/libasyncns/libasyncns.spec:1.9 packages/libasyncns/libasyncns.spec:1.10
--- packages/libasyncns/libasyncns.spec:1.9	Tue Dec  1 08:36:49 2009
+++ packages/libasyncns/libasyncns.spec	Wed Dec 30 23:25:41 2009
@@ -14,6 +14,9 @@
 # Source0-md5:	1f553d6ce1ad255bc83b3d8e9384f515
 Patch0:		%{name}-link.patch
 URL:		http://0pointer.de/lennart/projects/libasyncns/
+BuildRequires:	autoconf >= 2.59
+BuildRequires:	automake >= 1:1.9
+BuildRequires:	libtool
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -66,6 +69,11 @@
 %patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 # no need to generate doc/README from doc/README.html, there is README anyway
 %configure \
 	--disable-lynx \
@@ -109,6 +117,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2009/12/30 22:25:41  megabajt
+- re-added autotools (configure.ac has been patched, so we have to regenerate configure)
+
 Revision 1.9  2009/12/01 07:36:49  paszczus
 - updated to 0.8
 - build fails with autotools, so build without it
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libasyncns/libasyncns.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list