Changeset 1823 for spec/trunk/SPECS/nasm.spec
- Timestamp:
- Dec 30, 2022, 11:52:47 AM (3 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/nasm.spec (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/nasm.spec
r1344 r1823 1 # Build without documentation per default if built as part of a module.2 %if 0%{?_module_build}3 %bcond_with documentation4 %else5 1 %bcond_without documentation 6 %endif7 2 8 3 Summary: A portable x86 assembler which uses Intel-like syntax 9 4 Name: nasm 10 Version: 2.1 3.035 Version: 2.14.02 11 6 Release: 1%{?dist} 12 7 License: BSD 13 Group: Development/Languages14 8 URL: http://www.nasm.us 15 9 Vendor: bww bitwise works GmbH 16 10 %scm_source github https://github.com/bitwiseworks/%{name}-os2 %{version}-os2 17 18 11 Source1: http://www.nasm.us/pub/nasm/releasebuilds/%{version}/%{name}-%{version}-xdoc.tar.bz2 19 12 20 13 BuildRequires: perl 21 14 BuildRequires: autoconf 22 #BuildRequires: asciidoc23 #BuildRequires: xmlto15 BuildRequires: asciidoc 16 BuildRequires: xmlto 24 17 BuildRequires: gcc 25 18 BuildRequires: make … … 41 34 %package rdoff 42 35 Summary: Tools for the RDOFF binary format, sometimes used with NASM 43 Group: Development/Tools44 36 45 37 %description … … 63 55 %prep 64 56 %scm_setup 57 65 58 tar xjf %{SOURCE1} --strip-components 1 66 59 … … 79 72 80 73 %install 81 make INSTALLROOT=$RPM_BUILD_ROOT install install_rdf 82 83 %clean 84 rm -rf ${RPM_BUILD_ROOT} 85 74 %make_install install_rdf 86 75 87 76 %files … … 110 99 %{_mandir}/man1/ld* 111 100 101 %changelog 102 * Thu Apr 23 2020 Silvan Scherrer <silvan.scherrer@aroa.ch> 2.14.02-1 103 - updated to vendor version 2.14.02 104 - synchronized with fedora spec 112 105 113 %changelog114 106 * Wed Feb 21 2018 Silvan Scherrer <silvan.scherrer@aroa.ch> 2.13.03-1 115 107 - updated to vendor version 2.13.03
Note:
See TracChangeset
for help on using the changeset viewer.
