This commit is contained in:
parent
52d77256f5
commit
99bb6b4ae9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 16 15:03:47 CEST 2007 - mfabian@suse.de
|
||||
|
||||
- enable Xft only for openSUSE >= 10.2.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 19:49:34 CEST 2007 - mfabian@suse.de
|
||||
|
||||
|
@ -37,7 +37,7 @@ Requires: xemacs-info xemacs-packages ctags
|
||||
Conflicts: gnuserv
|
||||
Autoreqprov: on
|
||||
Version: 21.5.28
|
||||
Release: 14
|
||||
Release: 15
|
||||
Summary: XEmacs
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# Howto get the cvs tree of XEmacs:
|
||||
@ -172,7 +172,11 @@ find lisp/ etc/ -name '*.elc' | xargs -r rm -f
|
||||
%define enable_pdump 1
|
||||
%endif
|
||||
%define enable_dump_in_exec 0
|
||||
%if %suse_version > 1010
|
||||
%define enable_xft 0%{?opensuse_bs}
|
||||
%else
|
||||
%define enable_xft 0
|
||||
%endif
|
||||
find . -name CVS -type d | xargs rm -rf
|
||||
find . -name .cvsignore -type f | xargs rm -f
|
||||
chmod -R u+w *
|
||||
@ -554,6 +558,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir /usr/share/xemacs/site-packages/lisp/term/
|
||||
|
||||
%changelog
|
||||
* Mon Jul 16 2007 - mfabian@suse.de
|
||||
- enable Xft only for openSUSE >= 10.2.
|
||||
* Fri Jul 13 2007 - mfabian@suse.de
|
||||
- enable the use of Xft if XEmacs is built in the openSUSE
|
||||
build service (keep using X11 core fonts when XEmacs is built
|
||||
|
Loading…
Reference in New Issue
Block a user