]> git.pld-linux.org Git - packages/alpine.git/commitdiff
- patchlevel 8 auto/th/alpine-0_99999_8-1
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 19 Nov 2007 13:10:05 +0000 (13:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- user proper spellcheck opt for configure
- S: aspell

Changed files:
    alpine.spec -> 1.30

alpine.spec

index 7826acd23906a2e0dea3daa153f8b3aba72d249e..a20b41ad35042e5d0287032a8f8c2b2424d92657 100644 (file)
@@ -6,7 +6,7 @@ Summary:        University of Washington Pine mail user agent
 Summary(pl.UTF-8):     Klient pocztowy Pine z Uniwersytetu w Waszyngtonie
 Name:          alpine
 %define                ver             0.99999
-%define                patchlevel      7
+%define                patchlevel      8
 Version:       %{ver}.%{patchlevel}
 Release:       1
 Epoch:         1
@@ -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: ac3f0bf23bd2f675c76a4e26e9db161b
+# Source0-md5: 9c5a4598feb28d6341c27c74a5770b6c
 Source1:       pico.desktop
 Source2:       %{name}.desktop
 Source3:       %{name}.png
@@ -44,6 +44,7 @@ BuildRequires:        pam-devel
 #BuildRequires:        tcl-devel
 Obsoletes:     pine
 Provides:      pine = 4.98
+Suggests:      aspell
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                alpineconfdir   /etc/%{name}
@@ -138,7 +139,8 @@ rm -f libtool missing
        --enable-quotas \
        --without-tcl \
        --with-smtp-msa=%{_libdir}/sendmail \
-       --with-spellcheck-prog=aspell \
+       --with-simple-spellcheck=aspell \
+       --with-interactive-spellcheck=aspell \
        --with-system-pinerc=%{alpineconfdir}/%{name}.conf \
        --with-system-fixed-pinerc=%{alpineconfdir}/%{name}.conf.fixed \
        --with-krb5-dir=%{_prefix} \
This page took 0.090087 seconds and 4 git commands to generate.