# vmips RPM spec file. Name: vmips Summary: A MIPS-based virtual machine simulator. Version: @VERSION@ Release: 1 License: GPL-2.0+ Group: Emulators URL: http://www.dgate.org/vmips/ Source: ftp://ftp.dgate.org/pub/vmips/releases/vmips-@VERSION@/vmips-@VERSION@.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description VMIPS is a software simulator for a virtual machine based on a MIPS R3000 CPU. %prep %setup -q %configure --with-mips=/not-configured/mips %build make %install %makeinstall %files %doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS VERSION doc/vmips.pdf %{_bindir}/vmips %{_bindir}/vmipstool %{_infodir}/vmips.info.gz %{_mandir}/man1/vmips.1.gz %{_mandir}/man1/vmipstool.1.gz %{_includedir}/vmips/asm_regnames.h %{_datadir}/vmips/ld.script %{_datadir}/vmips/setup.S %config(noreplace) %{_sysconfdir}/vmipsrc %changelog * Wed May 8 2013 VMIPS Maintainers - Replace Copyright with License - Remove Packager - Change BuildRoot to be something a little more modern - No longer force sysconfdir to /etc. rpm handles this now - Explicitly specify a nonexistent mips tool directory (user can edit this) - Install pdf manual - Make /etc/vmipsrc noreplace * Wed Apr 14 2013 VMIPS Maintainers - Add setup assembly source files. * Fri Oct 08 2004 VMIPS Maintainers - Use _variables instead of hardcoded paths in files section - Fix source url * Mon Jun 21 2004 VMIPS Maintainers - Use a buildroot and standard 'configure' and 'makeinstall' macros. - Get rid of mipsel-ecoff configuration flags. - Gzip man pages & info * Fri Jun 18 2004 VMIPS Maintainers - Add vmipstool man page. * Fri Feb 21 2003 VMIPS Maintainers - Add configuration information for mipsel-ecoff. * Mon Jul 22 2002 VMIPS Maintainers - Update hostnames. * Sun Jun 17 2001 VMIPS Maintainers - Move vmipsrc to /etc, and make it a config file * Sun Jun 17 2001 VMIPS Maintainers - Add changelog to RPM spec file. - Change maintainer address to vmips@dgate.org everywhere. * Sun Jun 17 2001 VMIPS Maintainers - Add man page to installation. * Sun Jun 17 2001 VMIPS Maintainers - Get rid of some directories, to quash the "File listed twice" errors from RPM. * Sat Jun 16 2001 VMIPS Maintainers - Add include/vmips, include/vmips/asm_regnames.h to package. * Tue Jun 05 2001 VMIPS Maintainers - Add pkgdatadir files to package: ld.script and vmipsrc. * Mon Jun 04 2001 VMIPS Maintainers - Set prefix to /usr (as with other RPMs.) - Add "doc" files to %doc line: AUTHORS, COPYING, ChangeLog, INSTALL, - NEWS, README, THANKS, and VERSION. - Add vmips.info to package. * Tue May 29 2001 VMIPS Maintainers - Add vmipstool to package. - Moved up from package directory to toplevel. * Tue Aug 15 2000 VMIPS Maintainers - Original RPM spec file for vmips. - Needs to be munged with autoconf to contain correct VERSION.