c998c4
%global catalogue /etc/X11/fontpath.d
c998c4
c998c4
%global majorver 3.6
c998c4
Summary: An X Window System based IBM 3278/3279 terminal emulator
c998c4
Name: x3270
c998c4
Version: 3.6ga5
c998c4
Release: 1%{?dist}
c998c4
License: BSD
c998c4
Group: Applications/Internet
c998c4
URL: http://x3270.sourceforge.net/
c998c4
Source0: http://downloads.sourceforge.net/%{name}/suite3270-%{version}-src.tgz
c998c4
Source1: x3270.png
c998c4
Source2: x3270.desktop
c998c4
Patch0: x3270-3.5-paths.patch
c998c4
Patch1: x3270-3.5-ibmhostpath.patch
c998c4
c998c4
BuildRequires: ncurses-devel
c998c4
BuildRequires: readline-devel
c998c4
BuildRequires: openssl-devel
c998c4
BuildRequires: libtool
c998c4
BuildRequires: desktop-file-utils
c998c4
BuildRequires: fontpackages-devel
c998c4
c998c4
%package x11
c998c4
Summary: IBM 3278/3279 terminal emulator for the X Window System
c998c4
Group: Applications/Internet
c998c4
BuildRequires: imake
c998c4
BuildRequires: xorg-x11-font-utils
c998c4
BuildRequires: libXaw-devel
c998c4
Requires: %{name} = %{version}
c998c4
Requires(post): /usr/bin/mkfontdir
c998c4
Requires(postun): /usr/bin/mkfontdir
c998c4
c998c4
%package text
c998c4
Summary: IBM 3278/3279 terminal emulator for text mode
c998c4
Group: Applications/Internet
c998c4
Requires: %{name} = %{version}
c998c4
c998c4
c998c4
%description
c998c4
The x3270 package contains files needed for emulating the IBM 3278/3279
c998c4
terminals, commonly used with mainframe applications.
c998c4
c998c4
You will also need to install a frontend for %{name}. Available frontends
c998c4
are %{name}-x11 (for the X Window System) and %{name}-text (for text mode).
c998c4
c998c4
%description x11
c998c4
The x3270 program opens a window in the X Window System which emulates
c998c4
the actual look of an IBM 3278/3279 terminal, commonly used with
c998c4
mainframe applications.  x3270 also allows you to telnet to an IBM
c998c4
host from the x3270 window.
c998c4
c998c4
Install the %{name}-x11 package if you need to access IBM hosts using an IBM
c998c4
3278/3279 terminal emulator from X11.
c998c4
c998c4
%description text
c998c4
The c3270 program opens a 3270 terminal which emulates the actual look of an
c998c4
IBM 3278/3279 terminal, commonly used with mainframe applications.
c998c4
x3270 also allows you to telnet to an IBM host from the x3270 window.
c998c4
c998c4
Install the %{name}-text package if you need to access IBM hosts using an IBM
c998c4
3278/3279 terminal emulator without running X.
c998c4
c998c4
c998c4
%prep
c998c4
%setup -q -n suite3270-%{majorver}
c998c4
%patch0 -p1 -b .paths
c998c4
%patch1 -p1 -b .ibmhosts
c998c4
c998c4
for d in c3270 pr3287 s3270 x3270; do
c998c4
    for f in LICENSE README html; do
c998c4
	mv $d/$f $f.$d
c998c4
    done
c998c4
done
c998c4
c998c4
c998c4
%build
c998c4
%configure --enable-x3270 --enable-c3270 --enable-s3270 --enable-pr3287
c998c4
make %{?_smp_mflags} CCOPTIONS="$RPM_OPT_FLAGS" LIBX3270DIR=%{_sysconfdir}
c998c4
c998c4
# build playback tool
c998c4
( cd Playback; make CFLAGS="$RPM_OPT_FLAGS $RPM_LD_FLAGS" )
c998c4
c998c4
c998c4
%install
c998c4
make install DESTDIR=$RPM_BUILD_ROOT CIFONTDIR=%{_fontdir} LIBX3270DIR=%{_sysconfdir}
c998c4
make install.man DESTDIR=$RPM_BUILD_ROOT
c998c4
c998c4
mkdir -p $RPM_BUILD_ROOT%{catalogue}
c998c4
ln -sf %{_fontdir} $RPM_BUILD_ROOT%{catalogue}/x3270
c998c4
c998c4
install -p -m755 Playback/playback $RPM_BUILD_ROOT%{_bindir}
c998c4
install -p -m644 Playback/playback.man $RPM_BUILD_ROOT%{_mandir}/man1/playback.1
c998c4
c998c4
mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps
c998c4
install -p -m644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_datadir}/icons/hicolor/48x48/apps
c998c4
c998c4
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
c998c4
desktop-file-install \
c998c4
        --dir $RPM_BUILD_ROOT/%{_datadir}/applications \
