SPECS: openvpn-plugin-auth-ldap.spec - fixed(?) tests bcond

qboosh qboosh at pld-linux.org
Wed Dec 3 19:06:39 CET 2008


Author: qboosh                       Date: Wed Dec  3 18:06:39 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed(?) tests bcond

---- Files affected:
SPECS:
   openvpn-plugin-auth-ldap.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/openvpn-plugin-auth-ldap.spec
diff -u SPECS/openvpn-plugin-auth-ldap.spec:1.12 SPECS/openvpn-plugin-auth-ldap.spec:1.13
--- SPECS/openvpn-plugin-auth-ldap.spec:1.12	Tue Dec  2 14:37:54 2008
+++ SPECS/openvpn-plugin-auth-ldap.spec	Wed Dec  3 19:06:34 2008
@@ -1,6 +1,7 @@
 # $Revision$, $Date$
+#
 # Conditional build:
-%bcond_with	tests		# build without tests
+%bcond_with	tests		# check-based tests
 #
 Summary:	OpenVPN Auth-LDAP Plugin
 Summary(pl.UTF-8):	Wtyczka Auth-LDAP dla OpenVPN
@@ -11,8 +12,8 @@
 Group:		Applications
 Source0:	http://openvpn-auth-ldap.googlecode.com/files/auth-ldap-%{version}.tar.gz
 # Source0-md5:	03dedc57efc8d4fc2ffe2c014121299d
+Patch0:		%{name}-make.patch
 URL:		http://code.google.com/p/openvpn-auth-ldap/
-Patch0:	%{name}-make.patch
 BuildRequires:	autoconf
 BuildRequires:	automake
 %{?with_tests:BuildRequires:	check}
@@ -43,7 +44,7 @@
 %{__autoheader}
 cp -f /usr/share/automake/config.sub .
 %configure \
-	--with-check=%{!?with_check:/proc}%{?with_check:/usr} \
+	--with-check=%{!?with_tests:/proc}%{?with_tests:/usr} \
 	--with-openldap=/usr \
 	--with-openvpn=/usr
 
@@ -72,6 +73,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2008/12/03 18:06:34  qboosh
+- fixed(?) tests bcond
+
 Revision 1.12  2008/12/02 13:37:54  glen
 - release 3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/openvpn-plugin-auth-ldap.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list