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