Author: glen Date: Sun Jan 15 23:49:44 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - lbflags typo patch - enabled cracklib, but doesn't work
---- Files affected: SPECS: cpu.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/cpu.spec diff -u SPECS/cpu.spec:1.3 SPECS/cpu.spec:1.4 --- SPECS/cpu.spec:1.3 Thu Jun 2 21:38:17 2005 +++ SPECS/cpu.spec Mon Jan 16 00:49:36 2006 @@ -10,6 +10,7 @@ # Source0-md5: 2d128f82261967d41458800752bc943d URL: http://cpu.sourceforge.net/ Patch0: %{name}-DESTDIR.patch +Patch1: %{name}-lbflags.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -31,13 +32,16 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} %{__aclocal} %{__autoconf} %{__automake} -%configure +%configure \ + --with-ldap \ + --with-cracklib %{__make} %install @@ -67,6 +71,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2006/01/15 23:49:36 glen +- lbflags typo patch +- enabled cracklib, but doesn't work + Revision 1.3 2005/06/02 19:38:17 qboosh - unified ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/cpu.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
