2007-01-15 23:26:27 +00:00
|
|
|
#
|
2012-09-08 11:24:11 +00:00
|
|
|
# spec file for package nasm
|
2007-01-15 23:26:27 +00:00
|
|
|
#
|
2022-12-16 12:47:40 +00:00
|
|
|
# Copyright (c) 2022 SUSE LLC
|
2007-01-15 23:26:27 +00:00
|
|
|
#
|
2008-09-13 03:56:32 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-03-05 15:23:08 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-01-15 23:26:27 +00:00
|
|
|
#
|
|
|
|
|
2008-04-08 22:34:29 +00:00
|
|
|
|
2007-01-26 16:44:59 +00:00
|
|
|
Name: nasm
|
2022-12-22 08:34:31 +00:00
|
|
|
Version: 2.16.01
|
2012-09-08 11:24:11 +00:00
|
|
|
Release: 0
|
2007-01-26 16:44:59 +00:00
|
|
|
Summary: Netwide Assembler (An x86 Assembler)
|
2012-09-08 11:24:11 +00:00
|
|
|
License: BSD-2-Clause
|
|
|
|
Group: Development/Languages/Other
|
2020-07-06 12:49:47 +00:00
|
|
|
URL: https://www.nasm.us/
|
2022-12-16 12:47:40 +00:00
|
|
|
Source: https://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
Patch0: reproducible.patch
|
2015-02-24 08:52:18 +00:00
|
|
|
BuildRequires: fdupes
|
2007-01-15 23:26:27 +00:00
|
|
|
|
|
|
|
%description
|
2017-05-23 11:32:48 +00:00
|
|
|
NASM is a prototype general-purpose x86 assembler. It can currently output
|
|
|
|
several binary formats, including ELF, a.out, Win32, and OS/2.
|
2007-01-15 23:26:27 +00:00
|
|
|
|
|
|
|
%prep
|
2022-12-16 12:47:40 +00:00
|
|
|
%autosetup -p0
|
2007-01-15 23:26:27 +00:00
|
|
|
|
|
|
|
%build
|
2019-03-05 15:23:08 +00:00
|
|
|
%configure \
|
|
|
|
--enable-lto
|
2020-07-06 12:49:47 +00:00
|
|
|
%make_build all
|
2007-01-15 23:26:27 +00:00
|
|
|
|
|
|
|
%install
|
2022-12-21 08:36:36 +00:00
|
|
|
%make_install
|
2017-07-25 12:08:19 +00:00
|
|
|
%fdupes %{buildroot}%{_mandir}
|
|
|
|
|
|
|
|
%check
|
2020-07-06 12:49:47 +00:00
|
|
|
%make_build test
|
2007-01-15 23:26:27 +00:00
|
|
|
|
|
|
|
%files
|
2018-03-15 09:06:42 +00:00
|
|
|
%license LICENSE
|
2020-07-06 12:49:47 +00:00
|
|
|
%doc AUTHORS CHANGES ChangeLog README.md
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_mandir}/man1/*.1%{?ext_man}
|
2008-04-08 22:34:29 +00:00
|
|
|
|
2008-01-12 02:03:07 +00:00
|
|
|
%changelog
|