SPECS: freeradius-server.spec - cleanend up recursive AM/AC regeneration (4...
kosmo
kosmo at pld-linux.org
Tue Feb 3 11:46:57 CET 2009
Author: kosmo Date: Tue Feb 3 10:46:57 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- cleanend up recursive AM/AC regeneration (4 spaces => 1 tab).
- removed not working selective AM/AC regeneration.
- removed LIBS environment setting - not longer needed.
---- Files affected:
SPECS:
freeradius-server.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SPECS/freeradius-server.spec
diff -u SPECS/freeradius-server.spec:1.13 SPECS/freeradius-server.spec:1.14
--- SPECS/freeradius-server.spec:1.13 Tue Dec 9 14:13:30 2008
+++ SPECS/freeradius-server.spec Tue Feb 3 11:46:51 2009
@@ -216,18 +216,14 @@
%build
# Keep it for future when ac/am regeneration will be ok
#find -name 'configure.[ia][nc]' -type f | while read FILE; do
-# cd $(dirname "$FILE")
-# %{__libtoolize}
-# %{__aclocal} -I $OLDPWD
-# %{__autoconf}
-# [ -f config.h.in ] && %{__autoheader}
-# cd -
+# cd $(dirname "$FILE")
+# %{__libtoolize}
+# %{__aclocal} -I $OLDPWD
+# %{__autoconf}
+# [ -f config.h.in ] && %{__autoheader}
+# cd -
#done
-%{__libtoolize}
-%{__aclocal} -I .
-%{__autoconf}
-LIBS="-lgdbm" \
%configure \
--enable-strict-dependencies \
--with-experimental-modules \
@@ -575,6 +571,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2009/02/03 10:46:51 kosmo
+- cleanend up recursive AM/AC regeneration (4 spaces => 1 tab).
+- removed not working selective AM/AC regeneration.
+- removed LIBS environment setting - not longer needed.
+
Revision 1.13 2008/12/09 13:13:30 blues
- 2.1.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/freeradius-server.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list