diff --git a/python-statsd.spec b/python-statsd.spec index d39c6ea..187f138 100644 --- a/python-statsd.spec +++ b/python-statsd.spec @@ -23,13 +23,11 @@ Release: 0 Summary: A simple statsd client License: MIT 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 BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -46,8 +44,8 @@ for the statsd daemon. %python_install %files %{python_files} -%defattr(-,root,root,-) -%doc AUTHORS CHANGES LICENSE README.rst +%license LICENSE +%doc AUTHORS CHANGES README.rst %{python_sitelib}/* %changelog