c998c4
        %{SOURCE2}
c998c4
c998c4
c998c4
%post x11
c998c4
cd %{_fontdir} && %{_prefix}/bin/mkfontdir
c998c4
c998c4
%files
c998c4
%doc LICENSE.s3270 README.s3270 html.s3270
c998c4
%doc LICENSE.pr3287 README.pr3287 html.pr3287
c998c4
%{_bindir}/s3270
c998c4
%{_bindir}/pr3287
c998c4
%{_bindir}/x3270if
c998c4
%{_bindir}/playback
c998c4
%{_mandir}/man1/s3270.1*
c998c4
%{_mandir}/man1/pr3287.1*
c998c4
%{_mandir}/man1/x3270if.1*
c998c4
%{_mandir}/man1/x3270-script.1*
c998c4
%{_mandir}/man1/playback.1*
c998c4
%{_mandir}/man5/ibm_hosts.5*
c998c4
%config(noreplace) %{_sysconfdir}/ibm_hosts
c998c4
c998c4
%files x11
c998c4
%doc LICENSE.x3270 README.x3270 html.x3270
c998c4
%{_bindir}/x3270
c998c4
%{_fontdir}/
c998c4
%{catalogue}/x3270
c998c4
%{_mandir}/man1/x3270.1*
c998c4
%{_datadir}/icons/hicolor/48x48/apps/x3270.png
c998c4
%{_datadir}/applications/x3270.desktop
c998c4
c998c4
%files text
c998c4
%doc LICENSE.c3270 README.c3270 html.c3270
c998c4
%{_bindir}/c3270
c998c4
%{_mandir}/man1/c3270.1*
c998c4
c998c4
c998c4
%changelog
c998c4
* Mon Feb 12 2018 Dan Horák <dan[at]danny.cz> - 3.6ga5-1
c998c4
- updated to 3.6ga5 (#1544168)
c998c4
c998c4
* Fri Feb  9 2018 Florian Weimer <fweimer@redhat.com> - 3.6ga4-3
c998c4
- Build playback with LDFLAGS from redhat-rpm-config
c998c4
c998c4
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org>
c998c4
- Remove obsolete scriptlets
c998c4
c998c4
* Sun Dec 31 2017 Dan Horák <dan[at]danny.cz> - 3.6ga4-1
c998c4
- updated to 3.6ga4 (#1529910)
c998c4
c998c4
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5ga11-3
c998c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c998c4
c998c4
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5ga11-2
c998c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c998c4
c998c4
* Thu Jun 29 2017 Dan Horák <dan[at]danny.cz> - 3.5ga11-1
c998c4
- updated to 3.5ga11 (#1465201)
c998c4
c998c4
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5ga10-2
c998c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c998c4
c998c4
* Tue Jan 17 2017 Dan Horák <dan[at]danny.cz> - 3.5ga10-1
c998c4
- updated to 3.5ga10 (#1413799)
c998c4
c998c4
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 3.5ga9-2
c998c4
- Rebuild for readline 7.x
c998c4
c998c4
* Tue Dec 27 2016 Dan Horák <dan[at]danny.cz> - 3.5ga9-1
c998c4
- updated to 3.5ga9 (#1408735)
c998c4
c998c4
* Mon May 16 2016 Dan Horák <dan[at]danny.cz> - 3.5ga8-1
c998c4
- updated to 3.5ga8 (#1335153)
c998c4
c998c4
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.15ga9-2
c998c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c998c4
c998c4
* Fri Jun 19 2015 Dan Horák <dan[at]danny.cz> - 3.3.15ga9-1
c998c4
- updated to 3.3.15ga9
c998c4
- fix FTBFS in s3270 due hardening
c998c4
c998c4
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.15ga8-2
c998c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c998c4
c998c4
* Sun Jan 04 2015 Dan Horák <dan[at]danny.cz> - 3.3.15ga8-1
c998c4
- updated to 3.3.15ga8 (#1178449)
c998c4
c998c4
* Wed Dec 17 2014 Dan Horák <dan[at]danny.cz> - 3.3.15ga7-1
c998c4
- updated to 3.3.15ga7 (#1175247)
c998c4
c998c4
* Sat Dec 06 2014 Dan Horák <dan[at]danny.cz> - 3.3.15ga6-1
c998c4
- updated to 3.3.15ga6 (#1171097)
c998c4
c998c4
* Fri Oct 17 2014 Dan Horák <dan[at]danny.cz> - 3.3.15ga5-1
c998c4
- updated to 3.3.15ga5 (#1154010)
c998c4
c998c4
* Fri Oct 10 2014 Dan Horák <dan[at]danny.cz> - 3.3.15ga4-1
c998c4
- updated to 3.3.15ga4 (#1150568)
c998c4
c998c4
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.14ga11-3
c998c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c998c4
c998c4
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.14ga11-2
c998c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c998c4
c998c4
* Thu May 08 2014 Dan Horák <dan[at]danny.cz> - 3.3.14ga11-1
c998c4
- updated to 3.3.14ga11 (#1095670)
c998c4
c998c4
* Mon Apr 14 2014 Dan Horák <dan[at]danny.cz> - 3.3.14ga9-1
c998c4
- updated to 3.3.14ga9 (#1087398)
c998c4
c998c4
* Thu Mar 13 2014 Dan Horák <dan[at]danny.cz> - 3.3.14ga7-1
c998c4
- updated to 3.3.14ga7 (#1075007)
c998c4
c998c4
* Mon Sep 16 2013 Dan Horák <dan[at]danny.cz> - 3.3.13ga7-1
c998c4
- updated to 3.3.13ga7 (#1008442)
c998c4
c998c4
* Tue Sep 10 2013 Dan Horák <dan[at]danny.cz> - 3.3.13ga6-1
c998c4
- updated to 3.3.13ga6 (#1006023)
c998c4
c998c4
* Fri Aug 23 2013 Dan Horák <dan[at]danny.cz> - 3.3.12ga13-1
c998c4
- updated to 3.3.12ga13 (#959961)
c998c4
c998c4
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.12ga12-3
c998c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c998c4
c998c4
* Mon Mar 25 2013 Samantha N. Bueno <sbueno[at]redhat.com> - 3.3.12ga12-2
c998c4
- Rebuilt to include fix for #926737
c998c4
c998c4
* Mon Mar 25 2013 Samantha N. Bueno <sbueno[at]redhat.com> - 3.3.12ga12-1
c998c4
- updated to 3.3.12ga12
c998c4
- fixes CVE-2012-5662 (#889373, #924228)
c998c4
- add support for aarch64 to build system (#926737)
c998c4
c998c4
* Sun Feb 10 2013 Parag Nemade <paragn AT fedoraproject DOT org> - 3.3.12ga11-5
c998c4
- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077
c998c4
- Cleanup spec as per recently changed packaging guidelines
c998c4
c998c4
* Thu Nov 22 2012 Dan Horák <dan[at]danny.cz> - 3.3.12ga11-4
c998c4
- fix license (BSD instead of MIT)
c998c4
c998c4
* Thu Sep 27 2012 Dan Horák <dan[at]danny.cz> - 3.3.12ga11-3
c998c4
- cleanup of BuildRequires
c998c4
c998c4
* Fri Sep 21 2012 Dan Horák <dan[at]danny.cz> - 3.3.12ga11-2
c998c4
- enable DBCS character sets (#801139)
c998c4
c998c4
* Fri Sep 07 2012 Dan Horák <dan[at]danny.cz> - 3.3.12ga11-1
c998c4
- updated to 3.3.12ga11
c998c4
c998c4
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.12ga7-2
c998c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c998c4
c998c4
* Thu Apr 12 2012 Dan Horák <dan[at]danny.cz> - 3.3.12ga7-1
c998c4
- updated to 3.3.12ga7
c998c4
- spec cleanup
c998c4
c998c4
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.10ga4-3
c998c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c998c4
c998c4
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.10ga4-2
c998c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c998c4
c998c4
* Tue Dec 08 2009 Karsten Hopp <karsten@redhat.com> 3.3.10ga4-1
c998c4
- update to 3.3.10ga4-1
c998c4
c998c4
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 3.3.6-10
c998c4
- rebuilt with new openssl
c998c4
c998c4
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.6-9
c998c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c998c4
c998c4
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.6-8
c998c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c998c4
c998c4
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> 3.3.6-7
c998c4
- rebuild with new openssl
c998c4
c998c4
* Thu Oct 02 2008 Karsten Hopp <karsten@redhat.com> 3.3.6-6
c998c4
- update redhat patch for fuzz=0 (#465087)
c998c4
c998c4
* Thu Mar 20 2008 Karsten Hopp <karsten@redhat.com> 3.3.6-5
c998c4
- fix compiler flags for FORTIFY_SOURCE
c998c4
c998c4
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.3.6-4
c998c4
- Autorebuild for GCC 4.3
c998c4
c998c4
* Wed Dec 05 2007 Karsten Hopp <karsten@redhat.com> 3.3.6-3
c998c4
- rebuild with new openssl libs
c998c4
c998c4
* Tue Aug 21 2007 Karsten Hopp <karsten@redhat.com> 3.3.6-2
c998c4
- drop chkfontpath dependency (#252274)
c998c4
c998c4
* Wed Aug 08 2007 Karsten Hopp <karsten@redhat.com> 3.3.6-1
c998c4
- version 3.3.6
c998c4
- fix font resize issue
c998c4
- enable app-defaults
c998c4
c998c4
* Sun Aug 27 2006 Karsten Hopp <karsten@redhat.de> 3.3.4p7-5
c998c4
- rebuild
c998c4
c998c4
* Tue Aug 15 2006 Karsten Hopp <karsten@redhat.de> 3.3.4p7-4
c998c4
- fix requirements of -X11 subpackage
c998c4
c998c4
* Wed Jul 12 2006 Karsten Hopp <karsten@redhat.de> 3.3.4p7-3
c998c4
- fix fileconflicts in subpackages
c998c4
c998c4
* Wed Jul 05 2006 Karsten Hopp <karsten@redhat.de> 3.3.4p7-2
c998c4
- silence chkconfig
c998c4
- rpmlint fixes:
c998c4
 - replace PreReq/BuildPrereq with Requires/BuildRequires
c998c4
 - move ibm_hosts to %%{_sysconfdir}
c998c4
 - fix end of line encodings in docs
c998c4
c998c4
* Tue Jun 13 2006 Karsten Hopp <karsten@redhat.de> 3.3.4p6-6
c998c4
- update to 3.3.4p7
c998c4
- buildrequire libtool
c998c4
c998c4
* Fri Feb 17 2006 Karsten Hopp <karsten@redhat.de> 3.3.4p6-5
c998c4
- rebuild
c998c4
c998c4
* Mon Dec 19 2005 Karsten Hopp <karsten@redhat.de> 3.3.4p6-4
c998c4
- test build without modular-X patch
c998c4
c998c4
* Wed Nov 23 2005 Karsten Hopp <karsten@redhat.de> 3.3.4p6-3
c998c4
- update release again
c998c4
c998c4
* Wed Nov 23 2005 Karsten Hopp <karsten@redhat.de> 3.3.4p6-2
c998c4
- update release
c998c4
c998c4
* Thu Nov 17 2005 Karsten Hopp <karsten@redhat.de> 3.3.4p6-1
c998c4
- update to patchlevel 6
c998c4
- drop obsolete segfault patch
c998c4
- build with modular X
c998c4
- build with current openssl
c998c4
- gccmakedep is gone, use makedepend wrapper instead
c998c4
c998c4
* Wed Oct 19 2005 Karsten Hopp <karsten@redhat.de> 3.3.4-6
c998c4
- move x3270-x11 files from /usr/X11R6 to /usr (#170938)
c998c4
  
c998c4
* Thu Sep 08 2005 Karsten Hopp <karsten@redhat.de> 3.3.4-5
c998c4
- add missing buildrequires so that x3270 will be built with SSL support
c998c4
  (#159527)
c998c4
c998c4
* Wed Jul 20 2005 Karsten Hopp <karsten@redhat.de> 3.3.4-4
c998c4
- buildrequires xorg-x11-font-utils (#160737)
c998c4
- add disttag
c998c4
c998c4
* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com>
c998c4
- silence gtk-update-icon-cache in %%post
c998c4
c998c4
* Wed Apr 20 2005 Karsten Hopp <karsten@redhat.de> 3.3.4-3
c998c4
- more fixes, enable StartupNotify
c998c4
c998c4
* Wed Apr 20 2005 Karsten Hopp <karsten@redhat.de> 3.3.4-2
c998c4
- spec file cleanups from Chris Ricker <kaboom@oobleck.net>
c998c4
- remove backup files from rpm patch process
c998c4
c998c4
* Mon Apr 18 2005 Karsten Hopp <karsten@redhat.de> 3.3.4-1
c998c4
- rpmlint fix
c998c4
- buildroot fix
c998c4
- use _smp_mflags
c998c4
c998c4
* Tue Apr 12 2005 Karsten Hopp <karsten@redhat.de> 3.3.4-1
c998c4
- Version 3.3.4, fixes mouse selection and timing problems with scripted
c998c4
  logins in ~/.ibm_hosts
c998c4
c998c4
* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
c998c4
- rebuilt
c998c4
c998c4
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 3.3.3.b2-2
c998c4
- Update the GTK+ theme icon cache on (un)install
c998c4
c998c4
* Tue Mar 08 2005 Karsten Hopp <karsten@redhat.de> 3.3.3.b2-1
c998c4
- update to b2, which fixes a segfault when login is done with 
c998c4
  an entry in .ibm_hosts (via emulate_input)
c998c4
c998c4
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 3.3.3.b1-2
c998c4
- build with gcc-4
c998c4
c998c4
* Thu Jan 13 2005 Karsten Hopp <karsten@redhat.de> 3.3.3.b1-1 
c998c4
- update to fix ibm_hosts file parsing and c3270 color support
c998c4
c998c4
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 3.3.2.p1-10
c998c4
- Rebuilt for new readline.
c998c4
c998c4
* Wed Dec 08 2004 Karsten Hopp <karsten@redhat.de> 3.3.2.p1-9
c998c4
- add icon (#141599, #125577)
c998c4
- fix variable usage (local variable overwrite) (#116660)
c998c4
c998c4
* Wed Dec 08 2004 Karsten Hopp <karsten@redhat.de> 3.3.2.p1-8
c998c4
- rebuild 
c998c4
c998c4
* Thu Oct 21 2004 Karsten Hopp <karsten@redhat.de> 3.3.2.p1-7
c998c4
- enable builds on ppc(64) again (#136703)
c998c4
c998c4
* Wed Jul 07 2004 Karsten Hopp <karsten@redhat.de> 3.3.2.p1-6
c998c4
- rebuild with new gcc
c998c4
c998c4
* Mon Jul 05 2004 Karsten Hopp <karsten@redhat.de> 3.3.2.p1-5 
c998c4
- update c3270 package to patchlevel2
c998c4
- fix buildrequires (#124280)
c998c4
- fix compiler warnings (#106312, #78479)
c998c4
c998c4
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
c998c4
- rebuilt
c998c4
c998c4
* Tue Feb 17 2004 Karsten Hopp <karsten@redhat.de> 3.3.2.p1-3 
c998c4
- include license file
c998c4
c998c4
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
c998c4
- rebuilt
c998c4
c998c4
* Thu Jan 15 2004 Karsten Hopp <karsten@redhat.de> 3.3.2.p1-1
c998c4
- update to 3.3.2.p1
c998c4
c998c4
* Wed Dec 03 2003 Karsten Hopp <karsten@redhat.de> 3.3.2-1
c998c4
- update to latest stable release, now with SSL and DBCS support
c998c4
c998c4
* Tue Aug 12 2003 Karsten Hopp <karsten@redhat.de> 3.2.20-4.2
c998c4
- check for libncursesw and use it if available
c998c4
c998c4
* Wed Jul 09 2003 Karsten Hopp <karsten@redhat.de> 3.2.20-4.1
c998c4
- rebuilt
c998c4
c998c4
* Wed Jul 09 2003 Karsten Hopp <karsten@redhat.de> 3.2.20-4
c998c4
- fix segfault when ~/.x3270connect isn't writable by the user
c998c4
c998c4
* Tue Jun 17 2003 Karsten Hopp <karsten@redhat.de> 3.2.20-3.1
c998c4
- rebuilt
c998c4
c998c4
* Tue Jun 17 2003 Karsten Hopp <karsten@redhat.de> 3.2.20-3
c998c4
- rebuild 
c998c4
c998c4
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
c998c4
- rebuilt
c998c4
c998c4
* Mon May 05 2003 Karsten Hopp <karsten@redhat.de> 3.2.20-1
c998c4
- update to 3.2.20
c998c4
c998c4
* Tue Apr  1 2003 Thomas Woerner <twoerner@redhat.com>
c998c4
- fixed inclusion of time header file (sys/time.h -> time.h)
c998c4
c998c4
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
c998c4
- rebuilt
c998c4
c998c4
* Tue Nov 19 2002 Karsten Hopp <karsten@redhat.de> 3.2.19-3
c998c4
- update to patchlevel 4:
c998c4
  Re-enable the automatic font switching when the
c998c4
  x3270 window is resized
c998c4
c998c4
* Tue Nov 19 2002 Tim Powers <timp@redhat.com>
c998c4
- rebuild for all arches
c998c4
- remove cruft from the buildroot we aren't shipping
c998c4
c998c4
* Wed Jul 24 2002 Karsten Hopp <karsten@redhat.de>
c998c4
- 3.2.19
c998c4
- use desktop-file-utils
c998c4
c998c4
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
c998c4
- automated rebuild
c998c4
c998c4
* Thu May 23 2002 Tim Powers <timp@redhat.com>
c998c4
- automated rebuild
c998c4
c998c4
* Mon Mar  4 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.2.18-2
c998c4
- Update to 3.2.18 patchlevel 14
c998c4
c998c4
* Wed Jan 16 2002 Bernhard Rosenkraenzer <bero@redhat.com> 3.2.18-1
c998c4
- 3.2.18
c998c4
- Don't ship x3270-tcl anymore
c998c4
c998c4
* Mon Jul 16 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.2.16-4
c998c4
- Add build dependencies (#48930)
c998c4
c998c4
* Sat Jun 09 2001 Florian La Roche <Florian.LaRoche@redhat.de>
c998c4
- remove all provides/requires for x3270-frontend
c998c4
c998c4
* Sun May 13 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.2.16-2
c998c4
- Rebuild with new readline
c998c4
c998c4
* Thu May 10 2001 Bernhard Rosenkraenzer <bero@redhat.com> 3.2.16-1
c998c4
- 3.2.16
c998c4
- adapt patches
c998c4
- get rid of the **** pdksh requirement
c998c4
- split the tcl version into a different package, no need to require tcl for
c998c4
  normal use
c998c4
- split the x11 frontend into a separate package.
c998c4
  We don't necessarily have X on a machine where we want to run
c998c4
  3270 sessions (e.g. s390...)
c998c4
c998c4
* Fri Dec 22 2000 Bernhard Rosenkraenzer <bero@redhat.com>
c998c4
- 3.2.14
c998c4
- Add c3270 (textmode x3270) in x3270-text package
c998c4
- Fix build
c998c4
- Make ibm_hosts a %%config(noreplace)
c998c4
c998c4
* Tue Oct 24 2000 Jeff Johnson <jbj@redhat.com>
c998c4
- remove /usr/local paths in Examples.
c998c4
c998c4
* Sun Oct 22 2000 Jeff Johnson <jbj@redhat.com>
c998c4
- update to 3.2.13.
c998c4
c998c4
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
c998c4
- automatic rebuild
c998c4
c998c4
* Fri Jun  2 2000 Jeff Johnson <jbj@redhat.com>
c998c4
- rebuild for 7.0
c998c4
c998c4
* Mon Feb 07 2000 Preston Brown <pbrown@redhat.com>
c998c4
- wmconfig -> desktop
c998c4
c998c4
* Mon Feb  7 2000 Jeff Johnson <jbj@redhat.com>
c998c4
- compress man pages.
c998c4
c998c4
* Fri Jan 14 2000 Jeff Johnson <jbj@redhat.com>
c998c4
- update to 3.1.1.9 (see URL for pending 3.2alpha version).
c998c4
c998c4
* Fri Sep 24 1999 Preston Brown <pbrown@redhat.com>
c998c4
- change to directory before doing a mkfontdir
c998c4
c998c4
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
c998c4
- auto rebuild in the new build environment (release 7)
c998c4
c998c4
* Tue Jan 12 1999 Jeff Johnson <jbj@redhat.com>
c998c4
- ibm_hosts needed %%config (#788)
c998c4
c998c4
* Fri Aug  7 1998 Jeff Johnson <jbj@redhat.com>
c998c4
- build root
c998c4
c998c4
* Fri May 01 1998 Prospector System <bugs@redhat.com>
c998c4
- translations modified for de, fr, tr
c998c4
c998c4
* Wed Oct 22 1997 Marc Ewing <marc@redhat.com>
c998c4
- new version
c998c4
- added wmconfig entry
c998c4
c998c4
* Mon Jul 21 1997 Erik Troan <ewt@redhat.com>
c998c4
- built against glibc