diff --git a/.cvsignore b/.cvsignore index c92f34a..4ed3bac 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -xmlto-0.0.10.tar.gz +xmlto-0.0.12.tar.bz2 diff --git a/sources b/sources index d3dcf17..51353b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e30134d15713dc927ad44d72d3c2aa6a xmlto-0.0.10.tar.gz +84b93368043a261527f576739f4fbd7a xmlto-0.0.12.tar.bz2 diff --git a/xmlto.spec b/xmlto.spec index 535af48..fb9d815 100644 --- a/xmlto.spec +++ b/xmlto.spec @@ -1,21 +1,19 @@ Summary: A tool for converting XML files to various formats. Name: xmlto -Version: 0.0.10 -Release: 4 +Version: 0.0.12 +Release: 3 License: GPL Group: Applications/System URL: http://cyberelk.net/tim/xmlto/ -Source0: ftp://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.gz -Source1: xmlto.mak -Patch0: xmlto-0.0.10-cvs.patch +Source0: ftp://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2 +Patch0: xmlto-0.0.12-encoding.patch BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot -BuildArch: noarch -BuildRequires: docbook-xsl >= 1.47 +BuildRequires: docbook-xsl >= 1.56.0 BuildRequires: libxslt # We rely heavily on the DocBook XSL stylesheets! -Requires: docbook-xsl >= 1.47 +Requires: docbook-xsl >= 1.56.0 # For full functionality, we need passivetex. Requires: passivetex >= 1.11 @@ -28,27 +26,46 @@ stylesheets. %prep %setup -q -%patch0 -p1 -b .cvs +%patch0 -p1 -b .encoding %build %configure make +make check %install rm -rf %{buildroot} %makeinstall -install -m0644 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/ %clean rm -rf %{buildroot} %files %defattr(-,root,root) -%{_bindir}/xmlto +%{_bindir}/* %{_mandir}/*/* %{_datadir}/xmlto %changelog +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Fri Jan 3 2003 Tim Waugh 0.0.12-2 +- Disable magic encoding detection, since the stylesheets don't handle + it well at all (bug #80732). + +* Thu Dec 12 2002 Tim Waugh 0.0.12-1 +- 0.0.12. + +* Wed Oct 16 2002 Tim Waugh 0.0.11-1 +- 0.0.11. +- xmlto.mak no longer needed. +- CVS patch no longer needed. +- Update docbook-xsl requirement. +- Ship xmlif. +- Run tests. +- No longer a noarch package. + * Tue Jul 9 2002 Tim Waugh 0.0.10-4 - Ship xmlto.mak.