- 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
|
GenericName=Terminal
|
||||||
Comment=Terminal emulator for the X Window System
|
Comment=Terminal emulator for the X Window System
|
||||||
Exec=xterm
|
Exec=xterm
|
||||||
|
Icon=gnome-xterm.png
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=System;TerminalEmulator;
|
Categories=System;TerminalEmulator;
|
||||||
|
17
xterm.spec
17
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: 223
|
Version: 224
|
||||||
Release: 3%{?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,7 @@ 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-223-fontsize.patch
|
Patch4: xterm-224-setegid.patch
|
||||||
Patch5: xterm-223-border.patch
|
|
||||||
|
|
||||||
%{?!enable_trace: %define enable_trace 0}
|
%{?!enable_trace: %define enable_trace 0}
|
||||||
|
|
||||||
@ -34,8 +33,7 @@ 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 .fontsize
|
%patch4 -p1 -b .setegid
|
||||||
%patch5 -p1 -b .border
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -49,7 +47,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 \
|
||||||
--with-utmp-setgid=utempter \
|
--disable-setuid \
|
||||||
--disable-full-tgetent
|
--disable-full-tgetent
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -81,6 +79,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{x11_app_defaults_dir}/XTerm-color
|
%{x11_app_defaults_dir}/XTerm-color
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 07 2007 Miroslav Lichvar <mlichvar@redhat.com> 223-3
|
||||||
- spec cleanup (#226660)
|
- spec cleanup (#226660)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user