SHA256
1
0
forked from pool/xemacs
OBS User unknown
2007-08-24 00:11:34 +00:00
committed by Git OBS Bridge
parent 08f3a20346
commit 673355a56c
3 changed files with 52 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ Requires: xemacs-info xemacs-packages ctags
Conflicts: gnuserv
Autoreqprov: on
Version: 21.5.28.20070807
Release: 1
Release: 7
Summary: XEmacs
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Howto get the cvs tree of XEmacs:
@@ -85,6 +85,7 @@ Patch43: set-language-unicode-precedence-list.patch
Patch45: fix-defface-custom-modified-face.patch
Patch292811: bugzilla-292811-make-x-make-font-bold-italic-xft-work.patch
Patch294746: bugzilla-294746-support-windows-1252.patch
Patch301352: bugzilla-301352-fix-wrong-incrementing-in-macros.patch
%description
This is the current version of XEmacs, formerly known as Lucid-Emacs.
@@ -175,6 +176,7 @@ Authors:
%patch45 -p0
%patch292811 -p1
%patch294746 -p1
%patch301352 -p1
%patch0 -p1
find lisp/ etc/ -name '*.elc' | xargs -r rm -f
%ifarch ia64
@@ -227,6 +229,10 @@ LIBEXEC=${LIB}/xemacs/${VERSION}
%ifarch s390x
CFLAGS="$CFLAGS -O0"
%endif
# To to the menu translations, add:
# $CFLAGS="$CFLAGS -DPRINT_XLWMENU_RESOURCE_CONVERSIONS "
# this prints the Xresources used for the Menus to stdout
# when the Menus are used.
LDFLAGS=
export CFLAGS LDFLAGS
#
@@ -569,6 +575,8 @@ rm -rf $RPM_BUILD_ROOT
%dir /usr/share/xemacs/site-packages/lisp/term/
%changelog
* Tue Aug 21 2007 - mfabian@suse.de
- Bugzilla #301352: fix wrong incrementing in macros in mule-ccl.c.
* Tue Aug 07 2007 - mfabian@suse.de
- update to 21.5.28.20070807.
- remove w3-xft-problem.patch (included now).