]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- bcond ldap with -> without
authormisi3k <misi3k@pld-linux.org>
Thu, 22 May 2003 19:15:43 +0000 (19:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh.spec -> 1.154

openssh.spec

index a1650a503694684f448a835b04f601b22e829e76..4f9d4a2703c02ef94992f1b04642ff8b36001c5b 100644 (file)
@@ -2,9 +2,12 @@
 # Conditional build:
 # _without_gnome       - without gnome-askpass utility
 # _without_gtk         - without gtk (2.x)
-# _without_ldap                - without ldap support
+# _with_ldap           - with ldap support
 #
 # default to gtk2-based gnome-askpass
+
+%define                orig_ver        3.6.1p2
+
 %{!?_without_gtk:%define _without_gnome 1}
 Summary:       OpenSSH free Secure Shell (SSH) implementation
 Summary(de):   OpenSSH - freie Implementation der Secure Shell (SSH)
@@ -17,12 +20,12 @@ Summary(pt_BR):     Implementa
 Summary(ru):   OpenSSH - Ó×ÏÂÏÄÎÁÑ ÒÅÁÌÉÚÁÃÉÑ ÐÒÏÔÏËÏÌÁ Secure Shell (SSH)
 Summary(uk):   OpenSSH - ×¦ÌØÎÁ ÒÅÁ̦ÚÁæѠÐÒÏÔÏËÏÌÕ Secure Shell (SSH)
 Name:          openssh
-Version:       3.6.1p2
+Version:       3.6.1p2%{?_with_ldap:ldap}
 Release:       0.4
 Epoch:         2
 License:       BSD
 Group:         Applications/Networking
-Source0:       ftp://ftp.ca.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{name}-%{version}.tar.gz
+Source0:       ftp://ftp.ca.openbsd.org/pub/OpenBSD/OpenSSH/portable/%{name}-%{orig_ver}.tar.gz
 Source1:       %{name}d.conf
 Source2:       %{name}.conf
 Source3:       %{name}d.init
@@ -44,7 +47,7 @@ BuildRequires:        automake
 %{!?_without_gtk:BuildRequires:        gtk+2-devel}
 BuildRequires: libwrap-devel
 BuildRequires: openssl-devel >= 0.9.7b
-%{!?_without_ldap:BuildRequires:       openldap-devel}
+%{?_with_ldap:BuildRequires:   openldap-devel}
 BuildRequires: pam-devel
 BuildRequires: %{__perl}
 %{!?_without_gtk:BuildRequires:        pkgconfig}
@@ -378,7 +381,7 @@ Ssh (Secure Shell) - 
 GNOME.
 
 %prep
-%setup  -q
+%setup  -q -n %{name}-%{orig_ver}
 %patch0 -p1
 %patch2 -p1
 %patch3 -p1
@@ -398,8 +401,8 @@ GNOME.
        --with-4in6 \
        --disable-suid-ssh \
        --with-tcp-wrappers \
-       %{!?_without_ldap:--with-libs="-lldap -llber"} \
-       %{!?_without_ldap:--with-cppflags="-DWITH_LDAP_PUBKEY"} \
+       %{?_with_ldap:--with-libs="-lldap -llber"} \
+       %{?_with_ldap:--with-cppflags="-DWITH_LDAP_PUBKEY"} \
        --with-privsep-path=%{_privsepdir} \
        --with-pid-dir=%{_localstatedir}/run \
        --with-xauth=/usr/X11R6/bin/xauth
This page took 3.810553 seconds and 4 git commands to generate.