Blame SPECS/x3270.spec

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