diff --git a/PySolFC.spec b/PySolFC.spec index 51a9d48..78ef356 100644 --- a/PySolFC.spec +++ b/PySolFC.spec @@ -1,6 +1,6 @@ Name: PySolFC Version: 2.6.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A collection of solitare card games License: GPLv2+ URL: https://pysolfc.sourceforge.io @@ -13,17 +13,17 @@ BuildArch: noarch BuildRequires: python%{python3_pkgversion}-devel BuildRequires: desktop-file-utils # optional but nice to have -Requires: python3-imaging +Requires: python%{python3_pkgversion}-imaging Requires: tile # used to get sound working with PulseAudio -Requires: python3-pygame +Requires: python%{python3_pkgversion}-pygame # really required Requires: tcl Requires: tk Requires: tix -Requires: python3-tkinter -Requires: python3-imaging-tk -Requires: python3-random2 +Requires: python%{python3_pkgversion}-tkinter +Requires: python%{python3_pkgversion}-imaging-tk +Requires: python%{python3_pkgversion}-random2 %if 0%{?fedora} || 0%{?rhel} > 7 Recommends: PySolFC-cardsets Recommends: PySolFC-music @@ -75,6 +75,9 @@ cp -a PySolFC-Cardsets--Minimal-2.0/cardset-* $RPM_BUILD_ROOT%{_datadir}/PySolFC %changelog +* Sat May 11 2019 Sérgio Basto - 2.6.4-5 +- Fix some missing %%{python3_pkgversion} + * Mon May 06 2019 Sérgio Basto - 2.6.4-4 - Add Minimal Cardsets