rebuilt with python3 ~= 3.11 [release 1.0.4-3mamba;Tue Apr 16 2024]

This commit is contained in:
Silvan Calarco 2024-04-16 18:00:24 +02:00
parent 987b23734f
commit 6dc9bbd479

View File

@ -1,6 +1,6 @@
Name: pychess Name: pychess
Version: 1.0.4 Version: 1.0.4
Release: 2mamba Release: 3mamba
Summary: A chess client, that is fully featured, easy to use and nice looking in the gnome way Summary: A chess client, that is fully featured, easy to use and nice looking in the gnome way
Group: Graphical Desktop/Applications/Games Group: Graphical Desktop/Applications/Games
Vendor: openmamba Vendor: openmamba
@ -10,12 +10,12 @@ URL: https://pychess.github.io/
Source: https://github.com/pychess/pychess/releases/download/%{version}/pychess-%{version}.tar.gz Source: https://github.com/pychess/pychess/releases/download/%{version}/pychess-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython310-devel BuildRequires: libpython311-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: python-SQLAlchemy-py310 Requires: python-SQLAlchemy-py3
Requires: python-pexpect-py310 Requires: python-pexpect-py3
Requires: python-websockets-py310 Requires: python-websockets-py3
Requires: python-typing_extensions-py310 Requires: python-typing_extensions-py3
%description %description
A chess client, that is fully featured, easy to use and nice looking in the gnome way. A chess client, that is fully featured, easy to use and nice looking in the gnome way.
@ -45,15 +45,15 @@ To help translate PyChess into your language please visit https://translations.l
%setup -q %setup -q
%build %build
%{__python310} setup.py build %{__python3} setup.py build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python310} setup.py install \ %{__python3} setup.py install \
-O1 --skip-build \ -O1 --skip-build \
--root="%{buildroot}" \ --root="%{buildroot}" \
--install-headers=%{python310_inc}/python \ --install-headers=%{python3_inc}/python \
--install-lib=%{python310_sitearch} \ --install-lib=%{python3_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i "\,\.egg-info/,d" %{name}.filelist sed -i "\,\.egg-info/,d" %{name}.filelist
@ -75,9 +75,12 @@ fi
%files -f %{name}.filelist %files -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%{python310_sitearch}/pychess-%{version}-py*.egg-info %{python3_sitearch}/pychess-%{version}-py*.egg-info
%changelog %changelog
* Tue Apr 16 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-3mamba
- rebuilt with python3 ~= 3.11
* Tue Apr 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-2mamba * Tue Apr 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-2mamba
- dependencies added - dependencies added