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:
parent
20306b2b8c
commit
55fe7735cf
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user