openldap/openldap.spec

changeset 586
e10b124b2f21
parent 380
4f3b1ee715dd
child 587
d0df67c21897
     1.1 --- a/openldap/openldap.spec	Tue Aug 28 18:42:10 2012 +0200
     1.2 +++ b/openldap/openldap.spec	Sat Feb 04 20:20:10 2012 +0200
     1.3 @@ -31,8 +31,8 @@
     1.4  Class:        BASE
     1.5  Group:        LDAP
     1.6  License:      GPL
     1.7 -Version:      2.4.26
     1.8 -Release:      20110914
     1.9 +Version:      2.4.29
    1.10 +Release:      20120208
    1.11  
    1.12  #   package options
    1.13  %option       with_server   yes
    1.14 @@ -85,7 +85,7 @@
    1.15  %description
    1.16      OpenLDAP is an open source implementation of the Lightweight
    1.17      Directory Access Protocol (LDAP). The suite includes libraries
    1.18 -    implementing the LDAP protocol plus a stand-alone LDAP server
    1.19 +    implementing the LDAP protocol plus a stand alone LDAP server
    1.20      slapd(8).
    1.21  
    1.22  %track
    1.23 @@ -123,7 +123,6 @@
    1.24      ARGS="$ARGS --enable-syslog"
    1.25      ARGS="$ARGS --with-tls"
    1.26      ARGS="$ARGS --without-fetch"
    1.27 -    ARGS="$ARGS --without-gssapi"
    1.28      ARGS="$ARGS --disable-dynamic"
    1.29      ARGS="$ARGS --disable-shared"
    1.30  %if "%{with_server}" == "yes"
    1.31 @@ -206,7 +205,7 @@
    1.32          *-sunos* ) CFLAGS="$CFLAGS -D_AVL_H"; LIBS="$LIBS -lrt" ;;
    1.33      esac
    1.34  
    1.35 -    #   configuration: use hard-links and make sure our Berkeley-DB is picked up first
    1.36 +    #   configuration: use hard links and make sure our Berkeley-DB is picked up first
    1.37      %{l_shtool} subst \
    1.38          -e 's;ln -s;ln;g' \
    1.39          -e 's;-ldb4[1-9];%{l_prefix}/lib/libdb.a;g' \

mercurial