Summary: The Netwide Assembler nasm with segelf patches Name: nasm-segelf Version: 0.0.git.4937.82297a49 Release: 0%{?dist} VCS: git+https://github.com/stsp/nasm-segelf.git#82297a49dacf7ea4d24ba2e9397a5f398157b0c1: License: BSD Source0: nasm-segelf-82297a49.tar.gz URL: https://github.com/stsp/nasm BuildRoot: /tmp/rpm-build-nasm Prefix: %{_prefix} BuildRequires: perl BuildRequires: gcc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %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 %setup -T -b 0 -q -n nasm-segelf %build %configure --enable-sections make %{?_smp_mflags} %install rm -rf "%{buildroot}" mkdir -p "%{buildroot}"/%{_bindir} make DESTDIR="%{buildroot}" install %files %doc AUTHORS %{_bindir}/nasm-segelf # This is the upstream spec file; the change log is in git %changelog