- Removed debugging.

This commit is contained in:
Tim Waugh 2006-06-08 16:25:26 +00:00
parent 7d39139d84
commit 9ef0934d16

View File

@ -9,13 +9,11 @@ Group: Applications/System
URL: http://cyberelk.net/tim/xmlto/
Source0: ftp://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2
Patch0: xmlto-basename.patch
Patch1: xmlto-debug.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildRequires: docbook-xsl >= 1.56.0
BuildRequires: libxslt
BuildRequires: util-linux, flex
BuildRequires: strace
# We rely heavily on the DocBook XSL stylesheets!
Requires: docbook-xsl >= 1.56.0
@ -39,7 +37,6 @@ stylesheets.
%prep
%setup -q
%patch0 -p1 -b .basename
%patch1 -p1 -b .debug
%build
touch doc/xmlto.xml doc/xmlif.xml
@ -61,6 +58,9 @@ rm -rf %{buildroot}
%{_datadir}/xmlto
%changelog
* Thu Jun 8 2006 Tim Waugh <twaugh@redhat.com> 0.0.18-13
- Removed debugging.
* Thu Jun 8 2006 Tim Waugh <twaugh@redhat.com> 0.0.18-12
- Debug build.