Summary: The Netwide Assembler nasm with segelf patches Name: nasm-segelf Version: 0.0.git.4936.47447afd Release: 0%{?dist} VCS: git+https://github.com/stsp/nasm.git#47447afdc25284e7f5668f0e2844f99703fc8270: License: BSD Source0: nasm-47447afd.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 %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