dependencies added [release 1.0.4-2mamba;Tue Apr 11 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 10:37:35 +01:00
parent c78d76a4ce
commit 987b23734f

View File

@ -1,26 +1,21 @@
Name: pychess
Version: 1.0.3
Release: 1mamba
Version: 1.0.4
Release: 2mamba
Summary: A chess client, that is fully featured, easy to use and nice looking in the gnome way
Group: Graphical Desktop/Applications/Games
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://pychess.googlepages.com/home
URL: https://pychess.github.io/
Source: https://github.com/pychess/pychess/releases/download/%{version}/pychess-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: libpython310-devel
## AUTOBUILDREQ-END
BuildRequires: python-SQLAlchemy-py3
#BuildRequires: python-pexpect-py36
#BuildRequires: pygtksourceview
#BuildRequires: python-pysqlite
#BuildRequires: pygtk-devel
#Requires: python >= %python_version
#Requires: pygtksourceview
#Requires: python-pysqlite
#Requires: pygtk-devel
Requires: python-SQLAlchemy-py310
Requires: python-pexpect-py310
Requires: python-websockets-py310
Requires: python-typing_extensions-py310
%description
A chess client, that is fully featured, easy to use and nice looking in the gnome way.
@ -47,18 +42,18 @@ Features:
To help translate PyChess into your language please visit https://translations.launchpad.net/pychess
%prep
%setup -q -n PyChess-%{version}
%setup -q
%build
%{__python3} setup.py build
%{__python310} setup.py build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python3} setup.py install \
%{__python310} setup.py install \
-O1 --skip-build \
--root="%{buildroot}" \
--install-headers=%{python3_inc}/python \
--install-lib=%{python3_sitearch} \
--install-headers=%{python310_inc}/python \
--install-lib=%{python310_sitearch} \
--record=%{name}.filelist
sed -i "\,\.egg-info/,d" %{name}.filelist
@ -80,9 +75,15 @@ fi
%files -f %{name}.filelist
%defattr(-,root,root)
%{python3_sitearch}/PyChess-%{version}-py*.egg-info
%{python310_sitearch}/pychess-%{version}-py*.egg-info
%changelog
* Tue Apr 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-2mamba
- dependencies added
* Mon Apr 10 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-1mamba
- update to 1.0.4
* Mon May 10 2021 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
- automatic version update by autodist