From 55cdf6e88a545e1cc4dbb15e083c8bb44e38d4d1 Mon Sep 17 00:00:00 2001 From: Sérgio M. Basto Date: May 01 2019 15:59:52 +0000 Subject: Requires cartsets and music, clean old stuff and enable build for epel7 --- diff --git a/PySolFC.spec b/PySolFC.spec index 4bc537e..caacb3e 100644 --- a/PySolFC.spec +++ b/PySolFC.spec @@ -1,14 +1,6 @@ -# This package depends on automagic byte compilation -# https://fedoraproject.org/wiki/Changes/No_more_automagic_Python_bytecompilation_phase_2 -#global _python_bytecompile_extra 1 - -#define debug_package %%{nil} - -%define cardsetversion 1.1 - Name: PySolFC Version: 2.6.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A collection of solitare card games License: GPLv2+ URL: https://pysolfc.sourceforge.io @@ -17,7 +9,7 @@ Source1: pysol-start-script Patch0: PySolFC-desktop-exec.patch BuildArch: noarch -BuildRequires: python3-devel +BuildRequires: python%{python3_pkgversion}-devel BuildRequires: desktop-file-utils # optional but nice to have Requires: python3-imaging @@ -31,6 +23,8 @@ Requires: tix Requires: python3-tkinter Requires: python3-imaging-tk Requires: python3-random2 +Requires: PySolFC-cardsets +Requires: PySolFC-music Provides: pysol = %{version}-%{release} %description @@ -79,6 +73,9 @@ install -m755 %{SOURCE1} $RPM_BUILD_ROOT/%{_bindir}/pysol %changelog +* 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