088046
Summary: Terminal emulator for the X Window System
088046
Name: xterm
088046
Version: 295
088046
Release: 3%{?dist}
088046
URL: http://invisible-island.net/xterm
088046
License: MIT
088046
Group: User Interface/X
088046
BuildRequires: imake pkgconfig ncurses-devel libutempter-devel
088046
BuildRequires: libXft-devel libXaw-devel libXext-devel desktop-file-utils
088046
BuildRequires: libxkbfile-devel
088046
088046
Source0: ftp://invisible-island.net/xterm/%{name}-%{version}.tgz
088046
Source1: ftp://invisible-island.net/xterm/16colors.txt
088046
088046
Patch1: xterm-resources.patch
088046
Patch2: xterm-desktop.patch
088046
Patch3: xterm-man-paths.patch
088046
088046
%bcond_with trace
088046
088046
%global x11_app_defaults_dir %(pkg-config --variable appdefaultdir xt)
088046
088046
%description
088046
The xterm program is a terminal emulator for the X Window System. It
088046
provides DEC VT102 and Tektronix 4014 compatible terminals for
088046
programs that can't use the window system directly.
088046
088046
%prep
088046
%setup -q
088046
088046
%patch1 -p1 -b .resources
088046
%patch2 -p1 -b .desk
088046
%patch3 -p1 -b .man-paths
088046
088046
for f in THANKS; do
088046
	iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
088046
		touch -r ${f}{,_} && mv -f ${f}{_,}
088046
done
088046
088046
%build
088046
%configure \
088046
	--enable-meta-sends-esc \
088046
	--disable-backarrow-key \
088046
	--enable-256-color \
088046
	--enable-exec-xterm \
088046
	--enable-luit \
088046
%{?with_trace: --enable-trace} \
088046
	--enable-warnings \
088046
	--enable-wide-chars \
088046
	--with-app-defaults=%{x11_app_defaults_dir} \
088046
	--with-icon-theme=hicolor \
088046
	--with-icondir=%{_datadir}/icons \
088046
	--with-utempter \
088046
	--with-tty-group=tty \
088046
	--disable-full-tgetent
088046
088046
make %{?_smp_mflags}
088046
088046
%install
088046
make DESTDIR=$RPM_BUILD_ROOT install
088046
088046
cp -fp %{SOURCE1} 16colors.txt
088046
088046
desktop-file-install \
088046
%if 0%{?fedora} && 0%{?fedora} < 19
088046
	--vendor=fedora \
088046
%endif
088046
	--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
088046
	xterm.desktop
088046
088046
%post
088046
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
088046
088046
%postun
088046
if [ $1 -eq 0 ] ; then
088046
    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
088046
    /usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
