Name: PySolFC Version: 2.6.4 Release: 4%{?dist} Summary: A collection of solitare card games License: GPLv2+ URL: https://pysolfc.sourceforge.io Source0: https://downloads.sourceforge.net/pysolfc/%{name}-%{version}.tar.xz Source1: pysol-start-script Source2: PySolFC-Cardsets--Minimal-2.0.tar.xz Patch0: PySolFC-desktop-exec.patch BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel BuildRequires: desktop-file-utils # optional but nice to have Requires: python3-imaging Requires: tile # used to get sound working with PulseAudio Requires: python3-pygame # really required Requires: tcl Requires: tk Requires: tix Requires: python3-tkinter Requires: python3-imaging-tk Requires: python3-random2 %if 0%{?fedora} || 0%{?rhel} > 7 Recommends: PySolFC-cardsets Recommends: PySolFC-music %endif Provides: pysol = %{version}-%{release} %description %{name} is a collection of more than 1000 solitaire card games. It is a fork of PySol solitare. Its features include modern look and feel (uses Tile widget set), multiple cardsets and tableau backgrounds, sound, unlimited undo, player statistics, a hint system, demo games, a solitaire wizard, support for user written plug-ins, an integrated HTML help browser, and lots of documentation. %prep %setup -q -a2 %patch0 -p0 -b .desktop-exec %build %py3_build %install %py3_install # install desktop file desktop-file-install \ %if 0%{?fedora} && 0%{?fedora} < 19 --vendor="fedora" \ %endif --delete-original \ --dir=$RPM_BUILD_ROOT/%{_datadir}/applications \ $RPM_BUILD_ROOT/%{_datadir}/applications/pysol.desktop # install the startup wrapper mv $RPM_BUILD_ROOT%{_bindir}/pysol.py $RPM_BUILD_ROOT%{_datadir}/%{name} install -m755 %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir}/pysol cp -a PySolFC-Cardsets--Minimal-2.0/cardset-* $RPM_BUILD_ROOT%{_datadir}/PySolFC %find_lang pysol %files -f pysol.lang %license COPYING %doc README.md %{python3_sitelib}/pysollib %{python3_sitelib}/*egg-info %{_bindir}/pysol %{_datadir}/%{name} %{_datadir}/pixmaps/* %{_datadir}/icons/*.png %{_datadir}/applications/*.desktop %changelog * Mon May 06 2019 Sérgio Basto - 2.6.4-4 - Add Minimal Cardsets * Wed May 01 2019 Sérgio Basto - 2.6.4-3 - Requires cartsets and music, clean old stuff and enable build for epel7 * Sun Apr 28 2019 Sérgio Basto - 2.6.4-2 - Sound fix, seems using SOUND_MOD=auto it works * Fri Apr 26 2019 Sérgio Basto - 2.6.4-1 - Upgrade to 2.6.4 and python3 by Shlomi Fish - Modernize spec - Add Requires: python3-random2 - Reenable defaults of debug package and automagic Python byte compilation * Thu Jan 31 2019 Fedora Release Engineering - 2.0-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jul 12 2018 Fedora Release Engineering - 2.0-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 2.0-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Mon Dec 11 2017 Iryna Shcherbina - 2.0-16 - Fix ambiguous Python 2 dependency declarations (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Wed Jul 26 2017 Fedora Release Engineering - 2.0-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 2.0-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jul 19 2016 Fedora Release Engineering - 2.0-13 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Wed Feb 03 2016 Fedora Release Engineering - 2.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Jun 16 2015 Fedora Release Engineering - 2.0-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Fri Jun 06 2014 Fedora Release Engineering - 2.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri Aug 02 2013 Fedora Release Engineering - 2.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Mar 6 2013 Toshio Kuratomi - 2.0-8 - Remove vendor prefix from desktop files in F19+ https://fedorahosted.org/fesco/ticket/1077 * Wed Jan 30 2013 Toshio Kuratomi 2.0-7 - Build with a patch so we can use python-pillow instead of python-imaging * Wed Jul 18 2012 Fedora Release Engineering - 2.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Thu Jan 12 2012 Fedora Release Engineering - 2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Feb 07 2011 Fedora Release Engineering - 2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Jul 21 2010 David Malcolm - 2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Mon Feb 22 2010 Stewart Adam - 2.0-2 - Patch desktop file to use pysol and not pysol.py for exec - Force pygame as sound mod, makes PySolFC work with PulseAudio * Mon Jan 18 2010 Stewart Adam - 2.0-1 - Update to 2.0 * Fri Jul 24 2009 Fedora Release Engineering - 1.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Feb 23 2009 Fedora Release Engineering - 1.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.1-7 - Rebuild for Python 2.6 * Fri Apr 4 2008 Stewart Adam 1.1-6 - Fix Source0 URL - Add egg-info file - Remove deprecated Encoding key from desktop file * Sat Jan 19 2008 Stewart Adam 1.1-5 - Rebuild * Thu Nov 1 2007 Stewart Adam 1.1-4 - Provides: pysol since PySolFC is almost a drop-in replacement for the now unmaintained pysol * Mon Oct 22 2007 Stewart Adam 1.1-3 - s/python-imageing-tk/python-imaging-tk/ * Fri Oct 19 2007 Stewart Adam 1.1-2 - Add Requires: python-imageing-tk * Sat Sep 29 2007 Stewart Adam 1.1-1 - Initial release