Name: tworld %global fullname Tile World Version: 1.3.2 Release: 23%{?dist} Summary: Intellectually engaging puzzle game License: GPL-2.0-or-later URL: http://www.muppetlabs.com/~breadbox/software/tworld/ Source0: http://www.muppetlabs.com/~breadbox/pub/software/tworld/tworld-%{version}-CCLPs.tar.gz Source1: tworld-icon-16px.png Source2: tworld-icon-32px.png Source3: tworld-icon-48px.png Source4: tworld.desktop Source5: tworld.appdata.xml BuildRequires: desktop-file-utils BuildRequires: gcc BuildRequires: libappstream-glib BuildRequires: make BuildRequires: SDL-devel Requires: hicolor-icon-theme Requires: %{name}-cclp = %{version}-%{release} Requires: %{name}-data = %{version}-%{release} %description %{fullname} is a game made up of both intellectually engaging puzzles and situations demanding fast reflexes. The object of each level is simply to get out — i.e., to find and achieve the exit tile. This simple task, however, can sometimes be extremely challenging. %package data Summary: Data files for %{name} BuildArch: noarch # The README says that all sound files and some of the graphics # have been placed by their authors in the public domain. License: GPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain %description data Data files (graphics, sounds) required to play %{fullname}. %package cclp Summary: Level packs for %{name} BuildArch: noarch # For discussion regarding the license classification, see: # https://gitlab.com/fedora/legal/fedora-license-data/-/issues/127 License: LicenseRef-CCLP1 AND LicenseRef-CCLP2 Requires: %{name}-data = %{version}-%{release} %description cclp Community-created level packs for %{fullname}. %prep %setup -q cp -p %{SOURCE1} . cp -p %{SOURCE2} . cp -p %{SOURCE3} . cp -p %{SOURCE4} . cp -p %{SOURCE5} . %build %configure make %{?_smp_mflags} prefix=%{_prefix} %install make install prefix=%{buildroot}%{_prefix} bindir=%{buildroot}%{_bindir} mandir=%{buildroot}%{_mandir} install -m 755 -d %{buildroot}%{_datadir}/applications/ desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ %{name}.desktop appstream-util validate-relax --nonet tworld.appdata.xml install -m 755 -d %{buildroot}%{_metainfodir} install -m 644 -p tworld.appdata.xml %{buildroot}%{_metainfodir}/%{name}.appdata.xml for SIZE in 16 32 48; do install -m 755 -d %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/apps/ install -m 644 -p \ tworld-icon-${SIZE}px.png \ %{buildroot}%{_datadir}/icons/hicolor/${SIZE}x${SIZE}/apps/%{name}.png done cp -a CCLPs %{buildroot}%{_datadir}/%{name}/ cat > %{buildroot}%{_datadir}/%{name}/sets/CCLP2-MS.dac < - 1.3.2-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Sat Jan 27 2024 Fedora Release Engineering - 1.3.2-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Oct 16 2023 Artur Frenszek-Iwicki - 1.3.2-21 - Migrate License tag to SPDX * Sat Jul 22 2023 Fedora Release Engineering - 1.3.2-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering - 1.3.2-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Jul 23 2022 Fedora Release Engineering - 1.3.2-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Sat Jan 22 2022 Fedora Release Engineering - 1.3.2-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Fri Jul 23 2021 Fedora Release Engineering - 1.3.2-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering - 1.3.2-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 1.3.2-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Fri Jan 31 2020 Fedora Release Engineering - 1.3.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Jul 27 2019 Fedora Release Engineering - 1.3.2-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun Feb 03 2019 Fedora Release Engineering - 1.3.2-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 1.3.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sun Feb 28 2018 Artur Iwicki - 1.3.2-9 - Add missing BuildRequires: for gcc - Use a loop for installing icons instead of repeating the lines several times * Fri Feb 09 2018 Fedora Release Engineering - 1.3.2-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sun Jan 20 2018 Artur Iwicki 1.3.2-7 - Actually remove the scriplets instead of just writing a changelog entry * Sun Jan 20 2018 Artur Iwicki 1.3.2-6 - Remove obsolete scriptlets (updating icon cache for hicolor-icon-theme) * Thu Aug 03 2017 Fedora Release Engineering - 1.3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 1.3.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Jun 27 2017 Artur Iwicki 1.3.2-3 - Fix license tags in appdata file - Add dependency on hicolor-icon-theme - Remove unnecessary slashes after buildroot macro in install section * Sat Jun 17 2017 Artur Iwicki 1.3.2-2 - Move the level packs out of -data into a -cclp subpackage - Add a .dac file that enables the CCLP2 level pack - Add icons and a .desktop file - Add an .appdata.xml file * Fri Jun 16 2017 Artur Iwicki 1.3.2-1 - Initial packaging