From d8dff62af118a36b576942b00386d4c347330c5e Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Apr 04 2005 11:44:27 +0000 Subject: - Requires util-linux and flex, as does the build. --- diff --git a/xmlto.spec b/xmlto.spec index b13c45c..b8a0617 100644 --- a/xmlto.spec +++ b/xmlto.spec @@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildRequires: docbook-xsl >= 1.56.0 BuildRequires: libxslt +BuildRequires: util-linux, flex # We rely heavily on the DocBook XSL stylesheets! Requires: docbook-xsl >= 1.56.0 @@ -22,6 +23,7 @@ Requires: passivetex >= 1.11 %endif Requires: libxslt Requires: docbook-dtds +Requires: util-linux, flex %description This is a package for converting XML files to various formats using XSL @@ -49,6 +51,9 @@ rm -rf %{buildroot} %{_datadir}/xmlto %changelog +* Mon Apr 4 2005 Tim Waugh +- Requires util-linux and flex, as does the build. + * Wed Mar 2 2005 Tim Waugh 0.0.18-6 - Rebuild for new GCC.