%define debug_package %{nil} Name: mavryk-dac-node Version: 20.2rc1mavryk Release: 1 Epoch: 1 Summary: A Data Availability Committee Mavryk node License: MIT BuildArch: x86_64 aarch64 Source0: mavryk-dac-node-20.2rc1mavryk.tar.gz Source1: https://gitlab.com/mavryk-network/mavryk-protocol/tree/v20.2-rc1-mavryk/ BuildRequires: make wget systemd systemd-rpm-macros Requires: , %description A Data Availability Committee Mavryk node Maintainer: Mavryk Dynamics Cowbot %prep %setup -q %build %install make mavkit-dac-node mkdir -p %{buildroot}/%{_bindir} install -m 0755 mavkit-dac-node %{buildroot}/%{_bindir} ln -s %{_bindir}/mavkit-dac-node %{buildroot}/%{_bindir}/mavryk-dac-node mkdir -p %{buildroot}/%{_unitdir} %files %license LICENSE %{_bindir}/mavkit-dac-node %{_bindir}/mavryk-dac-node %post %preun %postun