From d17020c011f0297713277775810f99a8f705ad29 Mon Sep 17 00:00:00 2001 From: mharris Date: Apr 16 2005 16:51:26 +0000 Subject: Added option to spec file to allow easy rebuilding with 256 color option for those who prefer this non-default behaviour (#103402) --- diff --git a/xterm.spec b/xterm.spec index 19bc3e4..69b67ad 100644 --- a/xterm.spec +++ b/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 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 200-5 - Ported xterm-resources-redhat.patch to newer xterms. (#126855)