%define debug_package %{nil} Name: mavryk-admin-client Version: 20.2rc1mavryk Release: 1 Epoch: 1 Summary: Administration tool for the node License: MIT BuildArch: x86_64 aarch64 Source0: mavryk-admin-client-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 Administration tool for the node Maintainer: Mavryk Dynamics Cowbot %prep %setup -q %build %install make mavkit-admin-client mkdir -p %{buildroot}/%{_bindir} install -m 0755 mavkit-admin-client %{buildroot}/%{_bindir} ln -s %{_bindir}/mavkit-admin-client %{buildroot}/%{_bindir}/mavryk-admin-client mkdir -p %{buildroot}/%{_unitdir} %files %license LICENSE %{_bindir}/mavkit-admin-client %{_bindir}/mavryk-admin-client %post %preun %postun