%global octpkg bart Name: octave-%{octpkg} Version: 0.9.00 Release: 1.20260130git3bed147%{?dist} Epoch: 1 Summary: Octave bindings for BART License: BSD URL: https://mrirecon.codeberg.page/ VCS: git+https://github.com/schaten/bart.git#3bed1478394c0ce5cea2eb38a6cc31454c9b3942:pkg/rpm Source0: octave-bart BuildArch: noarch BuildRequires: octave-devel Requires: bart, octave Requires(post): octave Requires(postun): octave %description The Berkeley Advanced Reconstruction Toolbox (BART) is a free and open-source image-reconstruction framework for Computational Magnetic Resonance Imaging. This package provides Octave bindings for BART. %prep %setup -T -b 0 -q -n octave-bart # files that belong inside an octave pkg according to https://octave.org/doc/v4.4.0/Creating-Packages.html mkdir matlab/inst mv matlab/*.m matlab/inst cp LICENSE matlab/COPYING cat > matlab/DESCRIPTION <