Update to alpine 1.10

This commit is contained in:
Joshua Daniel Franklin 2008-03-24 18:22:47 +00:00
commit a2df55b70d
3 changed files with 38 additions and 9 deletions

View file

@ -1 +1 @@
alpine-1.00.tar.bz2
alpine-1.10.tar.bz2

View file

@ -2,17 +2,16 @@
Summary: UW Alpine mail user agent
Name: alpine
Version: 1.00
Release: 2%{?dist}
Version: 1.10
Release: 4%{?dist}
License: Apache Software License
License: ASL 2.0
Group: Applications/Internet
URL: http://www.washington.edu/alpine
# FTP: ftp://ftp.cac.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 \
--enable-debug=no \
--without-tcl \
--with-c-client-target=lfd \
--with-passfile=.alpine.passfile \
@ -99,6 +111,23 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Mar 24 2008 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 1.10-4
- No changes; Bump for tag system
* Mon Mar 24 2008 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 1.10-3
- No changes; Bump for tag system
* Mon Mar 24 2008 Joshua Daniel Franklin <joshuadfranklin@yahoo.com> 1.10-2
- Change License string to "ASL 2.0" instead of "Apache Software License"
- Disable debug files with "--enable-debug=no" (BZ #427013)
* Mon Mar 24 2008 Rex Dieter <rdieter@fedoraproject.org> - 1.10-1
- alpine-1.10
- cosmetic (Build)Req cleanup
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.00-3
- Autorebuild for GCC 4.3
* Fri Dec 22 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.00-2
- --with-system-pinerc=%%_sysconfdir/pine.conf
--with-system-fixed-pinerc=%%_sysconfdir/pine.conf.fixed (#426512)

View file

@ -1 +1 @@
c5dad25d8f848cad0e3077edd3038c43 alpine-1.00.tar.bz2
c507684620766ed091186785a0dccbca alpine-1.10.tar.bz2