]> git.pld-linux.org Git - packages/pwdutils.git/commitdiff
- changed with openssl bcond to with gnutls, as rpasswdd does not work auto/ac/pwdutils-3_0_6-2
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 9 Dec 2005 16:23:01 +0000 (16:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  when built with gnutls, i.e. build with openssl by default

Changed files:
    pwdutils.spec -> 1.66

pwdutils.spec

index ec92f43bc0bd2b7bf3a0ba59cf439587696a7238..40c7b2f770d62f46b639f2e163a44ae8c480d54e 100644 (file)
@@ -5,13 +5,13 @@
 %bcond_without audit           # don't build audit log plugin
 %bcond_without ldap            # build without LDAP support
 %bcond_without selinux         # build without SELinux support
-%bcond_with    openssl         # use OpenSSL instead of GnuTLS
+%bcond_with    gnutls          # use GnuTLS instead of OpenSSL
 #
 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
 Name:          pwdutils
 Version:       3.0.6
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Applications/System
 Source0:       ftp://ftp.kernel.org/pub/linux/utils/net/NIS/%{name}-%{version}.tar.bz2
@@ -35,12 +35,12 @@ BuildRequires:      autoconf
 BuildRequires: automake >= 1:1.7
 BuildRequires: gcc >= 5:3.2
 BuildRequires: gettext-devel
-%{!?with_openssl:BuildRequires:        gnutls-devel >= 1.0.0}
+%{?with_gnutls:BuildRequires:  gnutls-devel >= 1.0.0}
 BuildRequires: libnscd-devel
 %{?with_selinux:BuildRequires: libselinux-devel}
 BuildRequires: libtool
 %{?with_ldap:BuildRequires:    openldap-devel}
-%{?with_openssl:BuildRequires: openssl-devel >= 0.9.7d}
+%{!?with_gnutls:BuildRequires: openssl-devel >= 0.9.7d}
 BuildRequires: openslp-devel
 BuildRequires: pam-devel
 BuildRequires: sed >= 4.0
@@ -143,7 +143,7 @@ sed -i -e 's/-Werror //' configure.in
 %{__automake}
 %configure \
        %{?with_audit:--enable-audit-plugin} \
-       %{?with_openssl:--disable-gnutls} \
+       %{!?with_gnutls:--disable-gnutls} \
        --%{?with_ldap:en}%{!?with_ldap:dis}able-ldap \
        --enable-nls \
        --enable-pam_rpasswd \
This page took 0.059508 seconds and 4 git commands to generate.