14
0
forked from pool/python-statsd
2018-12-04 17:24:07 +00:00
committed by Git OBS Bridge
parent 7fe3406d8a
commit a3521eced7

View File

@@ -23,13 +23,11 @@ Release: 0
Summary: A simple statsd client Summary: A simple statsd client
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/jsocol/pystatsd URL: https://github.com/jsocol/pystatsd
Source: https://files.pythonhosted.org/packages/source/s/statsd/statsd-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/s/statsd/statsd-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@@ -46,8 +44,8 @@ for the statsd daemon.
%python_install %python_install
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-) %license LICENSE
%doc AUTHORS CHANGES LICENSE README.rst %doc AUTHORS CHANGES README.rst
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog