Remove useless (openssl.cnf is read during build) wish directories.

Fri, 24 Apr 2009 17:37:04 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 24 Apr 2009 17:37:04 +0200
changeset 198
8364d0b242cd
parent 197
a90827bdc01a
child 199
bf21249327af

Remove useless (openssl.cnf is read during build) wish directories.

imap/imap.spec file | annotate | diff | comparison | revisions
     1.1 --- a/imap/imap.spec	Fri Apr 24 15:35:56 2009 +0200
     1.2 +++ b/imap/imap.spec	Fri Apr 24 17:37:04 2009 +0200
     1.3 @@ -37,7 +37,7 @@
     1.4  Group:        Mail
     1.5  License:      University of Washington's Free-Fork License
     1.6  Version:      %{V_here}
     1.7 -Release:      20090418
     1.8 +Release:      20090420
     1.9  
    1.10  #   package options
    1.11  %option       with_ssl      yes
    1.12 @@ -102,7 +102,7 @@
    1.13  %if "%{with_ssl}" == "yes"
    1.14      cflags="%{l_cppflags openssl .} $cflags"
    1.15      mflags="$mflags SSLDIR=%{l_prefix}/etc/openssl"
    1.16 -    mflags="$mflags SSLCERTS=%{l_prefix}/etc/imap/certs"
    1.17 +    mflags="$mflags SSLCERTS=%{l_prefix}/etc/openssl/certs"
    1.18      mflags="$mflags SSLINCLUDE=%{l_prefix}/include"
    1.19      mflags="$mflags SSLLIB=%{l_prefix}/lib"
    1.20  %else
    1.21 @@ -133,10 +133,6 @@
    1.22      rm -f $RPM_BUILD_ROOT%{l_prefix}/include/imap/os_*.h
    1.23      %{l_shtool} install -c -m 644 c-client/c-client.a \
    1.24          $RPM_BUILD_ROOT%{l_prefix}/lib/libimap.a
    1.25 -%if "%{with_ssl}" == "yes"
    1.26 -    %{l_shtool} mkdir -f -p -m 755 \
    1.27 -        $RPM_BUILD_ROOT%{l_prefix}/etc/imap/certs
    1.28 -%endif
    1.29  %if "%{with_daemons}" == "yes"
    1.30      %{l_shtool} mkdir -f -p -m 755 \
    1.31          $RPM_BUILD_ROOT%{l_prefix}/bin \

mercurial