[alpine/el5] Update to 2.02

Joshua Daniel Franklin joshuadf at fedoraproject.org
Wed Dec 28 23:42:04 UTC 2011


commit d18633bd1ab8cda7bf96240aa6a29ec178166b52
Author: Joshua Daniel Franklin <joshuadfranklin at yahoo.com>
Date:   Wed Dec 28 15:32:49 2011 -0800

    Update to 2.02

 .gitignore  |    3 ++
 alpine.spec |   82 +++++++++++++++++++++++++++++++++++++++++++++++++---------
 sources     |    2 +-
 3 files changed, 73 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 71a0b76..dcdc41a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
 alpine-2.00.tar.bz2
+/re-alpine-2.02.tar.bz2
+/re-alpine-2.02-openssl.patch
+/README.fedora
diff --git a/alpine.spec b/alpine.spec
index 4ed3110..087be79 100644
--- a/alpine.spec
+++ b/alpine.spec
@@ -1,16 +1,15 @@
 # Fedora review: http://bugzilla.redhat.com/249365
 
-Summary: UW Alpine mail user agent
+Summary: powerful, easy to use console email client
 Name: alpine
-Version: 2.00 
-Release: 1%{?dist}
+Version: 2.02
+Release: 3%{?dist}
 
 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
+URL: http://re-alpine.sourceforge.net/ 
+Source0:  http://downloads.sourceforge.net/sourceforge/re-alpine/re-alpine-%{version}%{?pre}.tar.bz2
+Source1:  README.fedora
 
 # Using "Conflicts" instead of Obsoletes because while alpine is substantially
 # compatible with pine the change to Unicode breaks important user
@@ -26,16 +25,25 @@ Source0: ftp://ftp.cac.washington.edu/alpine/alpine-%{version}.tar.bz2
 Conflicts: pine
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-BuildRequires: aspell
+Provides: re-alpine = %{version}-%{release}
+
+## upstreamed patch: hopefully fix ftbfs openssl issues once and for all (sf bug #3027341)  
+# this one maybe already, recall grumblings onlinst awhile back -- Rex
+Patch50: re-alpine-2.02-openssl.patch
+
+#BuildRequires: automake libtool
 BuildRequires: gettext
-BuildRequires: inews
+BuildRequires: aspell
+## passing --with-npa=/usr/bin/inews
+#BuildRequires: inews
 BuildRequires: krb5-devel
 BuildRequires: ncurses-devel 
 BuildRequires: openldap-devel
 BuildRequires: openssl-devel
 BuildRequires: pam-devel
 BuildRequires: passwd
-BuildRequires: sendmail /usr/sbin/sendmail
+# passing --with-smtp-msa=/usr/sbin/sendmail instead
+#BuildRequires: /usr/sbin/sendmail 
 
 Requires: aspell
 Requires: mailcap
@@ -61,7 +69,13 @@ GNU Build System's autotools.
 
 
 %prep
-%setup -q
+%setup -q -n re-alpine-%{version}
+
+cp -p %{SOURCE1} .
+
+%patch50 -p1 -b .openssl
+
+#autoreconf -f -i
 
 
 %build
@@ -71,8 +85,11 @@ touch imap/ip6
   --enable-debug=no \
   --without-tcl \
   --with-c-client-target=lfd \
+  --with-smtp-msa=/usr/sbin/sendmail \
+  --with-npa=/usr/bin/inews \
   --with-passfile=.alpine.passfile \
-  --with-spellcheck-prog=aspell \
+  --with-simple-spellcheck=aspell \
+  --with-interactive-spellcheck=aspell \
   --with-system-pinerc=%{_sysconfdir}/pine.conf \
   --with-system-fixed-pinerc=%{_sysconfdir}/pine.conf.fixed
 
@@ -95,7 +112,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README LICENSE doc/tech-notes.txt
+%doc README.fedora README LICENSE doc/tech-notes.txt
 %ghost %config(noreplace) %{_sysconfdir}/pine.conf
 %ghost %config(noreplace) %{_sysconfdir}/pine.conf.fixed
 %{_bindir}/alpine
@@ -111,6 +128,45 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+
+* Wed Dec 28 2011 Joshua Daniel Franklin <joshuadfranklin at yahoo.com> 2.02-3
+- Add README.fedora (#427561)
+- Remove short-term gcc workaround (#496400)
+
+* Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.02-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Fri Oct 08 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.02-1
+- re-alpine-2.02 (#465341)
+
+* Mon Jul 19 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.00-9
+- --with-npa=/usr/bin/inews
+- --with-smtp-msa=/usr/sbin/sendmail
+
+* Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 2.00-8
+- rebuilt with new openssl
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.00-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Jul 02 2009 Caolán McNamara <caolanm at redhat.com> - 2.00-6
+- --with-spellcheck-prog isn't a configure option use
+  --with-simple-spellcheck/--with-interactive-spellcheck and patch
+  to prefer hunspell to aspell (#509387)
+
+* Wed May 06 2009 Rex Dieter <rdieter at fedoraproject.org> - 2.00-5
+- "reply to all recipients" doesn't include anyone on the Cc list (#496400)
+
+* Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.00-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Jan 15 2009 Tomas Mraz <tmraz at redhat.com> 2.00-3
+- rebuild with new openssl
+
+* Wed Nov 26 2008 Joshua Daniel Franklin <joshuadfranklin at yahoo.com> 2.00-2
+- Fix package Summary text to not include package name
+- http://www.redhat.com/archives/fedora-devel-list/2008-November/msg01484.html
+
 * Wed Aug 27 2008 Rex Dieter <rdieter at fedoraproject.org> 2.00-1
 - alpine-2.00 (#460332)
 
diff --git a/sources b/sources
index b4072d9..b4707d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-84e44cbf71ed674800a5d57eed9c1c52  alpine-2.00.tar.bz2
+5b6f93ec7414c2a794480691a3beae24  README.fedora


More information about the scm-commits mailing list