Name: anagramarama Version: 0.9 Release: %autorelease Summary: Anagram puzzle game # Almost all is GPLv2+ with some graphics being CC-BY-3.0 License: GPL-2.0-or-later AND CC-BY-3.0 URL: http://identicalsoftware.com/anagramarama/ Source0: %{url}/%{name}-%{version}.tgz BuildRequires: cmake BuildRequires: desktop-file-utils BuildRequires: gcc-c++ BuildRequires: libgamerzilla-devel BuildRequires: libappstream-glib BuildRequires: make BuildRequires: SDL2-devel BuildRequires: SDL2_mixer-devel BuildRequires: SDL2_image-devel Requires: hicolor-icon-theme %description Anagramarama is a simple wordgame in which one tries to guess all the different permutations of a scrambled word which form another word within the time limit. Guess the original word and you move on to the next level. %prep %setup -q %build %cmake %cmake_build %install %cmake_install %check desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metainfo.xml %files %doc readme %license gpl.txt %{_bindir}/%{name} %{_datadir}/%{name} %{_datadir}/icons/hicolor/*/apps/%{name}.png %{_metainfodir}/%{name}.metainfo.xml %{_datadir}/applications/%{name}.desktop %{_datadir}/man/man6/%{name}.6* %changelog %autochangelog