File python-PyMuPDF.spec of Package python-PyMuPDF
#
# spec file for package python-PyMuPDF
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
# Python 2 build fails always
%define skip_python2 1
%define pypi_name PyMuPDF
%define mupdf_version 1.26.10
%{?sle15_python_module_pythons}
#python3-clangxx is only available for python 3.13
%define pythons python313
Name: python-%{pypi_name}
Version: 1.26.5
Release: 0
Summary: Python binding for MuPDF, a PDF and XPS viewer
License: AGPL-3.0-only
Group: Development/Libraries/Python
URL: https://github.com/pymupdf/PyMuPDF
Source: https://files.pythonhosted.org/packages/source/P/PyMuPDF/PyMuPDF-%{version}.tar.gz
Source1: mupdf-%{mupdf_version}-source.tar.gz
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: clang19-devel
BuildRequires: fdupes
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: jbig2dec-devel
BuildRequires: openSUSE-release
BuildRequires: pkgconfig
BuildRequires: python-rpm-macros
BuildRequires: python3-clang19
BuildRequires: swig
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(harfbuzz)
BuildRequires: pkgconfig(libjpeg)
BuildRequires: pkgconfig(libopenjp2)
BuildRequires: pkgconfig(libpng16)
BuildRequires: pkgconfig(zlib)
Provides: bundled(mupdf) = %version
# mupdf has bundled() on its own, too, so kinda bad
%python_subpackages
%description
This is PyMuPDF, a Python binding for MuPDF, a PDF and XPS viewer.
MuPDF can access files in PDF, XPS, OpenXPS, epub, comic and fiction
book formats. PyMuPDF can also access files with extensions *.pdf,
*.xps, *.oxps, *.epub, *.cbz or *.fb2 from Python scripts.
%package devel
Summary: Python binding for MuPDF
Group: Development/Libraries/Python
Requires: %{name} = %{version}
%description devel
Devel package for %{name}.
%prep
%autosetup -p1 -n %{pypi_name}-%{version}
cp %{SOURCE1} .
%build
export CFLAGS="%{optflags} -ffat-lto-objects -I/usr/include/freetype2 -DNDEBUG"
export ARCHFLAGS="%{optflags}"
%pyproject_wheel
%install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
cd /tmp
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -c 'import fitz'
%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -c 'import pymupdf'
%files %{python_files}
%license COPYING
%doc README.md
%{python_sitearch}/[Pp]y[Mm]u[Pp][Dd][Ff]-%{version}*info
%{python_sitearch}/fitz/
%{python_sitearch}/pymupdf/
%{_bindir}/pymupdf
%exclude %{python_sitearch}/pymupdf/mupdf-devel/
%files %{python_files devel}
%{python_sitearch}/pymupdf/mupdf-devel/
%changelog