SPECS: pwdutils.spec - pwdutils 3.0.x prefers gnutls over openssl

qboosh qboosh at pld-linux.org
Thu Jul 28 11:00:55 CEST 2005


Author: qboosh                       Date: Thu Jul 28 09:00:55 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pwdutils 3.0.x prefers gnutls over openssl

---- Files affected:
SPECS:
   pwdutils.spec (1.60 -> 1.61) 

---- Diffs:

================================================================
Index: SPECS/pwdutils.spec
diff -u SPECS/pwdutils.spec:1.60 SPECS/pwdutils.spec:1.61
--- SPECS/pwdutils.spec:1.60	Tue Jul 19 16:09:11 2005
+++ SPECS/pwdutils.spec	Thu Jul 28 11:00:49 2005
@@ -4,6 +4,7 @@
 # Conditional build:
 %bcond_without	ldap		# build without LDAP support
 %bcond_without	selinux		# build without SELinux support
+%bcond_with	openssl		# use OpenSSL instead of GnuTLS
 #
 Summary:	Utilities to manage the passwd and shadow user information
 Summary(pl):	Narzędzia do zarządzania informacjami o użytkownikach z passwd i shadow
@@ -33,11 +34,12 @@
 BuildRequires:	automake >= 1:1.7
 BuildRequires:	gcc >= 5:3.2
 BuildRequires:	gettext-devel
+%{!?with_openssl:BuildRequires:	gnutls-devel >= 1.0.0}
 BuildRequires:	libnscd-devel
 %{?with_selinux:BuildRequires:	libselinux-devel}
 BuildRequires:	libtool
 %{?with_ldap:BuildRequires:	openldap-devel}
-BuildRequires:	openssl-devel >= 0.9.7d
+%{?with_openssl:BuildRequires:	openssl-devel >= 0.9.7d}
 BuildRequires:	openslp-devel
 BuildRequires:	pam-devel
 BuildRequires:	sed >= 4.0
@@ -130,10 +132,10 @@
 %{__autoheader}
 %{__automake}
 %configure \
+	%{?with_openssl:--disable-gnutls} \
 	--enable-pam_rpasswd \
 	--%{?with_selinux:en}%{!?with_selinux:dis}able-selinux \
 	--enable-slp \
-	--enable-ssl \
 	--%{?with_ldap:en}%{!?with_ldap:dis}able-ldap \
 	--enable-nls \
 	--disable-rpath
@@ -259,6 +261,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.61  2005/07/28 09:00:49  qboosh
+- pwdutils 3.0.x prefers gnutls over openssl
+
 Revision 1.60  2005/07/19 14:09:11  qboosh
 - added AUTHORS to doc
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pwdutils.spec?r1=1.60&r2=1.61&f=u




More information about the pld-cvs-commit mailing list