Name: dreamdump Version: 0.5.0 Release: 1%{?dist} Summary: A small programm to dump dreamcast dics on linux License: MIT URL: https://github.com/MoriGM/%{name} Source0: https://github.com/MoriGM/%{name}/archive/refs/tags/%{version}.tar.gz BuildRequires: golang Requires: bash %description A programm to read the hd area of a gdrom %prep %setup -q %build go build -v . %install mkdir -p %{buildroot}/usr/bin/ install -m 755 %{name} %{buildroot}/usr/bin/ %files /usr/bin/%{name} %changelog * Wed Jul 22 2026 MoriGM - 0.5.0 - Uses the toc from the high density area instead of the qtoc