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