- update to 224
- drop utempter group before creating pty - add Icon to desktop file (#227925) Resolves: #227925
This commit is contained in:
parent
c3cb4a2a06
commit
e76042ccc5
@ -4,5 +4,6 @@ Name=xterm Terminal
|
||||
GenericName=Terminal
|
||||
Comment=Terminal emulator for the X Window System
|
||||
Exec=xterm
|
||||
Icon=gnome-xterm.png
|
||||
Type=Application
|
||||
Categories=System;TerminalEmulator;
|
||||
|
17
xterm.spec
17
xterm.spec
@ -1,7 +1,7 @@
|
||||
Summary: Terminal emulator for the X Window System
|
||||
Name: xterm
|
||||
Version: 223
|
||||
Release: 3%{?dist}
|
||||
Version: 224
|
||||
Release: 1%{?dist}
|
||||
URL: http://dickey.his.com/xterm
|
||||
License: MIT
|
||||
Group: User Interface/X
|
||||
@ -16,8 +16,7 @@ Source2: %{name}.desktop
|
||||
Patch1: xterm-223-resources.patch
|
||||
Patch2: xterm-222-can-2003-0063.patch
|
||||
Patch3: xterm-222-man-page_paths.patch
|
||||
Patch4: xterm-223-fontsize.patch
|
||||
Patch5: xterm-223-border.patch
|
||||
Patch4: xterm-224-setegid.patch
|
||||
|
||||
%{?!enable_trace: %define enable_trace 0}
|
||||
|
||||
@ -34,8 +33,7 @@ programs that can't use the window system directly.
|
||||
%patch1 -p1 -b .redhat-resources
|
||||
%patch2 -p1 -b .can-2003-0063
|
||||
%patch3 -p1 -b .man-page_paths
|
||||
%patch4 -p1 -b .fontsize
|
||||
%patch5 -p1 -b .border
|
||||
%patch4 -p1 -b .setegid
|
||||
|
||||
%build
|
||||
%configure \
|
||||
@ -49,7 +47,7 @@ programs that can't use the window system directly.
|
||||
--with-app-defaults=%{x11_app_defaults_dir} \
|
||||
--with-utempter \
|
||||
--with-tty-group=tty \
|
||||
--with-utmp-setgid=utempter \
|
||||
--disable-setuid \
|
||||
--disable-full-tgetent
|
||||
|
||||
make %{?_smp_mflags}
|
||||
@ -81,6 +79,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{x11_app_defaults_dir}/XTerm-color
|
||||
|
||||
%changelog
|
||||
* Fri Feb 16 2007 Miroslav Lichvar <mlichvar@redhat.com> 224-1
|
||||
- update to 224
|
||||
- drop utempter group before creating pty
|
||||
- add Icon to desktop file (#227925)
|
||||
|
||||
* Wed Feb 07 2007 Miroslav Lichvar <mlichvar@redhat.com> 223-3
|
||||
- spec cleanup (#226660)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user