0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-07-24 10:25:42 -04:00

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>
This commit is contained in:
H. Peter Anvin 2017-04-10 07:09:51 -07:00
parent 9191dae375
commit a959e3085d

View File

@ -10,9 +10,9 @@ Source: http://www.nasm.us/pub/nasm/releasebuilds/%{nasm_version}/nasm-%{nasm_ve
URL: http://www.nasm.us/ URL: http://www.nasm.us/
BuildRoot: /tmp/rpm-build-nasm BuildRoot: /tmp/rpm-build-nasm
Prefix: %{_prefix} Prefix: %{_prefix}
BuildRequires: perl, asciidoc, xmlto, ghostscript, texinfo, perl-Font-TTF, \ BuildRequires: perl, asciidoc, xmlto, ghostscript, texinfo, perl-Font-TTF
adobe-source-sans-pro-fonts, adobe-source-code-pro-fonts, \ BuildRequires: adobe-source-sans-pro-fonts, adobe-source-code-pro-fonts
fontconfig BuildRequires: fontconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%package doc %package doc