# # spec file for package comcom64 # Name: comcom64 Version: 0.0.git.596.5845096c Release: 1%{?dist} Summary: 64-bit command.com Group: System/Emulator License: GPLv3+ URL: https://github.com/stsp/comcom64 VCS: git+https://github.com/dosemu2/comcom64.git#5845096c40392923613ccf7f4f4765e7592e2558: Source0: comcom64-5845096c.tar.gz BuildRequires: make BuildRequires: pkgconf-pkg-config BuildRequires: thunk-gen BuildRequires: dj64dev-dj64-devel BuildRequires: git BuildRequires: grep Requires: dj64dev-dj64 %description comcom64 is a 64-bit command.com. %prep %setup -T -b 0 -q -n comcom64 %build make %{?_smp_mflags} %check %define __arch_install_post export NO_BRP_STRIP_DEBUG=true %define debug_package %{nil} %define __strip /bin/true %define __brp_check_rpaths %{nil} %install make install DESTDIR=%{buildroot} prefix=%{_prefix} %files %defattr(-,root,root) %{_datadir}/comcom64 %changelog