summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2017-04-10 07:09:51 -0700
committerH. Peter Anvin <hpa@zytor.com>2017-04-10 07:09:51 -0700
commita959e3085dca628f8dddde9cf18f93a34fd53d37 (patch)
treecb6bdf233b47c1eb512b967254cba57d3638eb39
parent9191dae3758ceb5a0a5f0ed8d14c088642329039 (diff)
downloadnasm-a959e3085dca628f8dddde9cf18f93a34fd53d37.tar.gz
nasm.spec.in: split BuildRequires line
\ apparently doesn't work as continuation lines, just split it up. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--nasm.spec.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/nasm.spec.in b/nasm.spec.in
index f41bd16b..2dc8b755 100644
--- a/nasm.spec.in
+++ b/nasm.spec.in
@@ -10,9 +10,9 @@ Source: http://www.nasm.us/pub/nasm/releasebuilds/%{nasm_version}/nasm-%{nasm_ve
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, \
- fontconfig
+BuildRequires: perl, asciidoc, xmlto, ghostscript, texinfo, perl-Font-TTF
+BuildRequires: adobe-source-sans-pro-fonts, adobe-source-code-pro-fonts
+BuildRequires: fontconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%package doc