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