From 789ddf431d3e1eceadf5f93eb6290b87c30b9f8e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mar 24 2008 12:07:30 +0000 Subject: - alpine-1.10 - cosmetic (Build)Req cleanup --- diff --git a/.cvsignore b/.cvsignore index 83980dd..23c640b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -alpine-1.00.tar.bz2 +alpine-1.10.tar.bz2 diff --git a/alpine.spec b/alpine.spec index 2cad9c9..31724e3 100644 --- a/alpine.spec +++ b/alpine.spec @@ -2,8 +2,8 @@ Summary: UW Alpine mail user agent Name: alpine -Version: 1.00 -Release: 3%{?dist} +Version: 1.10 +Release: 1%{?dist} License: Apache Software License Group: Applications/Internet @@ -12,7 +12,6 @@ URL: http://www.washington.edu/alpine # SVN: https://svn.cac.washington.edu/public/alpine/snapshots/ Source0: ftp://ftp.cac.washington.edu/alpine/alpine-%{version}.tar.bz2 -Requires: /usr/sbin/sendmail aspell mailcap # Using "Conflicts" instead of Obsoletes because while alpine is substantially # compatible with pine the change to Unicode breaks important user # functionality such as non-ASCII encoded saved passwords. Additionally, there @@ -27,9 +26,21 @@ Requires: /usr/sbin/sendmail aspell mailcap Conflicts: pine BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -BuildRequires: /usr/sbin/sendmail aspell -BuildRequires: gettext inews krb5-devel ncurses-devel -BuildRequires: openldap-devel openssl-devel pam-devel passwd sendmail +BuildRequires: aspell +BuildRequires: gettext +BuildRequires: inews +BuildRequires: krb5-devel +BuildRequires: ncurses-devel +BuildRequires: openldap-devel +BuildRequires: openssl-devel +BuildRequires: pam-devel +BuildRequires: passwd +BuildRequires: sendmail /usr/sbin/sendmail + +Requires: aspell +Requires: mailcap +Requires: /usr/sbin/sendmail + %description Alpine -- an Alternatively Licensed Program for Internet @@ -57,6 +68,7 @@ GNU Build System's autotools. touch imap/ip6 # --without-tcl disables the TCL-based CGI "Web Alpine" %configure \ + --disable-debug \ --without-tcl \ --with-c-client-target=lfd \ --with-passfile=.alpine.passfile \ @@ -99,6 +111,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 24 2008 Rex Dieter - 1.10-1 +- alpine-1.10 +- cosmetic (Build)Req cleanup + * Tue Feb 19 2008 Fedora Release Engineering - 1.00-3 - Autorebuild for GCC 4.3 diff --git a/sources b/sources index 390ffbe..c895ed8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c5dad25d8f848cad0e3077edd3038c43 alpine-1.00.tar.bz2 +c507684620766ed091186785a0dccbca alpine-1.10.tar.bz2