]> git.pld-linux.org Git - packages/alpine.git/blobdiff - alpine.spec
- rel.6
[packages/alpine.git] / alpine.spec
index 682c1310d9dc8135eb001242e801fb125da8d882..577132ca7d804ffa8c48744cd345d4d2de6cc22b 100644 (file)
@@ -3,13 +3,14 @@
 # - 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      77
+%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:       1
+Release:       6
 Epoch:         1
 License:       Apache v2.0
 Group:         Applications/Mail
@@ -17,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: 00277c3a06f919571cf7d5f57ebca0d7
+# Source0-md5: 70ba4281354f1ba2d341038ec0e323c7
 Source1:       pico.desktop
 Source2:       %{name}.desktop
 Source3:       %{name}.png
@@ -29,6 +30,7 @@ Patch4:               %{name}-libc-client.patch
 Patch5:                %{name}-ssl.patch
 Patch6:                %{name}-no_1777_warning.patch
 Patch7:                %{name}-home_etc.patch
+Patch8:                %{name}-RFC1522_MAXW.patch
 URL:           http://www.washington.edu/alpine/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -129,6 +131,7 @@ ajuda de acordo com o contexto está disponível.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 rm -f libtool missing
@@ -155,6 +158,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.223111 seconds and 4 git commands to generate.