summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nasm.spec.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/nasm.spec.in b/nasm.spec.in
index 1b705210..f1f9295c 100644
--- a/nasm.spec.in
+++ b/nasm.spec.in
@@ -10,15 +10,15 @@ 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}
-BuildPrereq: perl
+BuildRequires: perl
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires(post): /sbin/install-info
-Requires(preun): /sbin/install-info
%package doc
Summary: Extensive documentation for NASM
Group: Development/Languages
-Prereq: /sbin/install-info
+BuildRequires: ghostscript, texinfo
+Requires(post): /sbin/install-info
+Requires(preun): /sbin/install-info
%package rdoff
Summary: Tools for the RDOFF binary format, sometimes used with NASM.