Summary: A virtual machine simulator based on a MIPS R4000 and RISC-V processor Name: msim Version: 2.0.0 Release: 1%{?dist} License: GPLv2+ Group: Development/Tools URL: https://d3s.mff.cuni.cz/software/msim/ Source: https://github.com/d-iii-s/msim/archive/refs/tags/v%{version}.tar.gz Requires: readline BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: readline-devel, makedepend, diffutils %description MSIM is a light-weight computer simulator based on MIPS R4000 and RISC-V. It is used for education and research purposes, mainly to teach the construction and implementation of operating systems. MSIM is distributed with source code under the GNU GPL license to make possible modifications for users and works on most POSIX-compliance environments (mainly GNU/Linux, Mac OS X, but can be also compiled in Cygwin or MinGW in Windows). The user interface is simple terminal-style. %global debug_package %{nil} %define pkgdocdir %{_datadir}/doc/%{name}-%{version} %prep %setup -q %build ./configure --prefix=%{_prefix} make -j8 %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{pkgdocdir}/ install -m 0644 -t $RPM_BUILD_ROOT%{pkgdocdir}/ doc/reference.html doc/default.css %files %defattr(-,root,root) %doc %{pkgdocdir} %{_bindir}/msim %changelog * Mon May 22 2023 Vojtech Horky - 2.0.0 - Bump to 2.0.0 - Support for RISC-V * Wed Oct 01 2014 Martin Decky - 1.3.8.4 - Bump to 1.4.0 * Tue Sep 30 2014 Martin Decky - 1.3.8.4 - Bump to 1.3.8.4 * Tue Feb 28 2013 Martin Decky - 1.3.8.3 - Bump to 1.3.8.3 * Tue Oct 09 2012 Martin Decky - 1.3.8.2 - Bump to 1.3.8.2 * Mon Oct 14 2011 Martin Decky - 1.3.8.1 - Bump to 1.3.8.1 * Thu Oct 05 2010 Martin Decky - 1.3.8 - Bump to 1.3.8 * Thu Nov 02 2009 Martin Decky - 1.3.7.1 - Initial spec file