1
0
Matej Cepl 2018-12-04 17:24:16 +00:00 committed by Git OBS Bridge
parent fd28cb5c0e
commit 062b0d517f

View File

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