From 55fe7735cf42a21fe447b5c63485e05c2af2916c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 6 Jun 2011 14:53:22 -0700 Subject: [PATCH] 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 --- nasm.spec.in | 8 ++++---- 1 file 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. -- 2.11.4.GIT