%define debug_package %{nil} Name: tezos-smart-rollup-wasm-debugger Version: 20.1 Release: 1 Epoch: 1 Summary: Smart contract rollup wasm debugger License: MIT BuildArch: x86_64 aarch64 Source0: tezos-smart-rollup-wasm-debugger-20.1.tar.gz Source1: https://gitlab.com/tezos/tezos/tree/v20.1/ BuildRequires: make wget systemd systemd-rpm-macros Requires: , %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