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