# # spec file for package djstub # Name: djstub Version: 0.0.git.151.6e0fb7ed Release: 1%{?dist} Summary: advanced djgpp-compatible stub Group: Development/Tools License: GPLv3+ URL: https://github.com/stsp/djstub VCS: git+https://github.com/stsp/djstub.git#6e0fb7edb002af14065e5b23f7fadd6cae8bccfb: Source0: djstub-6e0fb7ed.tar.gz BuildRequires: make BuildRequires: gcc BuildRequires: binutils BuildRequires: smallerc Requires: bash Requires: binutils %description djstub is a go32-compatible stub, with support of COFF, PE and ELF formats. Can be used with djgpp and dj64 tool-chains. %prep %setup -T -b 0 -q -n djstub %build make %check %install make install DESTDIR=%{buildroot} prefix=%{_prefix} %files %defattr(-,root,root) %{_bindir}/*