]> git.pld-linux.org Git - packages/alpine.git/blobdiff - alpine.spec
- rel 3
[packages/alpine.git] / alpine.spec
index 227b91ca77812cdbde46ef622142777c431f8f8a..b4819c1d48f360ff2d73b3f0c66d791c4b12b314 100644 (file)
@@ -1,14 +1,14 @@
 # TODO:
-# - backport man-pages from pine.spec
-# - separate package with tcl web-frontend
-# - fix as-needed
+#- backport man-pages from pine.spec
+#- separate package with tcl web-frontend
+#- fix as-needed
 %define                ver             2.00
-%define                patchlevel      17
+%define                patchlevel      53
 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:       3
 Epoch:         1
 License:       Apache v2.0
 Group:         Applications/Mail
@@ -16,7 +16,7 @@ Group:                Applications/Mail
 #Source0:      ftp://ftp.cac.washington.edu/alpine/%{name}-%{version}.tar.gz
 # Source with applied patches from http://staff.washington.edu/chappa/alpine/
 Source0:       http://staff.washington.edu/chappa/alpine/patches/alpine-%{ver}/%{name}-%{ver}_%{patchlevel}.tar.gz
-# Source0-md5: 68e0164c9f74c89f074b48271cf57daf
+# Source0-md5: 69b1f9cc9c4e06d31a44b0e6bf10283e
 Source1:       pico.desktop
 Source2:       %{name}.desktop
 Source3:       %{name}.png
@@ -33,8 +33,9 @@ BuildRequires:        autoconf
 BuildRequires: automake
 BuildRequires: home-etc-devel
 %if "%{pld_release}" != "ac"
-BuildRequires: krb5-devel
+BuildRequires: heimdal-devel
 %endif
+BuildRequires: libtool
 BuildRequires: ncurses-devel
 BuildRequires: openldap-devel
 BuildRequires: openssl-devel
@@ -139,7 +140,7 @@ rm -f libtool missing
        --%{?debug:en}%{!?debug:dis}able-debug \
        --enable-quotas \
        --without-tcl \
-       --with-smtp-msa=%{_libdir}/sendmail \
+       --with-smtp-msa=/usr/lib/sendmail \
        --with-simple-spellcheck=aspell \
        --with-system-pinerc=%{_sysconfdir}/%{name}/%{name}.conf \
        --with-system-fixed-pinerc=%{_sysconfdir}/%{name}/%{name}.conf.fixed \
@@ -147,8 +148,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} \
This page took 0.293222 seconds and 4 git commands to generate.