File Ripes.spec of Package Ripes
#
# spec file for package Ripes
#
# Copyright (c) 2024 Malcolm J Lewis <malcolmlewis@opensuse.org>
#
# 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: Ripes
Version: 2.2.6+0
Release: 0
Summary: RISC-V visual computer architecture simulator
License: MIT
URL: https://github.com/mortbopet/Ripes
Source: %{name}-%{version}.tar.xz
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt6Charts)
BuildRequires: pkgconfig(Qt6Concurrent)
BuildRequires: pkgconfig(Qt6Core)
BuildRequires: pkgconfig(Qt6Test)
BuildRequires: pkgconfig(Qt6Svg)
BuildRequires: pkgconfig(Qt6Widgets)
%description
A visual computer architecture simulator and assembly code editor built for the
RISC-V instruction set architecture.
%prep
%autosetup -p1
%build
%cmake
%cmake_build
%install
%cmake_install
%suse_update_desktop_file %{name}
%files
%license LICENSE
%{_bindir}/Ripes
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%{_datadir}/metainfo/io.github.mortbopet.Ripes.metainfo.xml
%changelog