Summary: A virtual machine simulator based on a MIPS R4000 and RISC-V processor Name: msim-git Version: 2.1.1.0.git.1223.cacb4be9 Release: 1%{?dist} License: GPLv2+ Group: Development/Tools URL: https://d3s.mff.cuni.cz/software/msim/ VCS: git+https://github.com/D-iii-S/msim.git#cacb4be95eacccc5ba213c0ddf15898845a659fe: Source: msim-cacb4be9.tar.gz Requires: readline 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 -T -b 0 -q -n msim %build ./configure --prefix=%{_prefix} make %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %files %defattr(-,root,root) %{_bindir}/msim %changelog