This commit is contained in:
parent
7311c91c45
commit
f6802d7e0b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 05 14:58:29 CET 2007 - mfabian@suse.de
|
||||
|
||||
- remove openldap2 from BuildRequires.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 04 12:52:19 CEST 2007 - mfabian@suse.de
|
||||
|
||||
|
23
xemacs.spec
23
xemacs.spec
@ -11,7 +11,7 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: xemacs
|
||||
BuildRequires: canna-devel compface db-devel fwnndev gcc-c++ gdbm-devel gpm krb5 libpng-devel libtiff-devel ncurses-devel openldap2 openldap2-devel texinfo update-desktop-files xorg-x11 xorg-x11-devel
|
||||
BuildRequires: canna-devel compface db-devel fwnndev gcc-c++ gdbm-devel gpm krb5 libpng-devel libtiff-devel ncurses-devel openldap2-devel texinfo update-desktop-files xorg-x11 xorg-x11-devel
|
||||
%if %suse_version > 1020
|
||||
BuildRequires: xaw3d-devel
|
||||
%else
|
||||
@ -28,16 +28,16 @@ BuildRequires: xaw3d
|
||||
%define xincludes /usr/X11R6/include
|
||||
%define xlibraries /usr/X11R6/%{_lib}
|
||||
%endif
|
||||
URL: http://www.xemacs.org
|
||||
Url: http://www.xemacs.org
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Editors/Emacs
|
||||
Obsoletes: xe_exec
|
||||
Prereq: permissions
|
||||
PreReq: permissions
|
||||
Requires: xemacs-info xemacs-packages ctags
|
||||
Conflicts: gnuserv
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
Version: 21.5.28.20070807
|
||||
Release: 16
|
||||
Release: 44
|
||||
Summary: XEmacs
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# Howto get the cvs tree of XEmacs:
|
||||
@ -107,13 +107,12 @@ Authors:
|
||||
|
||||
and many other contributors
|
||||
|
||||
Summary: XEmacs
|
||||
%package -n xemacs-el
|
||||
Obsoletes: xe_lisp
|
||||
Requires: xemacs xemacs-packages-el
|
||||
Summary: Emacs-Lisp source files for XEmacs
|
||||
Group: Productivity/Editors/Emacs
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n xemacs-el
|
||||
Most Emacs-Lisp source files are not needed for running XEmacs. Most of
|
||||
@ -135,7 +134,7 @@ Obsoletes: xe_info
|
||||
Requires: xemacs-packages-info
|
||||
Summary: Info Files for XEmacs
|
||||
Group: Productivity/Editors/Emacs
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n xemacs-info
|
||||
This package contains all info files for XEmacs. All these files can be
|
||||
@ -210,11 +209,7 @@ VERSION=%{version}
|
||||
LIB=/usr/lib
|
||||
SYS=${RPM_ARCH}-suse-linux
|
||||
%ifarch %ix86
|
||||
# %if %suse_version > 800
|
||||
# LOOP="-fprefetch-loop-arrays -funroll-loops"
|
||||
# %else
|
||||
# LOOP='-m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2'
|
||||
# %endif
|
||||
%endif
|
||||
INFO=${SHARE}/xemacs/info
|
||||
LIBEXEC=${LIB}/xemacs/${VERSION}
|
||||
@ -381,7 +376,6 @@ install -m 644 $RPM_SOURCE_DIR/fix-load-history.el \
|
||||
rm -rf $RPM_BUILD_ROOT/usr/share/xemacs/%{version}/src/
|
||||
rm -rf $RPM_BUILD_ROOT/usr/share/xemacs/%{version}/lib-src/
|
||||
rm -f $RPM_BUILD_ROOT/usr/share/xemacs/%{version}/Installation
|
||||
|
||||
######################################################################
|
||||
test -L $RPM_BUILD_ROOT%{xbindir}/xemacs && \
|
||||
rm $RPM_BUILD_ROOT%{xbindir}/xemacs
|
||||
@ -486,7 +480,6 @@ rm -rf $RPM_BUILD_ROOT/usr/lib/xemacs/%{version}/*-suse-linux/include/
|
||||
|
||||
%post
|
||||
%run_permissions
|
||||
|
||||
%verifyscript
|
||||
%if %suse_version > 920
|
||||
%verify_permissions -e %{xbindir}/xemacs -e /var/lib/xemacs/lock
|
||||
@ -581,6 +574,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir /usr/share/xemacs/site-packages/lisp/term/
|
||||
|
||||
%changelog
|
||||
* Wed Dec 05 2007 - mfabian@suse.de
|
||||
- remove openldap2 from BuildRequires.
|
||||
* Tue Sep 04 2007 - mfabian@suse.de
|
||||
- Bugzilla #307313: use (mwheel-install) to enable mouse wheel
|
||||
support and remove the old hacks for mouse wheel support from
|
||||
|
Loading…
Reference in New Issue
Block a user