From aa64676584c4414206e702feade58638dbb3444754267028d0f20aecc83eb972 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 6 Mar 2018 08:07:33 +0000 Subject: [PATCH] Accepting request 583150 from home:jengelh:branches:devel:languages:python - Trim filler wording from description. OBS-URL: https://build.opensuse.org/request/show/583150 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyAutoGUI?expand=0&rev=2 --- python-PyAutoGUI.changes | 5 +++++ python-PyAutoGUI.spec | 14 ++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/python-PyAutoGUI.changes b/python-PyAutoGUI.changes index 7a6f047..bda39a5 100644 --- a/python-PyAutoGUI.changes +++ b/python-PyAutoGUI.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 5 19:30:23 UTC 2018 - jengelh@inai.de + +- Trim filler wording from description. + ------------------------------------------------------------------- Mon Mar 5 18:15:55 UTC 2018 - alarrosa@suse.com diff --git a/python-PyAutoGUI.spec b/python-PyAutoGUI.spec index 12e9bc6..0f08cfc 100644 --- a/python-PyAutoGUI.spec +++ b/python-PyAutoGUI.spec @@ -13,24 +13,25 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-PyAutoGUI Version: 0.9.36 Release: 0 +Summary: A Python module for GUI automation that can control the keyboard and mouse License: BSD-3-Clause -Summary: A python module for GUI automation that can control the keyboard and mouse -Url: https://github.com/asweigart/pyautogui Group: Development/Languages/Python +Url: https://github.com/asweigart/pyautogui Source: https://files.pythonhosted.org/packages/source/P/PyAutoGUI/PyAutoGUI-%{version}.tar.gz Source99: https://raw.githubusercontent.com/asweigart/pyautogui/master/LICENSE.txt -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module python-xlib} -BuildRequires: fdupes +BuildRequires: %{python_module setuptools} BuildRequires: dos2unix +BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-Pillow Requires: python-PyMsgBox Requires: python-PyScreeze @@ -40,7 +41,8 @@ BuildArch: noarch %python_subpackages %description -PyAutoGUI is a cross-platform GUI automation Python module for human beings. Used to programmatically control the mouse & keyboard. +PyAutoGUI is a GUI automation Python module. It can be used to +programmatically control the mouse and keyboard. %prep %setup -q -n PyAutoGUI-%{version}