]> git.pld-linux.org Git - packages/alpine.git/commitdiff
- proper paths to openssl/certs for Titanium, fixed openssl path for others auto/ti/alpine-2_00_17-2
authorhawk <hawk@pld-linux.org>
Thu, 11 Dec 2008 23:03:32 +0000 (23:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    alpine.spec -> 1.79

alpine.spec

index 227b91ca77812cdbde46ef622142777c431f8f8a..889f29b26ede3272065dbe988e5fdd72aaf5288e 100644 (file)
@@ -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}
 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
 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 \
        --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-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 \
        --with-ssl-certs-dir=/etc/certs \
+%endif
        --with-passfile=.pine.pwd
 
 %{__make} \
        --with-passfile=.pine.pwd
 
 %{__make} \
This page took 0.053737 seconds and 4 git commands to generate.