Accepting request 52487 from M17N
Accepted submit request 52487 from user coolo OBS-URL: https://build.opensuse.org/request/show/52487 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xemacs?expand=0&rev=53
This commit is contained in:
commit
cdf173c0fb
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 8 14:13:58 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- remove support for pre-9.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 7 12:47:07 UTC 2010 - aj@suse.de
|
Tue Sep 7 12:47:07 UTC 2010 - aj@suse.de
|
||||||
|
|
||||||
|
33
xemacs.spec
33
xemacs.spec
@ -28,17 +28,10 @@ BuildRequires: gpm-devel
|
|||||||
BuildRequires: gpm
|
BuildRequires: gpm
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%(xft-config --prefix)" == "/usr"
|
|
||||||
%define appdefdir /usr/share/X11
|
%define appdefdir /usr/share/X11
|
||||||
%define xbindir /usr/bin
|
%define xbindir /usr/bin
|
||||||
%define xincludes /usr/include
|
%define xincludes /usr/include
|
||||||
%define xlibraries /usr/%{_lib}
|
%define xlibraries /usr/%{_lib}
|
||||||
%else
|
|
||||||
%define appdefdir /usr/X11R6/lib/X11
|
|
||||||
%define xbindir /usr/X11R6/bin
|
|
||||||
%define xincludes /usr/X11R6/include
|
|
||||||
%define xlibraries /usr/X11R6/%{_lib}
|
|
||||||
%endif
|
|
||||||
%define _id b604d235f028
|
%define _id b604d235f028
|
||||||
%define _hg beta-%{_id}
|
%define _hg beta-%{_id}
|
||||||
Url: http://www.xemacs.org
|
Url: http://www.xemacs.org
|
||||||
@ -107,16 +100,6 @@ Lisp macros are not necessarily interchangeable between GNU-Emacs and
|
|||||||
XEmacs. This is mainly important for translated .elc files and the key
|
XEmacs. This is mainly important for translated .elc files and the key
|
||||||
macros.
|
macros.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Chuck Thompson <cthomp@cs.uiuc.edu>
|
|
||||||
|
|
||||||
Ben Wing <wing@666.com>
|
|
||||||
|
|
||||||
and many other contributors
|
|
||||||
|
|
||||||
%package -n xemacs-el
|
%package -n xemacs-el
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Requires: xemacs == %{version}-%{release}
|
Requires: xemacs == %{version}-%{release}
|
||||||
@ -135,14 +118,6 @@ necessary at runtime. The true XEmacs addict will install them
|
|||||||
nevertheless because it is often useful and enlightening to have a look
|
nevertheless because it is often useful and enlightening to have a look
|
||||||
at the Lisp sources.
|
at the Lisp sources.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Chuck Thompson <cthomp@cs.uiuc.edu>
|
|
||||||
Ben Wing <wing@666.com>
|
|
||||||
and many other contributors
|
|
||||||
|
|
||||||
%package -n xemacs-info
|
%package -n xemacs-info
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Requires: xemacs-packages-info
|
Requires: xemacs-packages-info
|
||||||
@ -157,14 +132,6 @@ BuildArch: noarch
|
|||||||
This package contains all info files for XEmacs. All these files can be
|
This package contains all info files for XEmacs. All these files can be
|
||||||
read online with XEmacs and describe XEmacs and some of its modes.
|
read online with XEmacs and describe XEmacs and some of its modes.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Authors:
|
|
||||||
--------
|
|
||||||
Chuck Thompson <cthomp@cs.uiuc.edu>
|
|
||||||
Ben Wing <wing@666.com>
|
|
||||||
and many other contributors
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
# Currently XEmacs is not fully usable for Xfreetype support
|
# Currently XEmacs is not fully usable for Xfreetype support
|
||||||
# therefore we use XFontSet support:
|
# therefore we use XFontSet support:
|
||||||
|
Loading…
Reference in New Issue
Block a user