14
0

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
This commit is contained in:
2023-03-07 19:03:02 +00:00
committed by Git OBS Bridge
parent ab00e2e225
commit bc43332b7f
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 7 17:21:40 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- 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 <jengelh@inai.de>

View File

@@ -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