17
0
2018-12-04 17:11:53 +00:00
committed by Git OBS Bridge
parent 737af9c160
commit bf93832a2a

View File

@@ -24,13 +24,11 @@ Release: 0
Summary: Python module to launch code as a daemon process
License: MIT
Group: Development/Languages/Python
Url: https://github.com/thesharp/daemonize
URL: https://github.com/thesharp/daemonize
Source: https://files.pythonhosted.org/packages/source/d/daemonize/daemonize-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
%description
@@ -47,8 +45,8 @@ daemonize is a library for writing system daemons in Python.
%python_install
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE README.rst
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%changelog