From: Jakub Bogusz Date: Sat, 30 Dec 2023 13:13:11 +0000 (+0100) Subject: - updated to 1.5.1 X-Git-Tag: auto/th/vmips-1.5.1-1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fvmips.git;a=commitdiff_plain;h=HEAD;ds=sidebyside - updated to 1.5.1 --- diff --git a/vmips-am.patch b/vmips-am.patch index 716a325..66404f5 100644 --- a/vmips-am.patch +++ b/vmips-am.patch @@ -1,11 +1,11 @@ ---- vmips-1.4.1/configure.in.orig 2013-04-29 08:41:15.000000000 +0200 -+++ vmips-1.4.1/configure.in 2013-05-15 17:33:59.594115486 +0200 -@@ -5,7 +5,7 @@ +--- vmips-1.5.1/configure.in.orig 2023-12-30 10:42:14.838444323 +0100 ++++ vmips-1.5.1/configure.in 2023-12-30 14:01:50.610232665 +0100 +@@ -5,7 +5,7 @@ dnl Get the canonical and user-supplied AC_CANONICAL_SYSTEM program_prefix=NONE - AM_INIT_AUTOMAKE(vmips, 1.5) + AM_INIT_AUTOMAKE(vmips, 1.5.1) -AM_CONFIG_HEADER(config.h) -+AC_CONFIG_HEADERS(config.h) ++AC_CONFIG_HEADERS([config.h]) dnl Look for mips tool installation: AC_ARG_WITH(mips, diff --git a/vmips.spec b/vmips.spec index 21c528c..e32dbfb 100644 --- a/vmips.spec +++ b/vmips.spec @@ -1,15 +1,15 @@ Summary: Virtual machine simulator based on a MIPS R3000 processor Summary(pl.UTF-8): Symulator maszyny wirtualnej opartej na procesorze MIPS R3000 Name: vmips -Version: 1.5 +Version: 1.5.1 Release: 1 License: GPL v2+ Group: Applications/Emulators -Source0: http://vmips.sourceforge.net/releases/%{name}-%{version}/vmips-%{version}.tar.gz -# Source0-md5: 2508e366445e517a368cb367d8385c87 +Source0: https://vmips.sourceforge.net/releases/%{name}-%{version}/vmips-%{version}.tar.gz +# Source0-md5: 6bca35762ff282418e9224ebf7d93583 Patch0: %{name}-am.patch Patch1: %{name}-info.patch -URL: http://vmips.sourceforge.net/ +URL: https://vmips.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake BuildRequires: libstdc++-devel @@ -45,6 +45,7 @@ touch doc/*.1 %install rm -rf $RPM_BUILD_ROOT + %{__make} install \ DESTDIR=$RPM_BUILD_ROOT