SPECS: tac_plus.spec - rel. 0.alpha.9a.2 (ver F4.0.3) - added with...

mguevara mguevara at pld-linux.org
Tue Nov 22 17:38:00 CET 2005


Author: mguevara                     Date: Tue Nov 22 16:38:00 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel. 0.alpha.9a.2 (ver F4.0.3) - added with skey bcond

---- Files affected:
SPECS:
   tac_plus.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/tac_plus.spec
diff -u SPECS/tac_plus.spec:1.8 SPECS/tac_plus.spec:1.9
--- SPECS/tac_plus.spec:1.8	Fri Jul  1 01:54:05 2005
+++ SPECS/tac_plus.spec	Tue Nov 22 17:37:53 2005
@@ -1,12 +1,14 @@
 # $Revision$, $Date$
 
+%bcond_with     skey		# with S/KEY support
+
 %define subver	alpha
 
 Summary:	Tacacs+ Daemon
 Summary(pl):	Demon Tacacs+
 Name:		tac_plus
 Version:	F4.0.3
-Release:	0.alpha.9a.1
+Release:	0.alpha.9a.2
 Epoch:		0
 License:	BSD-like, GPL
 Group:		Networking/Daemons
@@ -32,6 +34,9 @@
 BuildRequires:	openldap-devel
 BuildRequires:	pam-devel
 BuildRequires:	postgresql-devel
+%if %{with skey}
+BuildRequires:	skey-static
+%endif
 PreReq:		rc-scripts
 Requires(pre):	fileutils
 Requires(post,preun):	/sbin/chkconfig
@@ -86,7 +91,9 @@
 # --with-libwrap[=PATH]   Compile in libwrap (tcp_wrappers) support
 # --enable-finger	Enable finger at maxsess check
 
-%{__make} tac_plus
+%{__make} \
+	%{?with_skey:DEFINES="-DSKEY" LIBS="/usr/lib/libskey.a" INCLUDES="-I/usr/include/security/"} \
+	tac_plus
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -137,6 +144,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2005/11/22 16:37:53  mguevara
+- rel. 0.alpha.9a.2 (ver F4.0.3) - added with skey bcond
+
 Revision 1.8  2005/06/30 23:54:05  zbyniu
 - build with db, mysql, postgres, ldap
 - patches mysql4, ldap-alt.patch
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/tac_plus.spec?r1=1.8&r2=1.9&f=u




More information about the pld-cvs-commit mailing list