From: hawk Date: Thu, 11 Dec 2008 23:03:32 +0000 (+0000) Subject: - proper paths to openssl/certs for Titanium, fixed openssl path for others X-Git-Tag: auto/ti/alpine-2_00_17-2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Falpine.git;a=commitdiff_plain;h=35b0d8c47f5774f911eec9c00a388f48bacb426a - proper paths to openssl/certs for Titanium, fixed openssl path for others - release 2 Changed files: alpine.spec -> 1.79 --- diff --git a/alpine.spec b/alpine.spec index 227b91c..889f29b 100644 --- a/alpine.spec +++ b/alpine.spec @@ -8,7 +8,7 @@ Summary: University of Washington Alpine mail user agent Summary(pl.UTF-8): Klient pocztowy Alpine z Uniwersytetu w Waszyngtonie Name: alpine Version: %{ver}.%{patchlevel} -Release: 1 +Release: 2 Epoch: 1 License: Apache v2.0 Group: Applications/Mail @@ -147,8 +147,13 @@ rm -f libtool missing --with-ldap-dir=%{_prefix} \ --with-system-mail-directory=/var/mail \ --with-c-client-target=slx \ +%if "%{pld_release}" == "ti" --with-ssl-dir=/var/lib/openssl/certs \ + --with-ssl-certs-dir=/var/lib/openssl/certs \ +%else + --with-ssl-dir=/etc/openssl/certs \ --with-ssl-certs-dir=/etc/certs \ +%endif --with-passfile=.pine.pwd %{__make} \