- update to 225
This commit is contained in:
parent
85076cd4c1
commit
f19c02dc97
@ -1,2 +1,2 @@
|
|||||||
16colors.txt
|
16colors.txt
|
||||||
xterm-224.tgz
|
xterm-225.tgz
|
||||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
|||||||
6093439b8d79089f4ff1cdfed358b401 16colors.txt
|
6093439b8d79089f4ff1cdfed358b401 16colors.txt
|
||||||
7e9f042873eb1927934d21733f9a2e1a xterm-224.tgz
|
dbd31341a9ccb982647416e8d27b0f00 xterm-225.tgz
|
||||||
|
13
xterm.spec
13
xterm.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Terminal emulator for the X Window System
|
Summary: Terminal emulator for the X Window System
|
||||||
Name: xterm
|
Name: xterm
|
||||||
Version: 224
|
Version: 225
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://dickey.his.com/xterm
|
URL: http://dickey.his.com/xterm
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -16,8 +16,6 @@ Source2: %{name}.desktop
|
|||||||
Patch1: xterm-223-resources.patch
|
Patch1: xterm-223-resources.patch
|
||||||
Patch2: xterm-222-can-2003-0063.patch
|
Patch2: xterm-222-can-2003-0063.patch
|
||||||
Patch3: xterm-222-man-page_paths.patch
|
Patch3: xterm-222-man-page_paths.patch
|
||||||
Patch4: xterm-224-setegid.patch
|
|
||||||
Patch5: xterm-224-setbg.patch
|
|
||||||
|
|
||||||
%{?!enable_trace: %define enable_trace 0}
|
%{?!enable_trace: %define enable_trace 0}
|
||||||
|
|
||||||
@ -34,8 +32,6 @@ programs that can't use the window system directly.
|
|||||||
%patch1 -p1 -b .redhat-resources
|
%patch1 -p1 -b .redhat-resources
|
||||||
%patch2 -p1 -b .can-2003-0063
|
%patch2 -p1 -b .can-2003-0063
|
||||||
%patch3 -p1 -b .man-page_paths
|
%patch3 -p1 -b .man-page_paths
|
||||||
%patch4 -p1 -b .setegid
|
|
||||||
%patch5 -p1 -b .setbg
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -49,7 +45,7 @@ programs that can't use the window system directly.
|
|||||||
--with-app-defaults=%{x11_app_defaults_dir} \
|
--with-app-defaults=%{x11_app_defaults_dir} \
|
||||||
--with-utempter \
|
--with-utempter \
|
||||||
--with-tty-group=tty \
|
--with-tty-group=tty \
|
||||||
--disable-setuid \
|
--disable-setgid \
|
||||||
--disable-full-tgetent
|
--disable-full-tgetent
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -81,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{x11_app_defaults_dir}/XTerm-color
|
%{x11_app_defaults_dir}/XTerm-color
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 27 2007 Miroslav Lichvar <mlichvar@redhat.com> 225-1
|
||||||
|
- update to 225
|
||||||
|
|
||||||
* Tue Mar 20 2007 Miroslav Lichvar <mlichvar@redhat.com> 224-2
|
* Tue Mar 20 2007 Miroslav Lichvar <mlichvar@redhat.com> 224-2
|
||||||
- fix background color setting in alternate screen
|
- fix background color setting in alternate screen
|
||||||
- don't display xterm in menus (#231000)
|
- don't display xterm in menus (#231000)
|
||||||
|
Loading…
Reference in New Issue
Block a user