]> git.pld-linux.org Git - packages/alpine.git/blobdiff - alpine.spec
release 7
[packages/alpine.git] / alpine.spec
index 0c8c7cc6ed71f276604d262514117794a32f5cb5..2322793715945551a57c58153d4c85a4fcc94d89 100644 (file)
@@ -1,14 +1,16 @@
 # 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
+# - pico shouldn't link with kerberos, should it?
+# - switch to http://re-alpine.sourceforge.net/ - RIP alpine
 %define                ver             2.00
-%define                patchlevel      50
+%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:       7
 Epoch:         1
 License:       Apache v2.0
 Group:         Applications/Mail
@@ -16,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: e5070b17952b369dec93fe3f3dd2f059
+# Source0-md5: 70ba4281354f1ba2d341038ec0e323c7
 Source1:       pico.desktop
 Source2:       %{name}.desktop
 Source3:       %{name}.png
@@ -28,6 +30,9 @@ 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
+Patch9:                mimedesc.patch
+Patch10:       re-alpine-2.01.smime-signandencrypt.patch
 URL:           http://www.washington.edu/alpine/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -35,6 +40,7 @@ BuildRequires:        home-etc-devel
 %if "%{pld_release}" != "ac"
 BuildRequires: heimdal-devel
 %endif
+BuildRequires: libtool
 BuildRequires: ncurses-devel
 BuildRequires: openldap-devel
 BuildRequires: openssl-devel
@@ -127,6 +133,9 @@ ajuda de acordo com o contexto está disponível.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
 
 %build
 rm -f libtool missing
@@ -153,6 +162,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.122512 seconds and 4 git commands to generate.