15
0

Accepting request 503439 from home:jengelh:branches:devel:languages:python

- Trim redundant mentions from description.

wtf do we have the license: field for

OBS-URL: https://build.opensuse.org/request/show/503439
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-daemonize?expand=0&rev=3
This commit is contained in:
2017-06-30 12:36:29 +00:00
committed by Git OBS Bridge
parent 51224b198e
commit 6ee5b1a08b
2 changed files with 10 additions and 5 deletions

View File

@@ -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

View File

@@ -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}