Correct man file installation paths in build configuration.

Tue, 21 Apr 2009 13:27:53 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 21 Apr 2009 13:27:53 +0200
changeset 184
f035b8d886ac
parent 183
94771d2369b6
child 185
a629c9ffef9d

Correct man file installation paths in build configuration.

openldap/openldap.spec file | annotate | diff | comparison | revisions
     1.1 --- a/openldap/openldap.spec	Tue Apr 21 11:55:19 2009 +0200
     1.2 +++ b/openldap/openldap.spec	Tue Apr 21 13:27:53 2009 +0200
     1.3 @@ -32,7 +32,7 @@
     1.4  Group:        LDAP
     1.5  License:      GPL
     1.6  Version:      2.4.16
     1.7 -Release:      20090406
     1.8 +Release:      20090420
     1.9  
    1.10  #   package options
    1.11  %option       with_server   yes
    1.12 @@ -118,9 +118,11 @@
    1.13      ARGS="$ARGS --prefix=%{l_prefix}"
    1.14      ARGS="$ARGS --libexecdir=%{l_prefix}/libexec/openldap"
    1.15      ARGS="$ARGS --localstatedir=%{l_prefix}/var/openldap"
    1.16 +    ARGS="$ARGS --mandir=%{l_prefix}/man"
    1.17      ARGS="$ARGS --enable-syslog"
    1.18      ARGS="$ARGS --with-tls"
    1.19      ARGS="$ARGS --without-fetch"
    1.20 +    ARGS="$ARGS --without-gssapi"
    1.21      ARGS="$ARGS --disable-dynamic"
    1.22      ARGS="$ARGS --disable-shared"
    1.23  %if "%{with_server}" == "yes"

mercurial