From 9191dae3758ceb5a0a5f0ed8d14c088642329039 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 10 Apr 2017 07:02:18 -0700 Subject: nasm.spec.in: add fontconfig as a built requirement Add fontconfig as a build requirement. It is technically not obligatory, but may make the build quite a bit faster. Signed-off-by: H. Peter Anvin --- nasm.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nasm.spec.in') diff --git a/nasm.spec.in b/nasm.spec.in index 0cd21c73..f41bd16b 100644 --- a/nasm.spec.in +++ b/nasm.spec.in @@ -11,7 +11,8 @@ URL: http://www.nasm.us/ BuildRoot: /tmp/rpm-build-nasm Prefix: %{_prefix} BuildRequires: perl, asciidoc, xmlto, ghostscript, texinfo, perl-Font-TTF, \ - adobe-source-sans-pro-fonts, adobe-source-code-pro-fonts + adobe-source-sans-pro-fonts, adobe-source-code-pro-fonts, \ + fontconfig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %package doc -- cgit v1.2.3