rebuilt with python3 == 3.11 [release 5.0.4-2mamba;Thu Jan 18 2024]

This commit is contained in:
Silvan Calarco 2024-01-18 22:45:28 +01:00
parent b017140d7f
commit 5b0593956e

View File

@ -1,6 +1,6 @@
Name: xpra Name: xpra
Version: 5.0.4 Version: 5.0.4
Release: 1mamba Release: 2mamba
Summary: A tool like screen for X allowing to direct X programs display to another X host Summary: A tool like screen for X allowing to direct X programs display to another X host
Group: Graphical Desktop/Applications/Utilities Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba Vendor: openmamba
@ -40,7 +40,7 @@ BuildRequires: libpam-devel
BuildRequires: libpango-devel BuildRequires: libpango-devel
BuildRequires: libprocps-devel BuildRequires: libprocps-devel
BuildRequires: libprocps3-devel BuildRequires: libprocps3-devel
BuildRequires: libpython310-devel BuildRequires: libpython311-devel
BuildRequires: libqrencode-devel BuildRequires: libqrencode-devel
BuildRequires: libswscale-ffmpeg-devel BuildRequires: libswscale-ffmpeg-devel
BuildRequires: libsystemd-devel BuildRequires: libsystemd-devel
@ -51,14 +51,14 @@ BuildRequires: libxkbfile-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: xf86-video-dummy Requires: xf86-video-dummy
Requires: xorg-server Requires: xorg-server
Requires: pygobject-py310 Requires: pygobject-py3
Requires: python-cryptography-py310 Requires: python-cryptography-py3
Requires: python-cups-py310 Requires: python-cups-py3
Requires: python-Pillow-py310 Requires: python-Pillow-py3
Requires: python-netifaces-py310 Requires: python-netifaces-py3
Requires: python-numpy-py310 Requires: python-numpy-py3
Requires: python-paramiko-py310 Requires: python-paramiko-py3
Requires: python-opengl-py310 Requires: python-opengl-py3
%description %description
Xpra is 'screen for X' -- it allows you to run X programs, usually on a remote host, direct their display to your local machine, and then to disconnect from these programs and reconnect from the same or another machine, without losing any state. Xpra is 'screen for X' -- it allows you to run X programs, usually on a remote host, direct their display to your local machine, and then to disconnect from these programs and reconnect from the same or another machine, without losing any state.
@ -78,15 +78,15 @@ Xpra is 'screen for X' -- it allows you to run X programs, usually on a remote h
sed -i "s|systemd_dir = .*|systemd_dir = \"%{_unitdir}\"|" setup.py sed -i "s|systemd_dir = .*|systemd_dir = \"%{_unitdir}\"|" setup.py
%build %build
CFLAGS="%{optflags}" %{__python310} setup.py build CFLAGS="%{optflags}" %{__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} \ --install-headers=%{python3_inc} \
--install-lib=%{python310_sitearch} \ --install-lib=%{python3_sitearch} \
--without-docs \ --without-docs \
--record=%{name}.filelist --record=%{name}.filelist
@ -135,11 +135,12 @@ fi
%{_unitdir}/xpra.socket %{_unitdir}/xpra.socket
%{_prefix}/lib/cups/backend/xpraforwarder %{_prefix}/lib/cups/backend/xpraforwarder
%dir %{_datadir}/xpra %dir %{_datadir}/xpra
#%dir %{_datadir}/xpra/www
#%{_datadir}/xpra/www/*
%doc COPYING %doc COPYING
%changelog %changelog
* Thu Jan 18 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.4-2mamba
- rebuilt with python3 == 3.11
* Wed Nov 29 2023 Automatic Build System <autodist@mambasoft.it> 5.0.4-1mamba * Wed Nov 29 2023 Automatic Build System <autodist@mambasoft.it> 5.0.4-1mamba
- automatic version update by autodist - automatic version update by autodist