diff options
-rw-r--r-- | nasm.spec.in | 3 |
1 files changed, 2 insertions, 1 deletions
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 |