Requires cartsets and music, clean old stuff and enable build for epel7
This commit is contained in:
parent
a7577359dc
commit
55cdf6e88a
1 changed files with 7 additions and 10 deletions
17
PySolFC.spec
17
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 <sergio@serjux.com> - 2.6.4-3
|
||||
- Requires cartsets and music, clean old stuff and enable build for epel7
|
||||
|
||||
* Sun Apr 28 2019 Sérgio Basto <sergio@serjux.com> - 2.6.4-2
|
||||
- Sound fix, seems using SOUND_MOD=auto it works
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue