[packages/gnutls] - bcond desc

qboosh qboosh at pld-linux.org
Sun Mar 10 10:59:07 CET 2019


commit 0255a2d6f5d53fff9a922e1a5a69d3e8aed4bade
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Mar 10 11:04:51 2019 +0100

    - bcond desc

 gnutls.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gnutls.spec b/gnutls.spec
index f39bc93..264122f 100644
--- a/gnutls.spec
+++ b/gnutls.spec
@@ -5,7 +5,7 @@
 %bcond_without	tpm		# TPM support in gnutls
 %bcond_without	static_libs	# static libraries
 %bcond_without	doc		# do not generate documentation
-%bcond_without	guile
+%bcond_without	guile		# Guile binding
 #
 Summary:	The GNU Transport Layer Security Library
 Summary(pl.UTF-8):	Biblioteka GNU TLS (Transport Layer Security)
@@ -260,14 +260,14 @@ Wiązania Guile do GnuTLS.
 %{__autoheader}
 %{__automake}
 %configure \
+	%{!?with_doc:--disable-doc} \
+	%{!?with_guile:--disable-guile} \
 	%{?with_openssl:--enable-openssl-compatibility} \
 	--disable-silent-rules \
 	%{?with_static_libs:--enable-static} \
 	--with-default-trust-store-file=/etc/certs/ca-certificates.crt \
 	%{!?with_tpm:--without-tpm} \
-	%{!?with_guile:--enable-guile=no} \
-	--with-trousers-lib=%{_libdir}/libtspi.so.1 \
-	%{!?with_doc:--disable-doc}
+	--with-trousers-lib=%{_libdir}/libtspi.so.1
 
 # docs build is broken with -jN
 %{__make} -j1
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnutls.git/commitdiff/0255a2d6f5d53fff9a922e1a5a69d3e8aed4bade



More information about the pld-cvs-commit mailing list