# # spec file for package install-freedos # Name: install-freedos Version: 0.0.git.55.584fa14f Release: 1%{?dist} Summary: FreeDOS installer BuildArch: noarch Group: System/Emulator License: GPLv3+ URL: http://www.github.com/dosemu2/install-freedos VCS: git+https://github.com/dosemu2/install-freedos/#584fa14fc2baaaae14bb86588bdd37bb24b2cf9b: Source0: install-freedos-584fa14f.tar.gz BuildRequires: make Requires: python3 Requires: python3-tqdm %define debug_package %{nil} %description freedos installer for dosemu2. %prep %setup -T -b 0 -q -n install-freedos %build %check %install make DESTDIR=%{buildroot} prefix=%{_prefix} libexecdir=%{_libexecdir} install %files %defattr(-,root,root) %{_datadir}/dosemu2-extras %{_libexecdir}/dosemu %changelog