File install-freedos.spec of Package install-freedos
#
# spec file for package install-freedos
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: install-freedos
Version: 0.4+git20251205
Release: 0
Summary: FreeDOS installer for DOSEMU2
License: GPL-3.0-or-later
Group: System/Emulators/PC
URL: https://www.github.com/dosemu2/install-freedos
Source: %{name}-%{version}.tar.xz
Requires: python3
Requires: python3-tqdm
BuildArch: noarch
%description
A set of scripts to install FreeDOS.
Also provides a set of bat files for dosemu2 integration.
%prep
%autosetup
%build
%install
make DESTDIR=%{buildroot} prefix=%{_prefix} libexecdir=%{_libexecdir} install
%files
%license LICENSE
%doc README.md
%{_datadir}/dosemu2-extras
%{_libexecdir}/dosemu
%changelog