forked from pool/python-python-xlib
Accepting request 741262 from home:jayvdb:branches:devel:languages:python
- Add runtime dependency on xorg-x11-server - Add examples to the docs - dos2unix the docs - Remove unused ChangeLog in runtime package source OBS-URL: https://build.opensuse.org/request/show/741262 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-xlib?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
dcfd86405e
commit
5e3083d51c
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 20 05:31:28 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
- Add runtime dependency on xorg-x11-server
|
||||||
|
- Add examples to the docs
|
||||||
|
- dos2unix the docs
|
||||||
|
- Remove unused ChangeLog in runtime package source
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 9 09:56:46 UTC 2019 - pgajdos@suse.com
|
Thu May 9 09:56:46 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -31,10 +31,12 @@ BuildRequires: %{python_module nose}
|
|||||||
BuildRequires: %{python_module setuptools_scm}
|
BuildRequires: %{python_module setuptools_scm}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six >= 1.10.0}
|
BuildRequires: %{python_module six >= 1.10.0}
|
||||||
|
BuildRequires: dos2unix
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: xvfb-run
|
BuildRequires: xvfb-run
|
||||||
Requires: python-six >= 1.10.0
|
Requires: python-six >= 1.10.0
|
||||||
|
Requires: xorg-x11-server
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%ifpython2
|
%ifpython2
|
||||||
Provides: %{oldpython}-xlib = %{version}
|
Provides: %{oldpython}-xlib = %{version}
|
||||||
@@ -52,6 +54,8 @@ library for Python programs.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n python-xlib-%{version}
|
%setup -q -n python-xlib-%{version}
|
||||||
|
rm Xlib/ChangeLog
|
||||||
|
dos2unix CHANGELOG.md README.rst TODO examples/*.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
@@ -65,7 +69,7 @@ library for Python programs.
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CHANGELOG.md README.rst TODO
|
%doc CHANGELOG.md README.rst TODO examples/
|
||||||
%{python_sitelib}/Xlib/
|
%{python_sitelib}/Xlib/
|
||||||
%{python_sitelib}/python_xlib-*
|
%{python_sitelib}/python_xlib-*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user