]> git.pld-linux.org Git - packages/alpine.git/commitdiff
- patchlevel 42 (fixes some more crashes possible); disabled web-frontend
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 20 Sep 2007 11:53:18 +0000 (11:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  build as it required tcl. Maybe in future when someone would like to play
  with it...?

Changed files:
    alpine.spec -> 1.16

alpine.spec

index d3f931d24f90d669e51e293e14d3ad08717e4cb0..afe58f6bf835cb4d6f8347e271be44cb3337ea7b 100644 (file)
@@ -9,7 +9,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.9999
-%define                patchlevel      38
+%define                patchlevel      42
 Version:       %{ver}.%{patchlevel}
 Release:       1
 Epoch:         1
@@ -19,7 +19,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: 77953f8d0fc7f8b2d0aa3787bb0982de
+# Source0-md5: 209219a96e59681b37450636afeb5d1f
 Source1:       pico.desktop
 Source2:       %{name}.desktop
 Source3:       %{name}.png
@@ -33,8 +33,8 @@ BuildRequires:        ncurses-devel
 BuildRequires: openldap-devel
 BuildRequires: openssl-devel
 BuildRequires: pam-devel
-# Only for web-frontend
-BuildRequires: tcl-devel
+# Only for web-frontend:
+#BuildRequires:        tcl-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                alpineconfdir   /etc/%{name}
@@ -114,6 +114,7 @@ ajuda de acordo com o contexto está disponível.
 %{__automake}
 %configure \
        --enable-quotas \
+       --without-tcl \
        --with-smtp-msa=%{_libdir}/sendmail \
        --with-spellcheck-prog=aspell \
        --with-system-pinerc=%{alpineconfdir}/%{name}.conf \
This page took 0.82551 seconds and 4 git commands to generate.