Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9e8d686b3 | ||
|
|
31762980f6 | ||
|
|
327711f36f | ||
|
|
3fd7aa8dd6 |
4 changed files with 23 additions and 22 deletions
0
.cvsignore → .gitignore
vendored
0
.cvsignore → .gitignore
vendored
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: alpine
|
||||
# $Id$
|
||||
NAME := alpine
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
11
alpine-2.00-gcc44_reply_hack.patch
Normal file
11
alpine-2.00-gcc44_reply_hack.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
diff -up alpine-2.00/pith/reply.c.gcc44 alpine-2.00/pith/reply.c
|
||||
--- alpine-2.00/pith/reply.c.gcc44 2008-06-03 14:27:23.000000000 -0500
|
||||
+++ alpine-2.00/pith/reply.c 2009-05-06 08:07:27.000000000 -0500
|
||||
@@ -357,6 +357,7 @@ set_role_from_msg(struct pine *ps, long
|
||||
* reply_seed - fill in reply header
|
||||
*
|
||||
*/
|
||||
+__attribute__((__optimize__(0)))
|
||||
void
|
||||
reply_seed(struct pine *ps, ENVELOPE *outgoing, ENVELOPE *env,
|
||||
struct mail_address *saved_from, struct mail_address *saved_to,
|
||||
13
alpine.spec
13
alpine.spec
|
|
@ -3,7 +3,7 @@
|
|||
Summary: powerful, easy to use console email client
|
||||
Name: alpine
|
||||
Version: 2.00
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
|
||||
License: ASL 2.0
|
||||
Group: Applications/Internet
|
||||
|
|
@ -26,6 +26,10 @@ Source0: ftp://ftp.cac.washington.edu/alpine/alpine-%{version}.tar.bz2
|
|||
Conflicts: pine
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
# short-term workaround until gcc is fixed
|
||||
# http://bugzilla.redhat.com/496400
|
||||
Patch1: alpine-2.00-gcc44_reply_hack.patch
|
||||
|
||||
BuildRequires: aspell
|
||||
BuildRequires: gettext
|
||||
BuildRequires: inews
|
||||
|
|
@ -63,6 +67,10 @@ GNU Build System's autotools.
|
|||
%prep
|
||||
%setup -q
|
||||
|
||||
#if 0%{?fedora} > 10
|
||||
%patch1 -p1 -b .gcc44_reply_hack
|
||||
#endif
|
||||
|
||||
|
||||
%build
|
||||
touch imap/ip6
|
||||
|
|
@ -111,6 +119,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed May 06 2009 Rex Dieter <rdieter@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@lists.fedoraproject.org> - 2.00-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue