From: H. Peter Anvin Date: Mon, 6 Jun 2011 21:53:22 +0000 (-0700) Subject: spec: update to match requirements of Fedora 14+ X-Git-Tag: nasm-2.10rc6~1 X-Git-Url: https://repo.or.cz/w/nasm.git/commitdiff_plain/55fe7735cf42a21fe447b5c63485e05c2af2916c 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 --- 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.