From bc43332b7f91f5375adc65c64f79e762c018b6c428b1e4d64932ef003a80ccfa Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 7 Mar 2023 19:03:02 +0000 Subject: [PATCH] Accepting request 1069993 from home:jengelh:branches:devel:languages:python - Drop BuildRequires mupdf-devel-static, this is not used and the build always relies on the bundled copy. OBS-URL: https://build.opensuse.org/request/show/1069993 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=56 --- python-PyMuPDF.changes | 6 ++++++ python-PyMuPDF.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-PyMuPDF.changes b/python-PyMuPDF.changes index 4cb74ef..e495176 100644 --- a/python-PyMuPDF.changes +++ b/python-PyMuPDF.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 7 17:21:40 UTC 2023 - Jan Engelhardt + +- Drop BuildRequires mupdf-devel-static, this is not used + and the build always relies on the bundled copy. + ------------------------------------------------------------------- Mon Mar 6 21:22:33 UTC 2023 - Jan Engelhardt diff --git a/python-PyMuPDF.spec b/python-PyMuPDF.spec index b06c34a..2fcfad6 100644 --- a/python-PyMuPDF.spec +++ b/python-PyMuPDF.spec @@ -36,7 +36,6 @@ BuildRequires: fdupes BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: jbig2dec-devel -BuildRequires: mupdf-devel-static >= 1.20.3 BuildRequires: openSUSE-release BuildRequires: pkgconfig BuildRequires: python-rpm-macros @@ -47,6 +46,8 @@ 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