]> git.pld-linux.org Git - packages/alpine.git/blobdiff - alpine.spec
- point new project
[packages/alpine.git] / alpine.spec
index ec43f2b459c355b73e647014a31f702dbe2dd9d4..94fdf45ee0e820875c2d0e907e66ae6d1fd74868 100644 (file)
@@ -1,10 +1,16 @@
+# TODO:
+# - backport man-pages from pine.spec
+# - separate package with tcl web-frontend
+# - fix as-needed
+# - pico shouldn't link with kerberos, should it?
+# - switch to http://re-alpine.sourceforge.net/ - RIP alpine
 %define                ver             2.00
-%define                patchlevel      34
+%define                patchlevel      84
 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:       2
+Release:       5
 Epoch:         1
 License:       Apache v2.0
 Group:         Applications/Mail
@@ -12,7 +18,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: 1c817a40ac259f7bebf5e423a6f54167
+# Source0-md5: 70ba4281354f1ba2d341038ec0e323c7
 Source1:       pico.desktop
 Source2:       %{name}.desktop
 Source3:       %{name}.png
@@ -31,6 +37,7 @@ BuildRequires:        home-etc-devel
 %if "%{pld_release}" != "ac"
 BuildRequires: heimdal-devel
 %endif
+BuildRequires: libtool
 BuildRequires: ncurses-devel
 BuildRequires: openldap-devel
 BuildRequires: openssl-devel
@@ -135,7 +142,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 \
@@ -149,6 +156,7 @@ rm -f libtool missing
 %else
        --with-ssl-dir=/etc/openssl/certs \
        --with-ssl-certs-dir=/etc/certs \
+       --with-ssl-lib-dir=%{_libdir} \
 %endif
        --with-passfile=.pine.pwd
 
This page took 0.073856 seconds and 4 git commands to generate.