|
|
961208 |
Summary: A tool for converting XML files to various formats
|
|
|
961208 |
Name: xmlto
|
|
|
961208 |
Version: 0.0.25
|
|
|
961208 |
Release: 7%{?dist}
|
|
|
961208 |
License: GPLv2+
|
|
|
961208 |
Group: Applications/System
|
|
|
961208 |
#Older versions up to xmlto-0.0.20
|
|
|
961208 |
#URL: http://cyberelk.net/tim/xmlto/
|
|
|
961208 |
#Source0: http://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
|
|
|
961208 |
URL: https://fedorahosted.org/xmlto/
|
|
|
961208 |
Source0: https://fedorahosted.org/releases/x/m/%{name}/%{name}-%{version}.tar.bz2
|
|
|
961208 |
Patch1: xmlto-noextensions.patch
|
|
|
961208 |
|
|
|
961208 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
961208 |
|
|
|
961208 |
BuildRequires: docbook-xsl >= 1.56.0
|
|
|
961208 |
BuildRequires: libxslt
|
|
|
961208 |
BuildRequires: util-linux, flex
|
|
|
961208 |
|
|
|
961208 |
# We rely heavily on the DocBook XSL stylesheets!
|
|
|
961208 |
Requires: docbook-xsl >= 1.74.2
|
|
|
961208 |
Requires: text-www-browser
|
|
|
961208 |
Requires: libxslt
|
|
|
961208 |
Requires: docbook-dtds
|
|
|
961208 |
Requires: util-linux, flex
|
|
|
961208 |
|
|
|
961208 |
%description
|
|
|
961208 |
This is a package for converting XML files to various formats using XSL
|
|
|
961208 |
stylesheets.
|
|
|
961208 |
|
|
|
961208 |
%package tex
|
|
|
961208 |
Group: Applications/System
|
|
|
961208 |
License: GPLv2+
|
|
|
961208 |
Summary: A set of xmlto backends with TeX requirements
|
|
|
961208 |
# For full functionality, we need passivetex.
|
|
|
961208 |
Requires: passivetex >= 1.11
|
|
|
961208 |
# We require main package
|
|
|
961208 |
Requires: xmlto = %{version}-%{release}
|
|
|
961208 |
BuildArch: noarch
|
|
|
961208 |
|
|
|
961208 |
|
|
|
961208 |
%description tex
|
|
|
961208 |
This subpackage contains xmlto backend scripts which do require
|
|
|
961208 |
PassiveTeX/TeX for functionality.
|
|
|
961208 |
|
|
|
961208 |
%package xhtml
|
|
|
961208 |
Group: Applications/System
|
|
|
961208 |
License: GPLv2+
|
|
|
961208 |
Summary: A set of xmlto backends for xhtml1 source format
|
|
|
961208 |
# For functionality we need stylesheets xhtml2fo-style-xsl
|
|
|
961208 |
Requires: xhtml2fo-style-xsl
|
|
|
961208 |
# We require main package
|
|
|
961208 |
Requires: xmlto = %{version}-%{release}
|
|
|
961208 |
BuildArch: noarch
|
|
|
961208 |
|
|
|
961208 |
%description xhtml
|
|
|
961208 |
This subpackage contains xmlto backend scripts for processing
|
|
|
961208 |
xhtml1 source format.
|
|
|
961208 |
|
|
|
961208 |
%prep
|
|
|
961208 |
%setup -q
|
|
|
961208 |
%patch1 -p1 -b .noextension
|
|
|
961208 |
|
|
|
961208 |
%build
|
|
|
961208 |
%configure BASH=/bin/bash
|
|
|
961208 |
make %{?_smp_mflags}
|
|
|
961208 |
|
|
|
961208 |
%check
|
|
|
961208 |
make check
|
|
|
961208 |
|
|
|
961208 |
%install
|
|
|
961208 |
rm -rf $RPM_BUILD_ROOT
|
|
|
961208 |
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
|
|
961208 |
|
|
|
961208 |
%clean
|
|
|
961208 |
rm -rf $RPM_BUILD_ROOT
|
|
|
961208 |
|
|
|
961208 |
%files
|
|
|
961208 |
%defattr(-,root,root,-)
|
|
|
961208 |
%doc COPYING ChangeLog README AUTHORS NEWS
|
|
|
961208 |
%{_bindir}/*
|
|
|
961208 |
%{_mandir}/*/*
|
|
|
961208 |
%{_datadir}/xmlto
|
|
|
961208 |
%exclude %{_datadir}/xmlto/format/fo/dvi
|
|
|
961208 |
%exclude %{_datadir}/xmlto/format/fo/ps
|
|
|
961208 |
%exclude %{_datadir}/xmlto/format/fo/pdf
|
|
|
961208 |
%exclude %dir %{_datadir}/xmlto/format/xhtml1/
|
|
|
961208 |
%exclude %{_datadir}/xmlto/format/xhtml1
|
|
|
961208 |
|
|
|
961208 |
|
|
|
961208 |
%files tex
|
|
|
961208 |
%defattr(-,root,root,-)
|
|
|
961208 |
%{_datadir}/xmlto/format/fo/dvi
|
|
|
961208 |
%{_datadir}/xmlto/format/fo/ps
|
|
|
961208 |
%{_datadir}/xmlto/format/fo/pdf
|
|
|
961208 |
|
|
|
961208 |
%files xhtml
|
|
|
961208 |
%defattr(-,root,root,-)
|
|
|
961208 |
%dir %{_datadir}/xmlto/format/xhtml1/
|
|
|
961208 |
%{_datadir}/xmlto/format/xhtml1/*
|
|
|
961208 |
|
|
|
961208 |
|
|
|
961208 |
%changelog
|
|
|
961208 |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.0.25-7
|
|
|
961208 |
- Mass rebuild 2014-01-24
|
|
|
961208 |
|
|
|
961208 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.0.25-6
|
|
|
961208 |
- Mass rebuild 2013-12-27
|
|
|
961208 |
|
|
|
961208 |
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.25-5
|
|
|
961208 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
961208 |
|
|
|
961208 |
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.25-4
|
|
|
961208 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
961208 |
|
|
|
961208 |
* Fri Jun 08 2012 Ondrej Vasik <ovasik@redhat.com> - 0.0.25-3
|
|
|
961208 |
- fix the noextensions option (#830266)
|
|
|
961208 |
|
|
|
961208 |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.25-2
|
|
|
961208 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
961208 |
|
|
|
961208 |
* Fri Dec 02 2011 Ondrej Vasik <ovasik@redhat.com> - 0.0.25-1
|
|
|
961208 |
- fix handling of external data objects with fop
|
|
|
961208 |
(deb #568894)
|
|
|
961208 |
|
|
|
961208 |
* Tue Nov 29 2011 Ondrej Vasik <ovasik@redhat.com> - 0.0.24-2
|
|
|
961208 |
- fix the functionality of fop.extensions (#757035)
|
|
|
961208 |
|
|
|
961208 |
* Thu Jul 14 2011 Ondrej Vasik <ovasik@redhat.com> - 0.0.24-1
|
|
|
961208 |
- new release 0.0.24, basic support for docbook->epub
|
|
|
961208 |
conversion, use backend extensions by default
|
|
|
961208 |
(--noextensions) to disable it
|
|
|
961208 |
|
|
|
961208 |
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.23-4
|
|
|
961208 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
961208 |
|
|
|
961208 |
* Tue Oct 13 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-3
|
|
|
961208 |
- workaround passivetex limitation for chapter titles starting
|
|
|
961208 |
with L(#526273)
|
|
|
961208 |
|
|
|
961208 |
* Fri Sep 24 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-2
|
|
|
961208 |
- ensure the default shell is /bin/bash instead of /bin/sh
|
|
|
961208 |
|
|
|
961208 |
* Mon Sep 21 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.23-1
|
|
|
961208 |
- New version 0.0.23
|
|
|
961208 |
- added autodetection for more common tools like
|
|
|
961208 |
gnu cp or tail
|
|
|
961208 |
- added option --noautosize to prevent overriding
|
|
|
961208 |
of user-defined or system-default paper size
|
|
|
961208 |
- use shell built-in 'type -t' instead of 'which'
|
|
|
961208 |
utility for detection of file availability
|
|
|
961208 |
|
|
|
961208 |
* Sat Aug 01 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.22-3
|
|
|
961208 |
- make subpackages noarch, preserve timestamps - merge
|
|
|
961208 |
review (#226568)
|
|
|
961208 |
|
|
|
961208 |
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.22-2
|
|
|
961208 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
961208 |
|
|
|
961208 |
* Wed Mar 25 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.22-1
|
|
|
961208 |
- New version 0.0.22
|
|
|
961208 |
- autodetection for tools/program paths, consolidated
|
|
|
961208 |
error code handling, build warnings cleanup
|
|
|
961208 |
|
|
|
961208 |
* Mon Mar 16 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-9
|
|
|
961208 |
- reenable noent switch - bug is on lcdproc side
|
|
|
961208 |
- add xhtml support(subpackage) (#145140)
|
|
|
961208 |
|
|
|
961208 |
* Mon Mar 02 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-8
|
|
|
961208 |
- temporarily disable noent switch - blocks lcdproc doc build
|
|
|
961208 |
(#488093)
|
|
|
961208 |
|
|
|
961208 |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.21-7
|
|
|
961208 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
961208 |
|
|
|
961208 |
* Wed Jan 28 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-6
|
|
|
961208 |
- fix cleaning up of temporary files with libpaper(Debian)
|
|
|
961208 |
- fix xmllint postvalid (added noent option), use nonet
|
|
|
961208 |
switch
|
|
|
961208 |
|
|
|
961208 |
* Mon Jan 05 2009 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-5
|
|
|
961208 |
- fix stringparam option functionality
|
|
|
961208 |
|
|
|
961208 |
* Tue Dec 16 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-4
|
|
|
961208 |
- merge review(#226568)
|
|
|
961208 |
correct doc filelist attributes, add License GPL+ for xmlif
|
|
|
961208 |
|
|
|
961208 |
* Fri Dec 12 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-3
|
|
|
961208 |
- merge review(#226568):
|
|
|
961208 |
ship documentation files, fix license tag, use recommended
|
|
|
961208 |
parallel make, make install instead of macro, require libxslt
|
|
|
961208 |
instead of direct binary requirement
|
|
|
961208 |
|
|
|
961208 |
* Fri Jul 11 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-2
|
|
|
961208 |
- xmlto-tex subpackage to prevent requirements for
|
|
|
961208 |
passivetex/tex for all backends(#454341)
|
|
|
961208 |
|
|
|
961208 |
* Mon Jun 20 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.21-1
|
|
|
961208 |
- new version 0.0.21
|
|
|
961208 |
|
|
|
961208 |
* Tue May 13 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.20-3
|
|
|
961208 |
- fixed errorneus handling of backend stylesheet(#446092)
|
|
|
961208 |
- removed unused patches
|
|
|
961208 |
|
|
|
961208 |
* Mon Feb 11 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.20-2
|
|
|
961208 |
- gcc4.3 rebuild
|
|
|
961208 |
|
|
|
961208 |
* Thu Jan 17 2008 Ondrej Vasik <ovasik@redhat.com> - 0.0.20-1
|
|
|
961208 |
- new version 0.0.20
|
|
|
961208 |
- added experimental fop support(additional output formats)
|
|
|
961208 |
- possibility to read stylesheet from STDIN, using recursive
|
|
|
961208 |
cp in docbook formats, updated man pages
|
|
|
961208 |
|
|
|
961208 |
* Wed Nov 28 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.19-1
|
|
|
961208 |
- new version 0.0.19
|
|
|
961208 |
- added dist tag
|
|
|
961208 |
|
|
|
961208 |
* Fri Oct 12 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.18-17
|
|
|
961208 |
- generalized text-www-browser requirements(#174566)
|
|
|
961208 |
|
|
|
961208 |
* Mon Oct 8 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.18-16
|
|
|
961208 |
- fixed warning message from find in usage() display(#322121)
|
|
|
961208 |
|
|
|
961208 |
* Wed Sep 19 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.18-15
|
|
|
961208 |
- fixed wrong source URL
|
|
|
961208 |
|
|
|
961208 |
* Thu Aug 23 2007 Ondrej Vasik <ovasik@redhat.com> - 0.0.18-14
|
|
|
961208 |
- rebuilt for F8
|
|
|
961208 |
- changed License tag to GPLv2
|
|
|
961208 |
|
|
|
961208 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.0.18-13.1
|
|
|
961208 |
- rebuild
|
|
|
961208 |
|
|
|
961208 |
* Thu Jun 8 2006 Tim Waugh <twaugh@redhat.com> 0.0.18-13
|
|
|
961208 |
- Removed debugging.
|
|
|
961208 |
|
|
|
961208 |
* Thu Jun 8 2006 Tim Waugh <twaugh@redhat.com> 0.0.18-12
|
|
|
961208 |
- Debug build.
|
|
|
961208 |
|
|
|
961208 |
* Thu Jun 8 2006 Tim Waugh <twaugh@redhat.com> 0.0.18-11
|
|
|
961208 |
- Rebuilt.
|
|
|
961208 |
|
|
|
961208 |
* Mon Jun 5 2006 Tim Waugh <twaugh@redhat.com> 0.0.18-10
|
|
|
961208 |
- Rebuilt.
|
|
|
961208 |
|
|
|
961208 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.0.18-9.2.1
|
|
|
961208 |
- bump again for double-long bug on ppc(64)
|
|
|
961208 |
|
|
|
961208 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.0.18-9.2
|
|
|
961208 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
961208 |
|
|
|
961208 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
961208 |
- rebuilt
|
|
|
961208 |
|
|
|
961208 |
* Mon Aug 8 2005 Tim Waugh <twaugh@redhat.com> 0.0.18-9
|
|
|
961208 |
- Fixed quoting in scripts (bug #165338).
|
|
|
961208 |
|
|
|
961208 |
* Mon Aug 1 2005 Tim Waugh <twaugh@redhat.com> 0.0.18-8
|
|
|
961208 |
- Requires w3m (bug #164798).
|
|
|
961208 |
|
|
|
961208 |
* Mon Jul 25 2005 Tim Waugh <twaugh@redhat.com> 0.0.18-7
|
|
|
961208 |
- Rebuild for new man-pages stylesheet.
|
|
|
961208 |
|
|
|
961208 |
* Mon Apr 4 2005 Tim Waugh <twaugh@redhat.com>
|
|
|
961208 |
- Requires util-linux and flex, as does the build.
|
|
|
961208 |
|
|
|
961208 |
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 0.0.18-6
|
|
|
961208 |
- Rebuild for new GCC.
|
|
|
961208 |
|
|
|
961208 |
* Wed Feb 9 2005 Tim Waugh <twaugh@redhat.com> 0.0.18-5
|
|
|
961208 |
- Rebuilt.
|
|
|
961208 |
|
|
|
961208 |
* Thu Jul 1 2004 Tim Waugh <twaugh@redhat.com> 0.0.18-4
|
|
|
961208 |
- Magic encoding is enabled again (bug #126921).
|
|
|
961208 |
|
|
|
961208 |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
961208 |
- rebuilt
|
|
|
961208 |
|
|
|
961208 |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
961208 |
- rebuilt
|
|
|
961208 |
|
|
|
961208 |
* Wed Jan 21 2004 Tim Waugh <twaugh@redhat.com> 0.0.18-1
|
|
|
961208 |
- 0.0.18.
|
|
|
961208 |
|
|
|
961208 |
* Mon Dec 1 2003 Tim Waugh <twaugh@redhat.com> 0.0.17-1
|
|
|
961208 |
- 0.0.17.
|
|
|
961208 |
|
|
|
961208 |
* Tue Nov 18 2003 Tim Waugh <twaugh@redhat.com> 0.0.16-1
|
|
|
961208 |
- 0.0.16.
|
|
|
961208 |
|
|
|
961208 |
* Tue Oct 7 2003 Tim Waugh <twaugh@redhat.com> 0.0.15-1
|
|
|
961208 |
- 0.0.15.
|
|
|
961208 |
|
|
|
961208 |
* Tue Sep 23 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
961208 |
- allow compiling without tetex(passivetex) dependency
|
|
|
961208 |
|
|
|
961208 |
* Tue Jun 17 2003 Tim Waugh <twaugh@redhat.com> 0.0.14-3
|
|
|
961208 |
- Rebuilt.
|
|
|
961208 |
|
|
|
961208 |
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
961208 |
- rebuilt
|
|
|
961208 |
|
|
|
961208 |
* Fri May 23 2003 Tim Waugh <twaugh@redhat.com> 0.0.14-1
|
|
|
961208 |
- 0.0.14.
|
|
|
961208 |
|
|
|
961208 |
* Sun May 11 2003 Tim Waugh <twaugh@redhat.com> 0.0.13-1
|
|
|
961208 |
- 0.0.13.
|
|
|
961208 |
|
|
|
961208 |
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
961208 |
- rebuilt
|
|
|
961208 |
|
|
|
961208 |
* Fri Jan 3 2003 Tim Waugh <twaugh@redhat.com> 0.0.12-2
|
|
|
961208 |
- Disable magic encoding detection, since the stylesheets don't handle
|
|
|
961208 |
it well at all (bug #80732).
|
|
|
961208 |
|
|
|
961208 |
* Thu Dec 12 2002 Tim Waugh <twaugh@redhat.com> 0.0.12-1
|
|
|
961208 |
- 0.0.12.
|
|
|
961208 |
|
|
|
961208 |
* Wed Oct 16 2002 Tim Waugh <twaugh@redhat.com> 0.0.11-1
|
|
|
961208 |
- 0.0.11.
|
|
|
961208 |
- xmlto.mak no longer needed.
|
|
|
961208 |
- CVS patch no longer needed.
|
|
|
961208 |
- Update docbook-xsl requirement.
|
|
|
961208 |
- Ship xmlif.
|
|
|
961208 |
- Run tests.
|
|
|
961208 |
- No longer a noarch package.
|
|
|
961208 |
|
|
|
961208 |
* Tue Jul 9 2002 Tim Waugh <twaugh@redhat.com> 0.0.10-4
|
|
|
961208 |
- Ship xmlto.mak.
|
|
|
961208 |
|
|
|
961208 |
* Thu Jun 27 2002 Tim Waugh <twaugh@redhat.com> 0.0.10-3
|
|
|
961208 |
- Some db2man improvements from CVS.
|
|
|
961208 |
|
|
|
961208 |
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 0.0.10-2
|
|
|
961208 |
- automated rebuild
|
|
|
961208 |
|
|
|
961208 |
* Tue Jun 18 2002 Tim Waugh <twaugh@redhat.com> 0.0.10-1
|
|
|
961208 |
- 0.0.10.
|
|
|
961208 |
- No longer need texinputs patch.
|
|
|
961208 |
|
|
|
961208 |
* Tue Jun 18 2002 Tim Waugh <twaugh@redhat.com> 0.0.9-3
|
|
|
961208 |
- Fix TEXINPUTS problem with ps and dvi backends.
|
|
|
961208 |
|
|
|
961208 |
* Thu May 23 2002 Tim Powers <timp@redhat.com> 0.0.9-2
|
|
|
961208 |
- automated rebuild
|
|
|
961208 |
|
|
|
961208 |
* Wed May 1 2002 Tim Waugh <twaugh@redhat.com> 0.0.9-1
|
|
|
961208 |
- 0.0.9.
|
|
|
961208 |
- The nonet patch is no longer needed.
|
|
|
961208 |
|
|
|
961208 |
* Fri Apr 12 2002 Tim Waugh <twaugh@redhat.com> 0.0.8-3
|
|
|
961208 |
- Don't fetch entities over the network.
|
|
|
961208 |
|
|
|
961208 |
* Thu Feb 21 2002 Tim Waugh <twaugh@redhat.com> 0.0.8-2
|
|
|
961208 |
- Rebuild in new environment.
|
|
|
961208 |
|
|
|
961208 |
* Tue Feb 12 2002 Tim Waugh <twaugh@redhat.com> 0.0.8-1
|
|
|
961208 |
- 0.0.8.
|
|
|
961208 |
|
|
|
961208 |
* Fri Jan 25 2002 Tim Waugh <twaugh@redhat.com> 0.0.7-2
|
|
|
961208 |
- Require the DocBook DTDs.
|
|
|
961208 |
|
|
|
961208 |
* Mon Jan 21 2002 Tim Waugh <twaugh@redhat.com> 0.0.7-1
|
|
|
961208 |
- 0.0.7 (bug #58624, bug #58625).
|
|
|
961208 |
|
|
|
961208 |
* Wed Jan 16 2002 Tim Waugh <twaugh@redhat.com> 0.0.6-1
|
|
|
961208 |
- 0.0.6.
|
|
|
961208 |
|
|
|
961208 |
* Wed Jan 09 2002 Tim Powers <timp@redhat.com> 0.0.5-4
|
|
|
961208 |
- automated rebuild
|
|
|
961208 |
|
|
|
961208 |
* Wed Jan 9 2002 Tim Waugh <twaugh@redhat.com> 0.0.5-3
|
|
|
961208 |
- 0.0.6pre2.
|
|
|
961208 |
|
|
|
961208 |
* Wed Jan 9 2002 Tim Waugh <twaugh@redhat.com> 0.0.5-2
|
|
|
961208 |
- 0.0.6pre1.
|
|
|
961208 |
|
|
|
961208 |
* Tue Jan 8 2002 Tim Waugh <twaugh@redhat.com> 0.0.5-1
|
|
|
961208 |
- 0.0.5.
|
|
|
961208 |
|
|
|
961208 |
* Mon Dec 17 2001 Tim Waugh <twaugh@redhat.com> 0.0.4-2
|
|
|
961208 |
- 0.0.4.
|
|
|
961208 |
- Apply patch from CVS to fix silly typos.
|
|
|
961208 |
|
|
|
961208 |
* Sat Dec 8 2001 Tim Waugh <twaugh@redhat.com> 0.0.3-1
|
|
|
961208 |
- 0.0.3.
|
|
|
961208 |
|
|
|
961208 |
* Wed Dec 5 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
961208 |
- Built for Red Hat Linux.
|
|
|
961208 |
|
|
|
961208 |
* Fri Nov 23 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
961208 |
- Initial spec file.
|