* citadel.spec: Disable newt in RPM installs; it isn't needed for this
authorMichael Hampton <io_error@uncensored.citadel.org>
Tue, 13 Apr 2004 23:28:21 +0000 (23:28 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Tue, 13 Apr 2004 23:28:21 +0000 (23:28 +0000)
  type of installation

citadel/citadel.spec

index f4b6cfd1985e8872f3360b30c173b342a5acd219..ffab224d9e7090861cb1dc780983b84c7559b408 100644 (file)
@@ -2,7 +2,7 @@
 Summary: Citadel/UX, the flexible, powerful way to build online communities
 Name: citadel
 Version: 6.20p1
-Release: 2
+Release: 3
 Copyright: GPL
 Group: Applications/Communications
 Source0: http://my.citadel.org/download/citadel-ux-%{PACKAGE_VERSION}.tar.gz
@@ -42,7 +42,7 @@ driven, and accessible via a growing selection of front ends.
 %setup -n citadel
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" ./configure --with-pam --enable-autologin --with-ldap --with-newt --with-libical
+CFLAGS="$RPM_OPT_FLAGS" ./configure --with-pam --enable-autologin --with-ldap --without-newt --with-libical
 make
 
 %install