088046
fi
088046
088046
%posttrans
088046
/usr/bin/gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || :
088046
088046
%files
088046
%doc xterm.log.html ctlseqs.txt 16colors.txt README.i18n THANKS
088046
%{_bindir}/xterm
088046
%{_bindir}/koi8rxterm
088046
%{_bindir}/resize
088046
%{_bindir}/uxterm
088046
%{_mandir}/man1/koi8rxterm.1*
088046
%{_mandir}/man1/resize.1*
088046
%{_mandir}/man1/uxterm.1*
088046
%{_mandir}/man1/xterm.1*
088046
%{_datadir}/applications/*xterm.desktop
088046
%{_datadir}/icons/hicolor/*/apps/xterm*
088046
%{_datadir}/pixmaps/*xterm*.xpm
088046
%{x11_app_defaults_dir}/KOI8RXTerm*
088046
%{x11_app_defaults_dir}/UXTerm*
088046
%{x11_app_defaults_dir}/XTerm*
088046
088046
%changelog
088046
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 295-3
088046
- Mass rebuild 2014-01-24
088046
088046
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 295-2
088046
- Mass rebuild 2013-12-27
088046
088046
* Wed Jul 10 2013 Miroslav Lichvar <mlichvar@redhat.com> 295-1
088046
- update to 295
088046
088046
* Wed May 29 2013 Miroslav Lichvar <mlichvar@redhat.com> 293-1
088046
- update to 293
088046
088046
* Mon Apr 29 2013 Miroslav Lichvar <mlichvar@redhat.com> 292-1
088046
- update to 292
088046
088046
* Thu Feb 28 2013 Miroslav Lichvar <mlichvar@redhat.com> 291-1
088046
- update to 291
088046
088046
* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 289-2
088046
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
088046
088046
* Fri Feb 08 2013 Miroslav Lichvar <mlichvar@redhat.com> 289-1
088046
- update to 289
088046
088046
* Thu Jan 10 2013 Miroslav Lichvar <mlichvar@redhat.com> 288-1
088046
- update to 288
088046
088046
* Mon Nov 26 2012 Miroslav Lichvar <mlichvar@redhat.com> 287-1
088046
- update to 287
088046
088046
* Tue Oct 30 2012 Miroslav Lichvar <mlichvar@redhat.com> 286-1
088046
- update to 286
088046
088046
* Mon Oct 15 2012 Miroslav Lichvar <mlichvar@redhat.com> 284-1
088046
- update to 284
088046
088046
* Wed Oct 10 2012 Miroslav Lichvar <mlichvar@redhat.com> 283-1
088046
- update to 283
088046
- install icon to hicolor theme and use it in desktop file (#804279)
088046
- use new configure options to set some resource defaults (#819588)
088046
- fix URL (#856957)
088046
- remove obsolete macros
088046
088046
* Thu Oct 04 2012 Rex Dieter <rdieter@fedoraproject.org> 278-4
088046
- revert bad -3 build
088046
088046
* Tue Sep 25 2012 Rex Dieter <rdieter@fedoraproject.org> 278-3
088046
- xterm.desktop: +Path=$HOME
088046
088046
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 278-2
088046
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
088046
088046
* Thu Jan 26 2012 Miroslav Lichvar <mlichvar@redhat.com> 278-1
088046
- update to 278
088046
088046
* Mon Jan 09 2012 Miroslav Lichvar <mlichvar@redhat.com> 277-1
088046
- update to 277
088046
088046
* Tue Oct 11 2011 Miroslav Lichvar <mlichvar@redhat.com> 276-1
088046
- update to 276
088046
088046
* Mon Sep 12 2011 Miroslav Lichvar <mlichvar@redhat.com> 275-1
088046
- update to 275
088046
088046
* Tue Aug 30 2011 Miroslav Lichvar <mlichvar@redhat.com> 273-1
088046
- update to 273
088046
088046
* Fri Jul 15 2011 Miroslav Lichvar <mlichvar@redhat.com> 271-1
088046
- update to 271
088046
088046
* Wed Apr 27 2011 Miroslav Lichvar <mlichvar@redhat.com> 270-1
088046
- update to 270
088046
088046
* Mon Feb 21 2011 Miroslav Lichvar <mlichvar@redhat.com> 269-1
088046
- update to 269
088046
088046
* Mon Feb 14 2011 Miroslav Lichvar <mlichvar@redhat.com> 268-1
088046
- update to 268
088046
088046
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 267-2
088046
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
088046
088046
* Tue Nov 23 2010 Miroslav Lichvar <mlichvar@redhat.com> 267-1
088046
- update to 267
088046
088046
* Fri Nov 05 2010 Miroslav Lichvar <mlichvar@redhat.com> 266-1
088046
- update to 266
088046
- fix building with new libXaw
088046
088046
* Mon Oct 18 2010 Miroslav Lichvar <mlichvar@redhat.com> 264-1
088046
- update to 264
088046
088046
* Tue Sep 07 2010 Miroslav Lichvar <mlichvar@redhat.com> 262-1
088046
- update to 262
088046
088046
* Fri Jul 02 2010 Miroslav Lichvar <mlichvar@redhat.com> 261-2
088046
- remove NoDisplay=true from desktop file, use upstream version (#607018)
088046
088046
* Tue Jun 29 2010 Miroslav Lichvar <mlichvar@redhat.com> 261-1
088046
- update to 261
088046
088046
* Mon Jun 21 2010 Miroslav Lichvar <mlichvar@redhat.com> 260-1
088046
- update to 260
088046
088046
* Thu Jun 10 2010 Miroslav Lichvar <mlichvar@redhat.com> 259-1
088046
- update to 259
088046
- link with -lICE
088046
- convert THANKS to UTF-8
088046
088046
* Wed May 05 2010 Miroslav Lichvar <mlichvar@redhat.com> 258-1
088046
- update to 258
088046
088046
* Tue Mar 09 2010 Miroslav Lichvar <mlichvar@redhat.com> 256-1
088046
- update to 256
088046
- enable XKB Bell support (#568748)
088046
088046
* Tue Feb 02 2010 Miroslav Lichvar <mlichvar@redhat.com> 255-1
088046
- update to 255
088046
088046
* Fri Dec 11 2009 Miroslav Lichvar <mlichvar@redhat.com> 253-1
088046
- update to 253
088046
088046
* Tue Dec 08 2009 Miroslav Lichvar <mlichvar@redhat.com> 252-1
088046
- update to 252
088046
088046
* Thu Nov 19 2009 Miroslav Lichvar <mlichvar@redhat.com> 251-1
088046
- update to 251
088046
088046
* Tue Oct 20 2009 Miroslav Lichvar <mlichvar@redhat.com> 250-1
088046
- update to 250
088046
088046
* Thu Oct 08 2009 Miroslav Lichvar <mlichvar@redhat.com> 249-1
088046
- update to 249
088046
088046
* Tue Sep 29 2009 Miroslav Lichvar <mlichvar@redhat.com> 248-2
088046
- fix various bugs when display is scrolled up (#524503)
088046
088046
* Thu Sep 17 2009 Miroslav Lichvar <mlichvar@redhat.com> 248-1
088046
- update to 248
088046
088046
* Tue Sep 01 2009 Miroslav Lichvar <mlichvar@redhat.com> 247-1
088046
- update to 247
088046
088046
* Tue Aug 18 2009 Miroslav Lichvar <mlichvar@redhat.com> 246-1
088046
- update to 246
088046
088046
* Thu Aug 13 2009 Miroslav Lichvar <mlichvar@redhat.com> 245-1
088046
- update to 245
088046
088046
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 242-4
088046
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
088046
088046
* Mon Mar 02 2009 Miroslav Lichvar <mlichvar@redhat.com> 242-3
088046
- fix bell (#487829)
088046
088046
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 242-2
088046
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
088046
088046
* Wed Feb 18 2009 Miroslav Lichvar <mlichvar@redhat.com> 242-1
088046
- update to 242
088046
- use upstream default value for modifyFunctionKeys resource
088046
- remove png suffix from icon name in desktop file
088046
088046
* Tue Jan 06 2009 Miroslav Lichvar <mlichvar@redhat.com> 238-1
088046
- update to 238 (#479000, CVE-2008-2383)
088046
- set default values of allowWindowOps and allowFontOps resources to false
088046
088046
* Tue Sep 16 2008 Miroslav Lichvar <mlichvar@redhat.com> 237-1
088046
- update to 237
088046
088046
* Wed Jul 30 2008 Miroslav Lichvar <mlichvar@redhat.com> 236-1
088046
- update to 236
088046
- enable support for spawn-new-terminal action (#457130)
088046
088046
* Tue Apr 22 2008 Miroslav Lichvar <mlichvar@redhat.com> 235-1
088046
- update to 235
088046
088046
* Mon Mar 03 2008 Miroslav Lichvar <mlichvar@redhat.com> 234-1
088046
- update to 234
088046
088046
* Wed Feb 27 2008 Miroslav Lichvar <mlichvar@redhat.com> 233-1
088046
- update to 233
088046
088046
* Thu Jan 31 2008 Miroslav Lichvar <mlichvar@redhat.com> 232-1
088046
- update to 232
088046
088046
* Mon Jan 07 2008 Miroslav Lichvar <mlichvar@redhat.com> 231-1
088046
- update to 231
088046
- remove setgid utempter from xterm binary (#229360)
088046
088046
* Fri Jan 04 2008 Miroslav Lichvar <mlichvar@redhat.com> 230-1
088046
- update to 230
088046
088046
* Wed Aug 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 229-2
088046
- rebuild
088046
088046
* Mon Aug 13 2007 Miroslav Lichvar <mlichvar@redhat.com> 229-1
088046
- update to 229
088046
088046
* Mon Jul 23 2007 Miroslav Lichvar <mlichvar@redhat.com> 228-1
088046
- update to 228
088046
088046
* Fri Jun 29 2007 Miroslav Lichvar <mlichvar@redhat.com> 227-1
088046
- update to 227
088046
088046
* Fri Jun 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 226-1
088046
- update to 226
088046
088046
* Thu Apr 12 2007 Miroslav Lichvar <mlichvar@redhat.com> 225-2
088046
- fix sections in man pages
088046
088046
* Tue Mar 27 2007 Miroslav Lichvar <mlichvar@redhat.com> 225-1
088046
- update to 225
088046
088046
* Tue Mar 20 2007 Miroslav Lichvar <mlichvar@redhat.com> 224-2
088046
- fix background color setting in alternate screen
088046
- don't display xterm in menus (#231000)
088046
088046
* Fri Feb 16 2007 Miroslav Lichvar <mlichvar@redhat.com> 224-1
088046
- update to 224
088046
- drop utempter group before creating pty
088046
- add Icon to desktop file (#227925)
088046
088046
* Wed Feb 07 2007 Miroslav Lichvar <mlichvar@redhat.com> 223-3
088046
- spec cleanup (#226660)
088046
088046
* Thu Jan 18 2007 Miroslav Lichvar <mlichvar@redhat.com> 223-2
088046
- make xterm binary sgid utempter (#222847)
088046
- fix font size changes with -fa option (#222340)
088046
- fix redrawing of internal border (#223027)
088046
- enable metaSendsEscape resource and set modifyFunctionKeys to 0 by default
088046
088046
* Thu Dec 07 2006 Miroslav Lichvar <mlichvar@redhat.com> 223-1
088046
- update to 223
088046
088046
* Thu Nov 23 2006 Miroslav Lichvar <mlichvar@redhat.com> 222-1
088046
- update to 222
088046
- link with libncurses instead of libtermcap
088046
- spec cleanup
088046
088046
* Mon Sep 04 2006 Miroslav Lichvar <mlichvar@redhat.com> 215-3.fc6
088046
- fix segfault when /etc/termcap is missing (#201246)
088046
088046
* Wed Jul 26 2006 Mike A. Harris <mharris@redhat.com> 215-2.fc6
088046
- Replace BuildRequires utempter with libutempter-devel
088046
- Change BuildRoot tag to comply with Fedora packaging guidelines
088046
- Use pkg-config to autodetect the location of the system app-defaults dir
088046
- Add BuildRequires: pkgconfig
088046
088046
* Mon Jul 17 2006 Jason Vas Dias <jvdias@redhat.com> - 215-1.fc6
088046
- Upgrade to upstream version 215
088046
088046
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 213-2.1
088046
- rebuild
088046
088046
* Tue Jul 11 2006 Adam Jackson <ajackson@redhat.com> - 213-2.fc6
088046
- Use correct dist tag in Release string.
088046
088046
* Wed May 31 2006 Jason Vas Dias <jvdias@redhat.com> - 213-1
088046
- Upgrade to upstream version 213 (fixes bug 192627)
088046
- fix bug 189161 : make -r/-rv do reverseVideo with or without
088046
  xterm*{fore,back}ground set
088046
 
088046
* Thu Apr 13 2006 Jason Vas Dias <jvdias@redhat.com> - 212-1
088046
- Upgrade to upstream version 212
088046
- fix bug 188031 : paths in man-page
088046
 
088046
* Wed Mar 29 2006 Jason Vas Dias <jvdias@redhat.com> - 211-4
088046
- fix bug 186935: cursor GCs must be freed with XtReleaseGC
088046
088046
* Tue Mar 21 2006 Jason Vas Dias <jvdias@redhat.com> - 211-1
088046
- Upgrade to upstream version 211 (fixes bug 186094).
088046
- Enable new 'utf8Title' resource by default
088046
 
088046
* Tue Mar 07 2006 Jason Vas Dias <jvdias@redhat.com> - 209-4
088046
- fix bug 183993: call set_cursor_gcs in ReverseVideo
088046
088046
* Wed Feb 22 2006 Jason Vas Dias <jvdias@redhat.com> - 209-2
088046
- fix bug 182382: check for (VWindow(screen)!=0) in set_cursor_gcs
088046
- further fix for bug 178302: allow *vt100*cursorColor to be same as fg
088046
088046
* Tue Feb 14 2006 Jason Vas Dias <jvdias@redhat.com> - 209-1
088046
- Upgrade to upstream version 209 (fixes bug 180450)
088046
088046
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 208-1.2
088046
- bump again for double-long bug on ppc(64)
088046
088046
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 208-1.1
088046
- rebuilt for new gcc4.1 snapshot and glibc changes
088046
088046
* Tue Jan 17 2006 Jason Vas Dias<jvdias@redhat.com> - 208-1
088046
- Upgrade to upstream version 208
088046
- Allow root user to grab the console, even if /dev/console 
088046
  not owned by root
088046
- restore Red Hat '*VT100*scrollBar:1' default Xresource
088046
088046
* Wed Dec 21 2005 Jason Vas Dias<jvdias@redhat.com> - 207-10
088046
- Fix bug 164210: tek4014 support should be enabled by default
088046
088046
* Wed Dec 14 2005 Jason Vas Dias<jvdias@redhat.com> - 207-8
088046
- Fix bug 175684: compile with --enable-256-color
088046
- Fix bug 155538 addenda - restore '*VT100*backarrowKey:0'
088046
088046
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
088046
- rebuilt
088046
088046
* Mon Nov 21 2005 Jason Vas Dias<jvdias@redhat.com> - 207-5
088046
- fix bug 173703: remove reference to /usr/X11R6/bin/luit :
088046
  PROJECTROOT should be /usr, not /usr/X11R6
088046
088046
* Thu Nov 18 2005 Jason Vas Dias<jvdias@redhat.com> - 207-4
088046
- fix bug 173541: better fix for freetype configuration problem
088046
088046
* Mon Nov 14 2005 Jason Vas Dias<jvdias@redhat.com> - 207-1
088046
- Upgrade to upstream version 207
088046
- Fix app-defaults directory for modular X11
088046
088046
* Sun Nov 13 2005 Jeremy Katz <katzj@redhat.com> - 206-4
088046
- rebuild for newer modular X
088046
088046
* Fri Nov 04 2005 Jason Vas Dias <jvdias@redhat.com> 206-1
088046
- Upgrade to upstream version 206
088046
088046
* Wed Oct 12 2005 Jason Vas Dias <jvdias@redhat.com> 205-1
088046
- Upgrade to upstream version 205 
088046
  fixes bugs: 124421, 129146, 159562, 161894, 169347
088046
 
088046
* Sat Sep 24 2005 Mike A. Harris <mharris@redhat.com> 200-10
088046
- Updated xterm-resources-redhat.patch to add "xterm*ttyModes: erase ^?"
088046
  resource to fix bug (#155538,160354,163812,162549)
088046
  
088046
* Wed Sep 14 2005 Mike A. Harris <mharris@redhat.com> 200-9
088046
- Updated xterm-resources-redhat.patch to remove utf8 resource which was
088046
  added in the 200-7 build, as it was incorrectly set to 'true' instead
088046
  of '1', and bug #138681 turned out to be a gdm bug instead of an xterm
088046
  bug.  This fixes bug (#163568).
088046
  
088046
* Mon Aug 29 2005 Mike A. Harris <mharris@redhat.com> 200-8
088046
- Added --disable-tek4014 to ./configure flags, to disable tek support
088046
  for bug (#164210)
088046
088046
* Mon May 2 2005 Mike A. Harris <mharris@redhat.com> 200-7
088046
- Updated xterm-resources-redhat.patch to enable xterm utf8 resource by
088046
  default, as our default OS environment is UTF-8, for bug (#138681)
088046
088046
* Sat Apr 16 2005 Mike A. Harris <mharris@redhat.com> 200-6
088046
- Added option to spec file to allow easy rebuilding with 256 color option
088046
  for those who prefer this non-default behaviour (#103402)
088046
088046
* Tue Mar 8 2005 Soeren Sandmann <sandmann@redhat.com> 200-5
088046
- Ported xterm-resources-redhat.patch to newer xterms. (#126855)
088046
088046
* Sun Mar 6 2005 Mike A. Harris <mharris@redhat.com> 200-4
088046
- Added libtermcap-devel and utempter to BuildRequires
088046
- Changed BuildRequires from XFree86-devel to xorg-x11-devel
088046
088046
* Sun Mar 6 2005 Mike A. Harris <mharris@redhat.com> 200-3
088046
- Rebuild with gcc 4 for FC4 development
088046
088046
* Mon Feb 7 2005 Mike A. Harris <mharris@redhat.com> 200-2
088046
- Removed chmod from prep, and updated comment to refect (#128341c12)
088046
088046
* Mon Feb 7 2005 Mike A. Harris <mharris@redhat.com> 200-1
088046
- Updated main tarball to xterm-200 for FC4 devel
088046
- Disabled xterm-179-ppc-fix-bug-101472.patch for now, to see if the problem
088046
  occurs on ppc still or not.
088046
088046
* Fri Jul 13 2004 Mike A. Harris <mharris@redhat.com> 192-1
088046
- Updated main tarball to xterm-192 for FC3 devel
088046
- Resolved bugs #126569,127132
088046
088046
* Fri Jun 18 2004 Mike A. Harris <mharris@redhat.com> 191-1
088046
- Updated main tarball to xterm-191 for FC3 devel
088046
- Disabled xterm-resources-redhat.patch to see what if anything breaks, as
088046
  it no longer applies cleanly.  Hopefully we can just ship stock xterm
088046
  resources now, although I realize that is more likely to be a pie in the
088046
  sky fantasy once the bug reports trickle in from this change.  ;o)
088046
  
088046
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com> 179-8
088046
- rebuilt
088046
088046
* Thu Jun  3 2004 Mike A. Harris <mharris@redhat.com> 179-7
088046
- Rebuilt for FC3 devel
088046
088046
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 179-6.EL
088046
- rebuilt
088046
088046
* Mon Sep  8 2003 Mike A. Harris <mharris@redhat.com> 179-5.EL
088046
- Rebuilt 179-5 for Taroon
088046
088046
* Mon Sep  8 2003 Mike A. Harris <mharris@redhat.com> 179-5
088046
- Added xterm-179-ppc-fix-bug-101472.patch ifarch ppc ppc64 to fix bug (#101472)
088046
088046
* Wed Aug 27 2003 Bill Nottingham <notting@redhat.com> 179-4.1
088046
- fix symlink
088046
- rebuild
088046
088046
* Wed Aug 13 2003 Mike A. Harris <mharris@redhat.com> 179-3.EL
088046
- Rebuilt for Taroon with symlink fixes.
088046
088046
* Wed Aug 13 2003 Mike A. Harris <mharris@redhat.com> 179-3
088046
- Added symlink /usr/X11R6/bin/xterm pointing to _bindir/xterm so that apps
088046
  and scripts which invoke xterm explicitly as /usr/X11R6/bin/xterm, will
088046
  continue to work correctly without surprises (#101994)
088046
088046
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 179-2.EL
088046
- rebuilt
088046
088046
* Fri May 30 2003 Mike A. Harris <mharris@redhat.com> 179-1.EL
088046
- Bump release to 1.EL for Red Hat Enterprise Linux build
088046
088046
* Mon May 26 2003 Mike A. Harris <mharris@redhat.com> 179-1
088046
- Updated to upstream xterm 179
088046
- [SECURITY] Added xterm-can-2003-0063.patch from XFree86 4.3.0-12 package
088046
- Added Red Hat xterm-resources-redhat.patch from XFree86 4.3.0-12 package
088046
- Added "chmod -R u+w *" after source is decompressed or else patches can not
088046
  be applied due to upstream source being read only files
088046
- Built xterm 179-1 in rawhide
088046
088046
* Mon May  5 2003 Mike A. Harris <mharris@redhat.com> 177-2.0.EL
088046
- Bump release to 2.0.EL for Red Hat Enterprise Linux build
088046
088046
* Mon May  5 2003 Mike A. Harris <mharris@redhat.com> 177-2
088046
- Build fix for lib64: _x11datadir == /usr/X11R6/lib
088046
- Another lib64 build fix:  xterm uses /usr/%%{_lib}/X11/app-defaults when it
088046
  should be using an arch-neutral dir {_x11datadir}/X11/app-defaults instead
088046
088046
* Tue Apr 15 2003 Mike A. Harris <mharris@redhat.com> 177-1
088046
- Call configure with "--enable-luit --enable-warnings --enable-wide-chars
088046
  --with-utempter"
088046
- Initial build.