Name: tolaria Version: 2026.8.19 Release: 1%{?dist} Summary: Tolaria desktop application License: Proprietary URL: https://github.com/refactoringhq/tolaria Source0: https://github.com/refactoringhq/tolaria/releases/download/v2026-08-19/Tolaria-2026.8.19-1.x86_64.rpm BuildArch: x86_64 BuildRequires: cpio %global debug_package %{nil} %define __strip /bin/true %global _build_id_links none %global __requires_exclude .* Requires: libwebkit2gtk-4.1.so.0()(64bit) Requires: libgtk-3.so.0()(64bit) %description Tolaria desktop application, repackaged from the official GitHub Release. %prep %setup -q -c -T rpm2cpio %{SOURCE0} | cpio -idmv %build # No compilation needed %install mkdir -p %{buildroot} if [ -d usr ]; then mkdir -p %{buildroot}%{_prefix} cp -r usr/* %{buildroot}%{_prefix}/ fi if [ -d opt ]; then mkdir -p %{buildroot}/opt cp -r opt/* %{buildroot}/opt/ fi find %{buildroot} -mindepth 1 -not -type d \ | sed "s|^%{buildroot}||" > %{name}.files if [ -d %{buildroot}/opt ]; then find %{buildroot}/opt -mindepth 1 -type d \ | sed "s|^%{buildroot}||" >> %{name}.files fi %files -f %{name}.files