Blame SPECS/xmlto.spec

e106c0
Summary: A tool for converting XML files to various formats
e106c0
Name: xmlto
e106c0
Version: 0.0.28
e106c0
Release: 17%{?dist}
e106c0
License: GPLv2+
e106c0
#Older versions up to xmlto-0.0.20
e106c0
#URL: http://cyberelk.net/tim/xmlto/
e106c0
#Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
e106c0
URL: https://pagure.io/xmlto/
e106c0
Source0: https://releases.pagure.org/%{name}/%{name}-%{version}.tar.bz2
e106c0
e106c0
BuildRequires: make
e106c0
BuildRequires: docbook-xsl
e106c0
BuildRequires: libxslt
e106c0
BuildRequires: util-linux, flex
e106c0
BuildRequires: gcc
e106c0
e106c0
# We rely heavily on the DocBook XSL stylesheets!
e106c0
Requires: docbook-xsl
e106c0
Requires: libxslt
e106c0
Requires: docbook-dtds
e106c0
Requires: util-linux, flex
e106c0
e106c0
%description
e106c0
This is a package for converting XML files to various formats using XSL
e106c0
stylesheets.
e106c0
e106c0
%package tex
e106c0
License: GPLv2+
e106c0
Summary: A set of xmlto backends with TeX requirements
e106c0
# For full functionality, we need passivetex.
e106c0
Requires: tex-passivetex
e106c0
# We require main package
e106c0
Requires: xmlto = %{version}-%{release}
e106c0
BuildArch: noarch
e106c0
e106c0
%description tex
e106c0
This subpackage contains xmlto backend scripts which do require
e106c0
PassiveTeX/TeX for functionality.
e106c0
e106c0
%package xhtml
e106c0
License: GPLv2+
e106c0
Summary: A set of xmlto backends for xhtml1 source format
e106c0
# For functionality we need stylesheets xhtml2fo-style-xsl
e106c0
Requires: xhtml2fo-style-xsl
e106c0
# We require main package
e106c0
Requires: xmlto = %{version}-%{release}
e106c0
BuildArch: noarch
e106c0
e106c0
%description xhtml
e106c0
This subpackage contains xmlto backend scripts for processing
e106c0
xhtml1 source format.
e106c0
e106c0
%prep
e106c0
%setup -q
e106c0
e106c0
%build
e106c0
%configure BASH=/bin/bash
e106c0
%make_build
e106c0
e106c0
%check
e106c0
make check
e106c0
e106c0
%install
e106c0
%make_install
e106c0
e106c0
%files
e106c0
%license COPYING
e106c0
%doc ChangeLog README AUTHORS NEWS
e106c0
%{_bindir}/*
e106c0
%{_mandir}/*/*
e106c0
%{_datadir}/xmlto
e106c0
%exclude %{_datadir}/xmlto/format/fo/dvi
e106c0
%exclude %{_datadir}/xmlto/format/fo/ps
e106c0
%exclude %{_datadir}/xmlto/format/fo/pdf
e106c0
%exclude %dir %{_datadir}/xmlto/format/xhtml1/
e106c0
%exclude %{_datadir}/xmlto/format/xhtml1
e106c0
e106c0
%files tex
e106c0
%{_datadir}/xmlto/format/fo/dvi
e106c0
%{_datadir}/xmlto/format/fo/ps
e106c0
%{_datadir}/xmlto/format/fo/pdf
e106c0
e106c0
%files xhtml
e106c0
%dir %{_datadir}/xmlto/format/xhtml1/
e106c0
%{_datadir}/xmlto/format/xhtml1/*
e106c0
e106c0
%changelog
e106c0
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.0.28-17
e106c0
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
e106c0
  Related: rhbz#1991688
e106c0
e106c0
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.0.28-16
e106c0
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
e106c0
e106c0
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-15
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
e106c0
e106c0
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-14
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
e106c0
e106c0
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-13
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
e106c0
e106c0
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-12
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
e106c0
e106c0
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-11
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
e106c0
e106c0
* Sat Jul 21 2018 Ondrej Vasik <ovasik@redhat.com> - 0.0.28-10
e106c0
- add BuildRequires for gcc (#1606744)
e106c0
e106c0
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-9
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
e106c0
e106c0
* Tue Jul 03 2018 Than Ngo <than@redhat.com> - 0.0.28-8
e106c0
- use the passivetex from texlive
e106c0
e106c0
* Mon Jul 02 2018 Ondrej Vasik <ovasik@redhat.com> - 0.0.28-7
e106c0
- upstream moved to pagure.io/xmlto (#1502443)
e106c0
e106c0
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-6
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e106c0
e106c0
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-5
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
e106c0
e106c0
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-4
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e106c0
e106c0
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-3
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e106c0
e106c0
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-2
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e106c0
e106c0
* Wed Nov 18 2015 Ondrej Vasik <ovasik@redhat.com> 0.0.28-1
e106c0
- New version 0.0.28
e106c0
- fix broken temp files removal
e106c0
- do not detect links browser as elinks
e106c0
e106c0
* Tue Nov 10 2015 Ondrej Vasik <ovasik@redhat.com> 0.0.27-1
e106c0
- New version 0.0.27
e106c0
- remove several bashisms in scripts
e106c0
- add new option --profile for preprocessing documents
e106c0
  with profiling stylesheet
e106c0
- fix several potential crashes in xmlif (found by static analysis)
e106c0
e106c0
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.26-4
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e106c0
e106c0
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.26-3
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
e106c0
e106c0
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.26-2
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e106c0
e106c0
* Sat Apr 05 2014 Ondrej Vasik <ovasik@redhat.com> - 0.0.26-1
e106c0
- New version 0.0.26
e106c0
- fix build with automake 1.13+
e106c0
- fix warning in searchpath option
e106c0
e106c0
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.25-7
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e106c0
e106c0
* Tue Apr 09 2013 Ondrej Vasik <ovasik@redhat.com> - 0.0.25-6
e106c0
- drop hard requirement for text-www-browser (any package that
e106c0
  needs docbook->txt for build  may buildrequire any of
e106c0
  w3m/lynx/elinks as suggested by script)
e106c0
e106c0
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.25-5
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
e106c0
e106c0
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.25-4
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e106c0
e106c0
* Fri Jun 08 2012 Ondrej Vasik <ovasik@redhat.com> - 0.0.25-3
e106c0
- fix the noextensions option (#830266)
e106c0
e106c0
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.25-2
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e106c0
e106c0
* Fri Dec 02 2011 Ondrej Vasik <ovasik@redhat.com> - 0.0.25-1
e106c0
- fix handling of external data objects with fop
e106c0
  (deb #568894)
e106c0
e106c0
* Tue Nov 29 2011 Ondrej Vasik <ovasik@redhat.com> - 0.0.24-2
e106c0
- fix the functionality of fop.extensions (#757035)
e106c0
e106c0
* Thu Jul 14 2011 Ondrej Vasik <ovasik@redhat.com> - 0.0.24-1
e106c0
- new release 0.0.24, basic support for docbook->epub
e106c0
  conversion, use backend extensions by default
e106c0
  (--noextensions) to disable it
e106c0
e106c0
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.23-4
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e106c0
e106c0
* Tue Oct 13 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-3
e106c0
- workaround passivetex limitation for chapter titles starting
e106c0
  with L(#526273)
e106c0
e106c0
* Thu Sep 24 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-2
e106c0
- ensure the default shell is /bin/bash instead of /bin/sh
e106c0
e106c0
* Mon Sep 21 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-1
e106c0
- New version 0.0.23
e106c0
- added autodetection for more common tools like
e106c0
  gnu cp or tail
e106c0
- added option --noautosize to prevent overriding
e106c0
  of user-defined or system-default paper size
e106c0
- use shell built-in 'type -t' instead of 'which'
e106c0
  utility for detection of file availability
e106c0
e106c0
* Sat Aug 01 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.22-3
e106c0
- make subpackages noarch, preserve timestamps - merge
e106c0
  review (#226568)
e106c0
e106c0
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.22-2
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e106c0
e106c0
* Wed Mar 25 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.22-1
e106c0
- New version 0.0.22
e106c0
- autodetection for tools/program paths, consolidated
e106c0
  error code handling, build warnings cleanup
e106c0
e106c0
* Mon Mar 16 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-9
e106c0
- reenable noent switch - bug is on lcdproc side
e106c0
- add xhtml support(subpackage) (#145140)
e106c0
e106c0
* Mon Mar 02 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-8
e106c0
- temporarily disable noent switch - blocks lcdproc doc build
e106c0
  (#488093)
e106c0
e106c0
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.21-7
e106c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e106c0
e106c0
* Wed Jan 28 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-6
e106c0
- fix cleaning up of temporary files with libpaper(Debian)
e106c0
- fix xmllint postvalid (added noent option), use nonet
e106c0
  switch
e106c0
e106c0
* Mon Jan 05 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-5
e106c0
- fix stringparam option functionality
e106c0
e106c0
* Tue Dec 16 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-4
e106c0
- merge review(#226568)
e106c0
  correct doc filelist attributes, add License GPL+ for xmlif
e106c0
e106c0
* Fri Dec 12 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-3
e106c0
- merge review(#226568):
e106c0
  ship documentation files, fix license tag, use recommended
e106c0
  parallel make, make install instead of macro, require libxslt
e106c0
  instead of direct binary requirement
e106c0
e106c0
* Fri Jul 11 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-2
e106c0
- xmlto-tex subpackage to prevent requirements for
e106c0
  passivetex/tex for all backends(#454341)
e106c0
e106c0
* Fri Jun 20 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-1
e106c0
- new version 0.0.21
e106c0
e106c0
* Tue May 13 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.20-3
e106c0
- fixed errorneus handling of backend stylesheet(#446092)
e106c0
- removed unused patches
e106c0
e106c0
* Mon Feb 11 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.20-2
e106c0
- gcc4.3 rebuild
e106c0
e106c0
* Thu Jan 17 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.20-1
e106c0
- new version 0.0.20
e106c0
- added experimental fop support(additional output formats)
e106c0
- possibility to read stylesheet from STDIN, using recursive
e106c0
  cp in docbook formats, updated man pages
e106c0
e106c0
* Wed Nov 28 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.19-1
e106c0
- new version 0.0.19
e106c0
- added dist tag
e106c0
e106c0
* Fri Oct 12 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.18-17
e106c0
- generalized text-www-browser requirements(#174566)
e106c0
e106c0
* Mon Oct  8 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.18-16
e106c0
- fixed warning message from find in usage() display(#322121)
e106c0
e106c0
* Wed Sep 19 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.18-15
e106c0
- fixed wrong source URL
e106c0
e106c0
* Thu Aug 23 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.18-14
e106c0
- rebuilt for F8
e106c0
- changed License tag to GPLv2
e106c0
e106c0
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.0.18-13.1
e106c0
- rebuild
e106c0
e106c0
* Thu Jun  8 2006 Tim Waugh <twaugh@redhat.com> 0.0.18-13
e106c0
- Removed debugging.
e106c0
e106c0
* Thu Jun  8 2006 Tim Waugh <twaugh@redhat.com> 0.0.18-12
e106c0
- Debug build.
e106c0
e106c0
* Thu Jun  8 2006 Tim Waugh <twaugh@redhat.com> 0.0.18-11
e106c0
- Rebuilt.
e106c0
e106c0
* Mon Jun  5 2006 Tim Waugh <twaugh@redhat.com> 0.0.18-10
e106c0
- Rebuilt.
e106c0
e106c0
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.0.18-9.2.1
e106c0
- bump again for double-long bug on ppc(64)
e106c0
e106c0
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.0.18-9.2
e106c0
- rebuilt for new gcc4.1 snapshot and glibc changes
e106c0
e106c0
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e106c0
- rebuilt
e106c0
e106c0
* Mon Aug  8 2005 Tim Waugh <twaugh@redhat.com> 0.0.18-9
e106c0
- Fixed quoting in scripts (bug #165338).
e106c0
e106c0
* Mon Aug  1 2005 Tim Waugh <twaugh@redhat.com> 0.0.18-8
e106c0
- Requires w3m (bug #164798).
e106c0
e106c0
* Mon Jul 25 2005 Tim Waugh <twaugh@redhat.com> 0.0.18-7
e106c0
- Rebuild for new man-pages stylesheet.
e106c0
e106c0
* Mon Apr  4 2005 Tim Waugh <twaugh@redhat.com>
e106c0
- Requires util-linux and flex, as does the build.
e106c0
e106c0
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 0.0.18-6
e106c0
- Rebuild for new GCC.
e106c0
e106c0
* Wed Feb  9 2005 Tim Waugh <twaugh@redhat.com> 0.0.18-5
e106c0
- Rebuilt.
e106c0
e106c0
* Thu Jul  1 2004 Tim Waugh <twaugh@redhat.com> 0.0.18-4
e106c0
- Magic encoding is enabled again (bug #126921).
e106c0
e106c0
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
e106c0
- rebuilt
e106c0
e106c0
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
e106c0
- rebuilt
e106c0
e106c0
* Wed Jan 21 2004 Tim Waugh <twaugh@redhat.com> 0.0.18-1
e106c0
- 0.0.18.
e106c0
e106c0
* Mon Dec  1 2003 Tim Waugh <twaugh@redhat.com> 0.0.17-1
e106c0
- 0.0.17.
e106c0
e106c0
* Tue Nov 18 2003 Tim Waugh <twaugh@redhat.com> 0.0.16-1
e106c0
- 0.0.16.
e106c0
e106c0
* Tue Oct  7 2003 Tim Waugh <twaugh@redhat.com> 0.0.15-1
e106c0
- 0.0.15.
e106c0
e106c0
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
e106c0
- allow compiling without tetex(passivetex) dependency
e106c0
e106c0
* Tue Jun 17 2003 Tim Waugh <twaugh@redhat.com> 0.0.14-3
e106c0
- Rebuilt.
e106c0
e106c0
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
e106c0
- rebuilt
e106c0
e106c0
* Fri May 23 2003 Tim Waugh <twaugh@redhat.com> 0.0.14-1
e106c0
- 0.0.14.
e106c0
e106c0
* Sun May 11 2003 Tim Waugh <twaugh@redhat.com> 0.0.13-1
e106c0
- 0.0.13.
e106c0
e106c0
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
e106c0
- rebuilt
e106c0
e106c0
* Fri Jan  3 2003 Tim Waugh <twaugh@redhat.com> 0.0.12-2
e106c0
- Disable magic encoding detection, since the stylesheets don't handle
e106c0
  it well at all (bug #80732).
e106c0
e106c0
* Thu Dec 12 2002 Tim Waugh <twaugh@redhat.com> 0.0.12-1
e106c0
- 0.0.12.
e106c0
e106c0
* Wed Oct 16 2002 Tim Waugh <twaugh@redhat.com> 0.0.11-1
e106c0
- 0.0.11.
e106c0
- xmlto.mak no longer needed.
e106c0
- CVS patch no longer needed.
e106c0
- Update docbook-xsl requirement.
e106c0
- Ship xmlif.
e106c0
- Run tests.
e106c0
- No longer a noarch package.
e106c0
e106c0
* Tue Jul  9 2002 Tim Waugh <twaugh@redhat.com> 0.0.10-4
e106c0
- Ship xmlto.mak.
e106c0
e106c0
* Thu Jun 27 2002 Tim Waugh <twaugh@redhat.com> 0.0.10-3
e106c0
- Some db2man improvements from CVS.
e106c0
e106c0
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.0.10-2
e106c0
- automated rebuild
e106c0
e106c0
* Tue Jun 18 2002 Tim Waugh <twaugh@redhat.com> 0.0.10-1
e106c0
- 0.0.10.
e106c0
- No longer need texinputs patch.
e106c0
e106c0
* Tue Jun 18 2002 Tim Waugh <twaugh@redhat.com> 0.0.9-3
e106c0
- Fix TEXINPUTS problem with ps and dvi backends.
e106c0
e106c0
* Thu May 23 2002 Tim Powers <timp@redhat.com> 0.0.9-2
e106c0
- automated rebuild
e106c0
e106c0
* Wed May  1 2002 Tim Waugh <twaugh@redhat.com> 0.0.9-1
e106c0
- 0.0.9.
e106c0
- The nonet patch is no longer needed.
e106c0
e106c0
* Fri Apr 12 2002 Tim Waugh <twaugh@redhat.com> 0.0.8-3
e106c0
- Don't fetch entities over the network.
e106c0
e106c0
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 0.0.8-2
e106c0
- Rebuild in new environment.
e106c0
e106c0
* Tue Feb 12 2002 Tim Waugh <twaugh@redhat.com> 0.0.8-1
e106c0
- 0.0.8.
e106c0
e106c0
* Fri Jan 25 2002 Tim Waugh <twaugh@redhat.com> 0.0.7-2
e106c0
- Require the DocBook DTDs.
e106c0
e106c0
* Mon Jan 21 2002 Tim Waugh <twaugh@redhat.com> 0.0.7-1
e106c0
- 0.0.7 (bug #58624, bug #58625).
e106c0
e106c0
* Wed Jan 16 2002 Tim Waugh <twaugh@redhat.com> 0.0.6-1
e106c0
- 0.0.6.
e106c0
e106c0
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.0.5-4
e106c0
- automated rebuild
e106c0
e106c0
* Wed Jan  9 2002 Tim Waugh <twaugh@redhat.com> 0.0.5-3
e106c0
- 0.0.6pre2.
e106c0
e106c0
* Wed Jan  9 2002 Tim Waugh <twaugh@redhat.com> 0.0.5-2
e106c0
- 0.0.6pre1.
e106c0
e106c0
* Tue Jan  8 2002 Tim Waugh <twaugh@redhat.com> 0.0.5-1
e106c0
- 0.0.5.
e106c0
e106c0
* Mon Dec 17 2001 Tim Waugh <twaugh@redhat.com> 0.0.4-2
e106c0
- 0.0.4.
e106c0
- Apply patch from CVS to fix silly typos.
e106c0
e106c0
* Sat Dec  8 2001 Tim Waugh <twaugh@redhat.com> 0.0.3-1
e106c0
- 0.0.3.
e106c0
e106c0
* Wed Dec  5 2001 Tim Waugh <twaugh@redhat.com>
e106c0
- Built for Red Hat Linux.
e106c0
e106c0
* Fri Nov 23 2001 Tim Waugh <twaugh@redhat.com>
e106c0
- Initial spec file.