]> git.pld-linux.org Git - packages/alpine.git/blobdiff - alpine.spec
- patchlevel 44
[packages/alpine.git] / alpine.spec
index 5ad97151a5f41b80763472cf0c3709802e36b11a..d3c9415ab0030136a8d7b58406cc5a962ff91b86 100644 (file)
@@ -1,9 +1,5 @@
-# TODO:
-# - backport man-pages from pine.spec
-# - separate package with tcl web-frontend
-# - fix as-needed
 %define                ver             2.00
-%define                patchlevel      10
+%define                patchlevel      44
 Summary:       University of Washington Alpine mail user agent
 Summary(pl.UTF-8):     Klient pocztowy Alpine z Uniwersytetu w Waszyngtonie
 Name:          alpine
@@ -16,7 +12,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: f15535b382f8c9d5e1bb5cf4978032ef
+# Source0-md5: 054a55644fd00f7cee0d7c2b29a355af
 Source1:       pico.desktop
 Source2:       %{name}.desktop
 Source3:       %{name}.png
@@ -32,14 +28,18 @@ URL:                http://www.washington.edu/alpine/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: home-etc-devel
-BuildRequires: krb5-devel
+%if "%{pld_release}" != "ac"
+BuildRequires: heimdal-devel
+%endif
 BuildRequires: ncurses-devel
-BuildRequires: openldap-devel >= 2.4.6
+BuildRequires: openldap-devel
 BuildRequires: openssl-devel
 BuildRequires: pam-devel
 # Only for web-frontend:
 #BuildRequires:        tcl-devel
 Suggests:      aspell
+Suggests:      ca-certificates
+Conflicts:     ca-certificates < 20080809-4
 Provides:      pine = 6.00
 Obsoletes:     pine
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -132,6 +132,7 @@ rm -f libtool missing
 %{__autoheader}
 %{__automake}
 %configure \
+       --%{?debug:en}%{!?debug:dis}able-debug \
        --enable-quotas \
        --without-tcl \
        --with-smtp-msa=%{_libdir}/sendmail \
@@ -142,8 +143,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.064818 seconds and 4 git commands to generate.