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}