From bf93832a2a5ca0f326ec67641d9207c4c484bf1014cdb4da3825331ed1254203 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 4 Dec 2018 17:11:53 +0000 Subject: [PATCH] Clean up the SPEC file OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-daemonize?expand=0&rev=6 --- python-daemonize.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/python-daemonize.spec b/python-daemonize.spec index 8232301..0f71cd8 100644 --- a/python-daemonize.spec +++ b/python-daemonize.spec @@ -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