From 1f46104d3361cdc049c37c3e777549a671c3b59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Tue, 7 Dec 2010 09:54:33 +0100 Subject: [PATCH] BuildRequire flex-static as we need libfl --- linuxdoc-tools.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linuxdoc-tools.spec b/linuxdoc-tools.spec index ee77fe5..b16391c 100644 --- a/linuxdoc-tools.spec +++ b/linuxdoc-tools.spec @@ -11,7 +11,7 @@ Patch0: linuxdoc-tools-0.9.13-letter.patch Patch1: linuxdoc-tools-0.9.20-lib64.patch Url: http://packages.qa.debian.org/l/linuxdoc-tools.html BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: flex sgml-common jade gawk groff autoconf texinfo +BuildRequires: flex flex-static sgml-common jade gawk groff autoconf texinfo #need actual perl directory structure BuildRequires: perl >= 4:5.10.1 Requires: jade gawk groff @@ -104,6 +104,7 @@ exit 0 %changelog * Mon Dec 06 2010 Ondrej Vasik 0.9.66-7 - fix perl vendor lib location(FTBS) +- BuildRequire flex-static as we need libfl * Fri Mar 26 2010 Ondrej Vasik 0.9.66-6 - rebuild with new groff (to use -ms instead of -mgs, #577164)