%define debug_package %{nil} Name: tezos-smart-rollup-wasm-debugger Version: 19.2 Release: 1 Epoch: 1 Summary: Smart contract rollup wasm debugger License: MIT BuildArch: x86_64 aarch64 Source0: tezos-smart-rollup-wasm-debugger-19.2.tar.gz Source1: https://gitlab.com/tezos/tezos/tree/v19.2/ 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 systemd systemd-rpm-macros Requires: libev-devel gmp-devel hidapi-devel libffi-devel zlib-devel libpq-devel, %description Smart contract rollup wasm debugger Maintainer: Serokell %prep %setup -q %build %install make octez-smart-rollup-wasm-debugger mkdir -p %{buildroot}/%{_bindir} install -m 0755 octez-smart-rollup-wasm-debugger %{buildroot}/%{_bindir} ln -s %{_bindir}/octez-smart-rollup-wasm-debugger %{buildroot}/%{_bindir}/tezos-smart-rollup-wasm-debugger mkdir -p %{buildroot}/%{_unitdir} %files %license LICENSE %{_bindir}/octez-smart-rollup-wasm-debugger %{_bindir}/tezos-smart-rollup-wasm-debugger %post %preun %postun