forked from pool/python-PyVirtualDisplay
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
83a1d44ee0 | |||
9bd84d93e3 |
@@ -1,8 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed Jun 11 05:49:38 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
||||||
|
|
||||||
- Switch to pyproject macros.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 12 07:45:40 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
Mon May 12 07:45:40 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||||
|
|
||||||
|
@@ -32,9 +32,7 @@ Summary: Python wrapper for Xvfb, Xephyr and Xvnc
|
|||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
URL: https://github.com/ponty/PyVirtualDisplay
|
URL: https://github.com/ponty/PyVirtualDisplay
|
||||||
Source: https://files.pythonhosted.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pip}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-EasyProcess
|
Requires: python-EasyProcess
|
||||||
@@ -69,11 +67,11 @@ PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc.
|
|||||||
rm tests/test_xvnc.py
|
rm tests/test_xvnc.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%pyproject_install
|
%python_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@@ -94,7 +92,7 @@ xvfb-run --server-args "-screen 0 1920x1080x24" \
|
|||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{python_sitelib}/pyvirtualdisplay
|
%{python_sitelib}/pyvirtualdisplay
|
||||||
%{python_sitelib}/[Pp]y[Vv]irtual[Dd]isplay-%{version}.dist-info
|
%{python_sitelib}/PyVirtualDisplay-%{version}-*info
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user