15
0
2018-12-04 17:11:58 +00:00
committed by Git OBS Bridge
parent 6566a76910
commit f65e72fbf2

View File

@@ -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