SHA256
1
0
forked from pool/xemacs
OBS User unknown
2007-12-20 15:57:02 +00:00
committed by Git OBS Bridge
parent 3fea2db2bc
commit c4b3259201
6 changed files with 15 additions and 81 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package xemacs (Version 21.5.28.20070807)
# spec file for package xemacs (Version 21.5.28.20071220)
#
# 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.20070807
Release: 46
Version: 21.5.28.20071220
Release: 1
Summary: XEmacs
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Howto get the cvs tree of XEmacs:
@@ -85,7 +85,6 @@ Patch42: build-fix-ccl-load-problem.patch
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
@@ -175,7 +174,6 @@ Authors:
%patch43 -p1
%patch45 -p0
%patch292811 -p1
%patch294746 -p1
%patch301352 -p1
%patch0 -p1
find lisp/ etc/ -name '*.elc' | xargs -r rm -f
@@ -579,6 +577,9 @@ rm -rf $RPM_BUILD_ROOT
%dir /usr/share/xemacs/site-packages/lisp/term/
%changelog
* Thu Dec 20 2007 - ro@suse.de
- update to CVS of 20071220
- deleted bugzilla-294746-support-windows-1252.patch (upstream)
* Fri Dec 14 2007 - ro@suse.de
- move /etc/skel/.xemacs/init.el to this package
* Wed Dec 05 2007 - mfabian@suse.de