4932421
%{?python_enable_dependency_generator}
4932421
4932421
%global srcname Python-fontconfig
4932421
4932421
Name:           python-fontconfig
4932421
Version:        0.5.1
4932421
Release:        1%{?dist}
4932421
Summary:        Python bindings for Fontconfig library
4932421
4932421
License:        GPLv3
4932421
URL:            https://pypi.org/project/Python-fontconfig/
4932421
Source0:        %{pypi_source}
4932421
4932421
BuildRequires:  gcc
4932421
BuildRequires:  fontconfig-devel
4932421
BuildRequires:  python3-Cython
4932421
BuildRequires:  python3-devel
4932421
# Needed for tests
4932421
BuildRequires:  gnu-free-mono-fonts
4932421
4932421
%description
4932421
%{summary}.
4932421
4932421
4932421
%package -n python3-fontconfig
4932421
Summary:        %{summary}
4932421
%{?python_provide:%python_provide python3-fontconfig}
4932421
4932421
%description -n python3-fontconfig
4932421
%{summary}.
4932421
4932421
4932421
%prep
4932421
%autosetup -n %{srcname}-%{version}
4932421
4932421
4932421
%build
4932421
%{__python3} setup.py build_ext -i
4932421
%py3_build
4932421
4932421
4932421
%install
4932421
%py3_install
4932421
4932421
4932421
%check
4932421
export PYTHONPATH=$PWD/build/lib.%{python3_platform}-%{python3_version}/
4932421
yes | %{__python3} test/test.py
4932421
4932421
4932421
%files -n python3-fontconfig
4932421
%doc README.rst
4932421
%license LICENSE.txt
4932421
%{python3_sitearch}/*.so
4932421
%{python3_sitearch}/*.egg-info
4932421
4932421
4932421
%changelog
4932421
* Wed Aug 21 2019 Mohamed El Morabity <melmorabity@fedoraproject.org> - 0.5.1-1
4932421
- Initial RPM release