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