Name: qascade Version: 0.3 Release: %autorelease Summary: Classic puzzle game License: GPL-2.0-or-later URL: https://codeberg.org/wickedsmoke/qascade/ Source: https://codeberg.org/wickedsmoke/qascade/archive/v%{version}.tar.gz BuildRequires: gcc-c++ qt6-qtbase-devel faun-devel %global debug_package %{nil} %description Qascade is a port of the simple yet addictive and enjoyable puzzle game that came with the Psion Revo PDA. %prep %setup -q -n %{name} %build qmake INSTALL_ROOT=$RPM_BUILD_ROOT qascade.pro %make_build %install rm -rf $RPM_BUILD_ROOT %makeinstall install -D -p -m 644 dist/%{name}.desktop \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop install -D -p -m 644 %{name}.hscr \ $RPM_BUILD_ROOT%{_localstatedir}/lib/games/%{name}.hscr install -D -p -m 644 dist/logo-48.png \ $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/qascade.png %files %license COPYING %attr(2755,root,games) %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/icons/hicolor/48x48/apps/qascade.png %attr(0664,games,games) %config(noreplace) %{_localstatedir}/lib/games/%{name}* %changelog * Wed Jun 03 2026 Karl Robillard - 0.2 - Ported to Qt 6 * Wed Mar 08 2023 Gwyn Ciesla - 0.1-38 - migrated to SPDX license