diff --git a/python-daemonize.changes b/python-daemonize.changes index 6fad36d..674caa0 100644 --- a/python-daemonize.changes +++ b/python-daemonize.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 13 16:08:06 UTC 2017 - jengelh@inai.de + +- Trim redundant mentions from description. + ------------------------------------------------------------------- Fri Jun 2 19:40:08 UTC 2017 - sebix+novell.com@sebix.at diff --git a/python-daemonize.spec b/python-daemonize.spec index 88c42f2..6e645d5 100644 --- a/python-daemonize.spec +++ b/python-daemonize.spec @@ -13,6 +13,7 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} @@ -20,22 +21,21 @@ Name: python-daemonize Version: 2.4.7 Release: 0 +Summary: Python module to launch code as a daemon process License: MIT -Summary: Library to enable your code run as a daemon process on Unix-like systems -Url: https://github.com/thesharp/daemonize Group: Development/Languages/Python +Url: https://github.com/thesharp/daemonize Source: https://files.pythonhosted.org/packages/source/d/daemonize/daemonize-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages %description -daemonize is a library for writing system daemons in Python. It is distributed -under MIT license. Full documentation can be found at ReadTheDocs. +daemonize is a library for writing system daemons in Python. %prep %setup -q -n daemonize-%{version}