forked from pool/xemacs
This commit is contained in:
committed by
Git OBS Bridge
parent
56b37510e3
commit
85ba744178
27
xemacs.spec
27
xemacs.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package xemacs (Version 21.5.28)
|
||||
# spec file for package xemacs (Version 21.5.28.20070730)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -36,8 +36,8 @@ Prereq: permissions
|
||||
Requires: xemacs-info xemacs-packages ctags
|
||||
Conflicts: gnuserv
|
||||
Autoreqprov: on
|
||||
Version: 21.5.28
|
||||
Release: 21
|
||||
Version: 21.5.28.20070730
|
||||
Release: 1
|
||||
Summary: XEmacs
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# Howto get the cvs tree of XEmacs:
|
||||
@@ -53,7 +53,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# cd ..
|
||||
# Now make a tar.bz2 file from the contents of the "packages" directory:
|
||||
# tar jcvf xemacs-<version>.tar.bz2 xemacs-<version>/
|
||||
Source0: ftp://ftp.xemacs.org/xemacs-21.5/xemacs-21.5.28.tar.bz2
|
||||
Source0: ftp://ftp.xemacs.org/xemacs-21.5/xemacs-%{version}.tar.bz2
|
||||
Source1: xe-list.el
|
||||
Source2: fix-load-history.el
|
||||
Source3: xemacs.desktop
|
||||
@@ -71,7 +71,6 @@ Patch20: xemacs-21.4.13-ppc64.patch
|
||||
Patch22: destdir.patch
|
||||
Patch23: xemacs-ptmx.dif
|
||||
Patch25: gnomebug.patch
|
||||
Patch26: xemacs-vendor.patch
|
||||
Patch27: xemacs-level3.patch
|
||||
Patch28: xemacs-21.5.18-movemail.patch
|
||||
Patch32: do-not-create-backups-in-temp-directories.patch
|
||||
@@ -79,8 +78,9 @@ Patch33: set-locale-to-c-when-not-supported-by-x.patch
|
||||
Patch34: suppress-warning-about-undefined-unicode-key-mappings.patch
|
||||
Patch38: unitialized-variables.patch
|
||||
Patch40: cast-pointer-integer-different-size.patch
|
||||
Patch41: bugzilla-294746-set-language-unicode-precedence-list-at-startup.patch
|
||||
Patch292811: bugzilla-292811-make-x-make-font-bold-italic-xft-work.patch
|
||||
Patch293109: bugzilla-293109-w3m-el-under-xemacs-cannot-display-utf-8-encoded-web-pages-containing-fffd.patch
|
||||
Patch294746: bugzilla-294746-support-windows-1252.patch
|
||||
|
||||
%description
|
||||
This is the current version of XEmacs, formerly known as Lucid-Emacs.
|
||||
@@ -158,7 +158,6 @@ Authors:
|
||||
#%patch24 -p1
|
||||
#triggers #103040
|
||||
#%patch25 -p1
|
||||
%patch26 -p1
|
||||
%patch27 -p1 -b .lvl3
|
||||
%patch28 -p1 -b .movemail
|
||||
%patch32 -p1
|
||||
@@ -166,8 +165,9 @@ Authors:
|
||||
#%patch34 -p1
|
||||
%patch38 -p1
|
||||
%patch40 -p1
|
||||
%patch41 -p1
|
||||
%patch292811 -p1
|
||||
%patch293109 -p1
|
||||
%patch294746 -p1
|
||||
%patch0 -p1
|
||||
find lisp/ etc/ -name '*.elc' | xargs -r rm -f
|
||||
%ifarch ia64
|
||||
@@ -562,6 +562,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir /usr/share/xemacs/site-packages/lisp/term/
|
||||
|
||||
%changelog
|
||||
* Mon Jul 30 2007 - mfabian@suse.de
|
||||
- update to 21.5.28.20070730
|
||||
- remove bugzilla-293109-w3m-el-under-xemacs-cannot-display-utf-8-encoded-web-pages-containing-fffd.patch
|
||||
(included upstream).
|
||||
- set language-unicode-precedence-list in startup.el to get
|
||||
characters like '”' U+201D (RIGHT DOUBLE QUOTATION MARK)
|
||||
treated as single width consistently.
|
||||
* Thu Jul 26 2007 - mfabian@suse.de
|
||||
- Bugzilla #294746: update to 21.5.28.20070726 to
|
||||
get support for windows-1252 encoding.
|
||||
- remove xemacs-vendor.path (included upstream).
|
||||
* Wed Jul 25 2007 - mfabian@suse.de
|
||||
- Bugzilla #293109: map the problematic characters in Big5 to
|
||||
the private use area instead of not mapping them at all.
|
||||
|
Reference in New Issue
Block a user