diff --git a/python-termcolor.spec b/python-termcolor.spec index 82ddd9c..53dacc3 100644 --- a/python-termcolor.spec +++ b/python-termcolor.spec @@ -23,12 +23,11 @@ Release: 0 Summary: ANSII Color formatting for output in terminal License: MIT Group: Development/Languages/Python -Url: https://pypi.python.org/pypi/termcolor +URL: https://pypi.python.org/pypi/termcolor Source: https://files.pythonhosted.org/packages/source/t/termcolor/termcolor-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -48,8 +47,8 @@ Available attributes: bold, dark, underline, blink, reverse, concealed. %python_expand %fdupes -s %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) -%doc CHANGES.rst COPYING.txt README.rst +%license COPYING.txt +%doc CHANGES.rst README.rst %{python_sitelib}/* %changelog