# # spec file for package install-win31 # Name: install-win31 Version: 0.0.git.37.6ce169a4 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#6ce169a4612de109ec87f45762cb35ee8f6e5bb6: Source0: install-win31-6ce169a4.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