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 Name: pychess
Version: 1.0.3 Version: 1.0.4
Release: 1mamba Release: 2mamba
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
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> 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 Source: https://github.com/pychess/pychess/releases/download/%{version}/pychess-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel BuildRequires: libpython310-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: python-SQLAlchemy-py3 Requires: python-SQLAlchemy-py310
#BuildRequires: python-pexpect-py36 Requires: python-pexpect-py310
#BuildRequires: pygtksourceview Requires: python-websockets-py310
#BuildRequires: python-pysqlite Requires: python-typing_extensions-py310
#BuildRequires: pygtk-devel
#Requires: python >= %python_version
#Requires: pygtksourceview
#Requires: python-pysqlite
#Requires: pygtk-devel
%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.
@ -47,18 +42,18 @@ Features:
To help translate PyChess into your language please visit https://translations.launchpad.net/pychess To help translate PyChess into your language please visit https://translations.launchpad.net/pychess
%prep %prep
%setup -q -n PyChess-%{version} %setup -q
%build %build
%{__python3} setup.py build %{__python310} setup.py build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python3} setup.py install \ %{__python310} setup.py install \
-O1 --skip-build \ -O1 --skip-build \
--root="%{buildroot}" \ --root="%{buildroot}" \
--install-headers=%{python3_inc}/python \ --install-headers=%{python310_inc}/python \
--install-lib=%{python3_sitearch} \ --install-lib=%{python310_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i "\,\.egg-info/,d" %{name}.filelist sed -i "\,\.egg-info/,d" %{name}.filelist
@ -80,9 +75,15 @@ fi
%files -f %{name}.filelist %files -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%{python3_sitearch}/PyChess-%{version}-py*.egg-info %{python310_sitearch}/pychess-%{version}-py*.egg-info
%changelog %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 * Mon May 10 2021 Automatic Build System <autodist@mambasoft.it> 1.0.3-1mamba
- automatic version update by autodist - automatic version update by autodist