Matej Cepl 2018-12-04 17:13:42 +00:00 committed by Git OBS Bridge
parent f0ff210565
commit ca5c1e2c62

View File

@ -24,17 +24,16 @@ Release: 0
Summary: Freetype python bindings
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/rougier/freetype-py
URL: https://github.com/rougier/freetype-py
Source: https://files.pythonhosted.org/packages/source/f/freetype-py/freetype-py-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: freetype2
BuildArch: noarch
%if %{with test}
BuildRequires: freetype2
%endif
Requires: freetype2
BuildArch: noarch
%python_subpackages
%description
@ -58,8 +57,8 @@ sed -i -e '/^#!\//, 1d' freetype/ft_structs.py freetype/ft_types.py
%endif
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%license LICENSE.txt
%doc README.rst
%{python_sitelib}/*
%changelog