This commit is contained in:
Your Name 2025-02-15 13:39:35 +00:00
parent 75403cf5d1
commit 5297656954
2 changed files with 4 additions and 3 deletions

View file

@ -1,2 +1,3 @@
sources:
tinyemu-2018-09-23.tar: 7e467dc9807d9f3777108889c4e6e0df007146c1
tinyemu-2019-12-21.tar.gz: f5b412113f31410d890dac7c414a4d12ed33a193

View file

@ -1,16 +1,16 @@
%define debug_package %nil
Name: tinyemu
Version: 20180923
Version: 20191221
Release: 1
Summary: Tiny RISC-V emulator
URL: https://bellard.org/tinyemu/
Source0: https://bellard.org/%{name}/%{name}-2018-09-23.tar
Source0: https://bellard.org/%{name}/%{name}-2019-12-21.tar.gz
Patch0: %{name}_makefile.patch
License: MIT
Group: Emulators
BuildRequires: pkgconfig(sdl)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(openssl3.3)
BuildRequires: pkgconfig(libcurl)
%description