%define debug_package %{nil} Name: mavryk-smart-rollup-wasm-debugger Version: 20.2rc1mavryk Release: 1 Epoch: 1 Summary: Smart contract rollup wasm debugger License: MIT BuildArch: x86_64 aarch64 Source0: mavryk-smart-rollup-wasm-debugger-20.2rc1mavryk.tar.gz Source1: https://gitlab.com/mavryk-network/mavryk-protocol/tree/v20.2-rc1-mavryk/ BuildRequires: make cmake m4 perl pkg-config wget unzip rsync gcc cargo opam git autoconf coreutils libev-devel gmp-devel hidapi-devel libffi-devel zlib-devel libpq-devel protobuf-compiler protobuf-devel sqlite-devel systemd systemd-rpm-macros Requires: libev-devel gmp-devel hidapi-devel libffi-devel zlib-devel libpq-devel protobuf-compiler protobuf-devel sqlite-devel, %description Smart contract rollup wasm debugger Maintainer: Mavryk Dynamics Cowbot %prep %setup -q %build %install make mavkit-smart-rollup-wasm-debugger mkdir -p %{buildroot}/%{_bindir} install -m 0755 mavkit-smart-rollup-wasm-debugger %{buildroot}/%{_bindir} ln -s %{_bindir}/mavkit-smart-rollup-wasm-debugger %{buildroot}/%{_bindir}/mavryk-smart-rollup-wasm-debugger mkdir -p %{buildroot}/%{_unitdir} %files %license LICENSE %{_bindir}/mavkit-smart-rollup-wasm-debugger %{_bindir}/mavryk-smart-rollup-wasm-debugger %post %preun %postun