mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
nasm.spec.in: be extra obnoxious about build requirements
It is better to put in too many BuildRequires than too few. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
35ef2e2d1a
commit
b453f9e8ea
1 changed files with 4 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ 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}
|
||||
@@PERLBUILDREQS@@
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: asciidoc
|
||||
|
|
@ -23,6 +22,10 @@ BuildRequires: make
|
|||
BuildRequires: gzip
|
||||
BuildRequires: xz
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: sed
|
||||
BuildRequires: findutils
|
||||
BuildRequires: coreutils
|
||||
@@PERLBUILDREQS@@
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Obsoletes: %{name}-rdoff < 2.16
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue