SHA256
1
0
forked from pool/xemacs
OBS User unknown 2009-07-16 15:17:11 +00:00 committed by Git OBS Bridge
parent bdc19e9cdd
commit 07f4a2440e
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 15 11:43:40 CEST 2009 - werner@suse.de
- Make XFS the default
-------------------------------------------------------------------
Wed Jun 24 14:25:42 CEST 2009 - werner@suse.de

View File

@ -38,7 +38,7 @@ Requires: xemacs-info xemacs-packages ctags
Conflicts: gnuserv
AutoReqProv: on
Version: 21.5.29
Release: 2
Release: 3
Summary: XEmacs
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Howto get the cvs tree of XEmacs:
@ -176,7 +176,7 @@ echo Project='%_project'
echo Distribution='%distribution'
%endif
%endif
%{!?enable_xfs:%global enable_xfs 0}
%{!?enable_xfs:%global enable_xfs 1}
%if ! %enable_xfs
echo Use xft, requires X11, Xft, Xrender, freetype, and fontconfig support.
%else