From 61a64d21c92842ecbbdccbb2d6848ccc451e8161f257dd407b7f4ce38382024d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 10 May 2022 00:24:03 +0000 Subject: [PATCH] Fix SPEC OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyMuPDF?expand=0&rev=46 --- python-PyMuPDF.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-PyMuPDF.spec b/python-PyMuPDF.spec index f2e50c8..49e6ae8 100644 --- a/python-PyMuPDF.spec +++ b/python-PyMuPDF.spec @@ -66,7 +66,6 @@ export CFLAGS="%{optflags} -I/usr/include/freetype2" %install %pyproject_install -rm %{buildroot}%{_prefix}/{COPYING,README.md,changes.rst} %python_expand %fdupes %{buildroot}%{$python_sitearch} %check @@ -75,7 +74,7 @@ cd /tmp %files %{python_files} %license COPYING -%doc README.md changes.rst +%doc README.md %{python_sitearch}/* %changelog