File pc6001vx.spec of Package pc6001vx
#
# spec file for package pc6001vx
#
# Copyright (c) 2023 SUSE LLC
#
# 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: pc6001vx
Version: 4.2.11
Release: 0
Summary: Cross platform version of NEC PC-6001 emulator based on PC6001V
License: LGPL-2.1-only
URL: https://github.com/eighttails/PC6001VX
Source: https://github.com/eighttails/PC6001VX/archive/refs/tags/v%{version}.tar.gz
BuildRequires: qt6-base-devel libX11-devel qt6-multimedia-devel qt6-qt5compat-devel qt6-tools-linguist
%description
This program is a modified version of PC6001V, which is a PC-6001 emulaor created by Yumitaro.
%prep
%autosetup -n PC6001VX-%{version}
%build
qmake6 -makefile
%make_build
%install
%__mkdir -p $RPM_BUILD_ROOT%_bindir
%__install PC6001VX $RPM_BUILD_ROOT%_bindir
%post
%postun
%files
%_bindir/PC6001VX
%doc README.adoc
%changelog