0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-07-24 10:25:42 -04:00

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>
This commit is contained in:
H. Peter Anvin 2011-06-06 14:53:22 -07:00
parent 20306b2b8c
commit 55fe7735cf

View File

@ -10,15 +10,15 @@ Source: http://www.nasm.us/pub/nasm/releasebuilds/%{nasm_version}/nasm-%{nasm_ve
URL: http://www.nasm.us/ URL: http://www.nasm.us/
BuildRoot: /tmp/rpm-build-nasm BuildRoot: /tmp/rpm-build-nasm
Prefix: %{_prefix} Prefix: %{_prefix}
BuildPrereq: perl BuildRequires: perl
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
%package doc %package doc
Summary: Extensive documentation for NASM Summary: Extensive documentation for NASM
Group: Development/Languages Group: Development/Languages
Prereq: /sbin/install-info BuildRequires: ghostscript, texinfo
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
%package rdoff %package rdoff
Summary: Tools for the RDOFF binary format, sometimes used with NASM. Summary: Tools for the RDOFF binary format, sometimes used with NASM.