# # spec file for package comcom64 # Name: comcom64 Version: 0.0.git.635.5685c18c 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#5685c18c9d36a4ba8bfe26ccf54fd3c4c32f1e28: Source0: comcom64-5685c18c.tar.gz BuildRequires: make BuildRequires: pkgconf-pkg-config BuildRequires: thunk-gen BuildRequires: djstub BuildRequires: dj64dev-dj64-devel BuildRequires: dj64dev-dj32-devel BuildRequires: git BuildRequires: grep Requires: dj64dev-dj64 %description comcom64 is a 64-bit command.com. %end %prep %setup -T -b 0 -q -n comcom64 %end %build make %{?_smp_mflags} %end %check %end %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} %end %package comcom64 Summary: 64bit command.com %description comcom64 64bit command.com to be used primarily under dosemu2. %end %files comcom64 %defattr(-,root,root) %{_datadir}/comcom64 %end %package comcom32 Summary: 32bit command.com %description comcom32 32bit command.com to be used under DOS (bare-metal or under an emulator). %end %files comcom32 %defattr(-,root,root) %{_datadir}/comcom32 %end %changelog