%global debug_package %{nil} Name: datuma-k Version: 1.0.0 Release: 1%{?dist} Summary: Data contract plus templates that generate source License: AGPL-3.0-only URL: https://github.com/marthvon/datuma_k %ifarch x86_64 Source0: https://github.com/marthvon/datuma_k/releases/download/v1.0.0/datuma_k-linux-x86_64 %endif %ifarch aarch64 Source0: https://github.com/marthvon/datuma_k/releases/download/v1.0.0/datuma_k-linux-aarch64 %endif ExclusiveArch: x86_64 aarch64 %description A data contract (*.dtct) plus templates (*.ngin) that generate source. Declare the shape once; each platform gets its own types, validation, and UI. %prep %setup -q -T -c -n %{name}-%{version} %build %install install -D -m 0755 %{SOURCE0} %{buildroot}%{_bindir}/datuma_k %files %{_bindir}/datuma_k %changelog * Fri Sep 04 2026 mamertvonn - 1.0.0-1 - Release 1.0.0