Added option to spec file to allow easy rebuilding with 256 color option
for those who prefer this non-default behaviour (#103402)
This commit is contained in:
parent
f503ebd0e3
commit
d17020c011
12
xterm.spec
12
xterm.spec
@ -4,7 +4,7 @@
|
||||
Summary: xterm terminal emulator for the X Window System
|
||||
Name: xterm
|
||||
Version: 200
|
||||
Release: 5
|
||||
Release: 6
|
||||
URL: http://dickey.his.com/xterm
|
||||
License: MIT
|
||||
Group: User Interface/X
|
||||
@ -34,7 +34,11 @@ programs that can't use the window system directly.
|
||||
%endif
|
||||
|
||||
%build
|
||||
%configure --enable-luit --enable-warnings --enable-wide-chars --with-utempter
|
||||
%configure --enable-luit \
|
||||
--enable-warnings \
|
||||
--enable-wide-chars \
|
||||
--with-utempter \
|
||||
%{?_with_256_color:--enable-256-color}
|
||||
make
|
||||
|
||||
%install
|
||||
@ -72,6 +76,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_x11bindir}/xterm
|
||||
|
||||
%changelog
|
||||
* Sat Apr 16 2005 Mike A. Harris <mharris@redhat.com> 200-6
|
||||
- Added option to spec file to allow easy rebuilding with 256 color option
|
||||
for those who prefer this non-default behaviour (#103402)
|
||||
|
||||
* Tue Mar 8 2005 Soeren Sandmann <sandmann@redhat.com> 200-5
|
||||
- Ported xterm-resources-redhat.patch to newer xterms. (#126855)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user