diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2011-06-06 14:53:22 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2011-06-06 14:53:22 -0700 |
commit | 55fe7735cf42a21fe447b5c63485e05c2af2916c (patch) | |
tree | 8922bca40ca9d6a694595a6f60af17e5eb60bc39 | |
parent | 20306b2b8ccff6eb9c175086d4d8f430edfc0463 (diff) | |
download | nasm-55fe7735cf42a21fe447b5c63485e05c2af2916c.tar.gz nasm-55fe7735cf42a21fe447b5c63485e05c2af2916c.tar.bz2 nasm-55fe7735cf42a21fe447b5c63485e05c2af2916c.zip |
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>
-rw-r--r-- | nasm.spec.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nasm.spec.in b/nasm.spec.in index 1b70521..f1f9295 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. |