summaryrefslogtreecommitdiff
path: root/nasm.spec.in
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2011-06-06 14:53:22 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2011-06-06 14:53:22 -0700
commit55fe7735cf42a21fe447b5c63485e05c2af2916c (patch)
tree8922bca40ca9d6a694595a6f60af17e5eb60bc39 /nasm.spec.in
parent20306b2b8ccff6eb9c175086d4d8f430edfc0463 (diff)
downloadnasm-55fe7735cf42a21fe447b5c63485e05c2af2916c.tar.gz
spec: update to match requirements of Fedora 14+
"PreReq" is no longer accepted as an alias for "Requires". Sigh. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'nasm.spec.in')
-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.