new version 2.10.0+setuptools
This commit is contained in:
parent
4b35b445f4
commit
ef91c358d5
3 changed files with 13 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@ PySolFC-2.0.tar.bz2
|
|||
/PySolFC-2.6.4.tar.xz
|
||||
/PySolFC-Cardsets--Minimal-2.0.tar.xz
|
||||
/PySolFC-2.8.0.tar.xz
|
||||
/PySolFC-2.10.0.tar.xz
|
||||
|
|
|
|||
14
PySolFC.spec
14
PySolFC.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: PySolFC
|
||||
Version: 2.8.0
|
||||
Release: 3%{?dist}
|
||||
Version: 2.10.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A collection of solitaire card games
|
||||
License: GPLv2+
|
||||
URL: https://pysolfc.sourceforge.io
|
||||
|
|
@ -11,10 +11,14 @@ Patch0: PySolFC-desktop-exec.patch
|
|||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python%{python3_pkgversion}-devel
|
||||
BuildRequires: python%{python3_pkgversion}-setuptools
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: /usr/bin/pathfix.py
|
||||
# optional but nice to have
|
||||
Requires: freecell-solver
|
||||
Requires: libfreecell-solver
|
||||
Requires: python%{python3_pkgversion}-freecell_solver
|
||||
Requires: python%{python3_pkgversion}-imaging
|
||||
Requires: tile
|
||||
# used to get sound working with PulseAudio
|
||||
|
|
@ -73,12 +77,16 @@ pathfix.py -pni "%{__python3} %{py3_shbang_opts}" $RPM_BUILD_ROOT%{_bindir}/*
|
|||
%{python3_sitelib}/*egg-info
|
||||
%{_bindir}/pysol
|
||||
%{_datadir}/%{name}
|
||||
%{_datadir}/pixmaps/*
|
||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||
%{_datadir}/applications/*.desktop
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 23 2020 Shlomi Fish <shlomif@shlomifish.org> 2.10.0-1
|
||||
- New upstream release
|
||||
- Add BuildRequires on setuptools
|
||||
- Add Requires on python3-freecell_solver
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.8.0-3
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (PySolFC-2.10.0.tar.xz) = 847a18d856a68a099610cc3b1fb3da2562b02dcb783fc97eaae47cd9f277ae5ed7e9f8911a9d513f4d418499d22bf4c26716db6abadeca7707a00e52e731ce4e
|
||||
SHA512 (PySolFC-Cardsets--Minimal-2.0.tar.xz) = d6a499126b7cfdf14928a53756d4f6e67368546207fb6daa70cd0ef542ce8d0d3c1d813905c98971121de94e8a679df130bff1b1ee48d343906a4999af5d1860
|
||||
SHA512 (PySolFC-2.8.0.tar.xz) = 645b8436822e4173eb3041c6dec302554f57ed14940ba2bacab3e45b87458e932b8caa45e7d169fed78b2e591a2332589d4118566e615de13781fcd6253ddee6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue