diff --git a/python-daiquiri.spec b/python-daiquiri.spec index dce56ee..953d684 100644 --- a/python-daiquiri.spec +++ b/python-daiquiri.spec @@ -23,14 +23,12 @@ Release: 0 Summary: Library to configure Python logging License: Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/jd/daiquiri +URL: https://github.com/jd/daiquiri Source: https://files.pythonhosted.org/packages/source/d/daiquiri/daiquiri-%{version}.tar.gz BuildRequires: %{python_module pbr} BuildRequires: python-rpm-macros Requires: python-python-json-logger -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -47,8 +45,8 @@ provides some custom formatters and handlers. %python_install %files %{python_files} -%defattr(-,root,root,-) -%doc AUTHORS ChangeLog LICENSE README.rst +%license LICENSE +%doc AUTHORS ChangeLog README.rst %{python_sitelib}/* %changelog