mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04:00
nasm.spec.in: add Obsoletes tags where applicable; fix License tag
Add Obsoletes tags: nasm-rdoff; old nasm-doc. Add a few BuildRequires: tags. Update License: tag to match SPDX. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
cd37b81b32
commit
0346e58b6e
@ -4,7 +4,7 @@ Summary: The Netwide Assembler, a portable x86 assembler with Intel-like syntax
|
|||||||
Name: nasm
|
Name: nasm
|
||||||
Version: @@NASM_MANGLED_VER@@
|
Version: @@NASM_MANGLED_VER@@
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
License: BSD
|
License: BSD-2-Clause
|
||||||
Source: http://www.nasm.us/pub/nasm/releasebuilds/%{nasm_version}/nasm-%{nasm_version}.tar.xz
|
Source: http://www.nasm.us/pub/nasm/releasebuilds/%{nasm_version}/nasm-%{nasm_version}.tar.xz
|
||||||
URL: http://www.nasm.us/
|
URL: http://www.nasm.us/
|
||||||
BuildRoot: /tmp/rpm-build-nasm
|
BuildRoot: /tmp/rpm-build-nasm
|
||||||
@ -14,9 +14,11 @@ BuildRequires: autoconf
|
|||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: xz
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: make
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
Obsoletes: nasm-rdoff
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Detailed manual for the Netwide Assembler
|
Summary: Detailed manual for the Netwide Assembler
|
||||||
@ -25,6 +27,8 @@ BuildRequires: ghostscript
|
|||||||
BuildRequires: fontconfig
|
BuildRequires: fontconfig
|
||||||
BuildRequires: adobe-source-sans-pro-fonts
|
BuildRequires: adobe-source-sans-pro-fonts
|
||||||
BuildRequires: adobe-source-code-pro-fonts
|
BuildRequires: adobe-source-code-pro-fonts
|
||||||
|
BuildRequires: xz
|
||||||
|
Obsoletes: %{nasm}-doc < %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
NASM is the Netwide Assembler, a free portable assembler for the Intel
|
NASM is the Netwide Assembler, a free portable assembler for the Intel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user