# # spec file for package install-win31 # Name: install-win31 Version: 0.0.git.33.6e4c33db 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#6e4c33db6eede95e967b80dfc2f1b696395e69a5: Source0: install-win31-6e4c33db.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