14 Star 0 Fork 4

ocs-upgrade/nasm

forked from OpenCloudOS Stream/nasm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
nasm.spec 1.56 KB
一键复制 编辑 原始数据 按行查看 历史
ocs-bot 提交于 2024-09-23 06:35 . Upgrade to version 2.16.03
Summary: A portable x86 assembler which uses Intel-like syntax
Name: nasm
Version: 2.16.03
Release: 1%{?dist}
License: BSD
URL: http://www.nasm.us
Source0: https://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}.tar.xz
BuildRequires: perl(Env) autoconf automake asciidoc xmlto gcc make
Obsoletes: nasm-rdoff < 2.16.01-1
%description
NASM is the Netwide Assembler, a free portable assembler for the Intel 80x86 microprocessor series,
using primarily the traditional Intel instruction mnemonics and syntax.
%prep
%autosetup -n %{name}-%{version} -p1
%build
%configure
%make_build all
%install
%make_install
%check
make -C test golden test diff
%files
%license LICENSE
%doc AUTHORS CHANGES README.md
%{_bindir}/nasm
%{_bindir}/ndisasm
%{_mandir}/man1/nasm*
%{_mandir}/man1/ndisasm*
%changelog
* Mon Sep 23 2024 Upgrade Robot <upbot@opencloudos.tech> - 2.16.03-1
- Upgrade to version 2.16.03
* Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.16.01-3
- Rebuilt for loongarch release
* Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.16.01-2
- Rebuilt for OpenCloudOS Stream 23.09
* Mon Sep 4 2023 Shuo Wang <abushwang@tencent.com> - 2.16.01-1
- update to 2.16.01
* Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.15.05-3
- Rebuilt for OpenCloudOS Stream 23.05
* Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.15.05-2
- Rebuilt for OpenCloudOS Stream 23
* Thu Feb 2 2023 Shuo Wang <abushwang@tencent.com> - 2.15.05-1
- initial build
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ocs-upgrade/nasm.git
git@gitee.com:ocs-upgrade/nasm.git
ocs-upgrade
nasm
nasm
master

搜索帮助