SHA256
1
0
forked from pool/xemacs
OBS User unknown
2007-05-08 18:11:02 +00:00
committed by Git OBS Bridge
parent 5031a18bbb
commit 8add233c51
3 changed files with 183 additions and 232 deletions

View File

@@ -31,7 +31,7 @@ Prereq: permissions
Requires: xemacs-info xemacs-packages ctags
Autoreqprov: on
Version: 21.5.27.20070507
Release: 1
Release: 3
Summary: XEmacs
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Howto get the cvs tree of XEmacs:
@@ -137,7 +137,7 @@ Authors:
%setup -q -n xemacs-%{version}
%patch3 -p0 -b .appdef
#%patch5 -p1 -b .fontmenu # appears to be not needed anymore
%patch13 -p1 -b .ia64
%patch13 -p1
%patch14 -p1
%patch18 -p0 -b .xevent
%patch19 -p1 -b .ppc
@@ -420,7 +420,7 @@ install -m 0644 suse/README.SuSE $RPM_BUILD_ROOT/%{_docdir}/xemacs/README.SuSE
ln -sf /usr/share/xemacs/%{version}/etc $RPM_BUILD_ROOT/%{_docdir}/xemacs/etc
#
# replace buildroot in comments in .elc files by spaces with the same total length:
RPM_BUILD_ROOT_REPLACEMENT=$(echo "$RPM_BUILD_ROOT" | tr [:print:] ' ')
RPM_BUILD_ROOT_REPLACEMENT=$(echo "$RPM_BUILD_ROOT" | tr '[:print:]' ' ')
for i in $(find $RPM_BUILD_ROOT -name "*.elc")
do
perl -pi -e "s|(;;; from file )$RPM_BUILD_ROOT(/usr/share/xemacs/.*)|\1$RPM_BUILD_ROOT_REPLACEMENT\2|" $i
@@ -552,6 +552,8 @@ mv $RPM_BUILD_ROOT/usr/share/applications/xemacs.desktop.new $RPM_BUILD_ROOT/usr
%dir /usr/share/xemacs/site-packages/lisp/term/
%changelog
* Tue May 08 2007 - schwab@suse.de
- Repair ia64 configuration.
* Mon May 07 2007 - mfabian@suse.de
- update to 21.5.27.20070507. From the CHANGES-beta file:
Get X11 window property correctly on 64-bit platforms