Don't set doc_dir to %{_docdir}/pear as PEAR packages don't expect

to install files there (which leads to problems with unpackaged
files in %{_docdir}/pear)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:php/php7-pear?expand=0&rev=10
This commit is contained in:
Arjen de Korte 2019-11-27 17:57:14 +00:00 committed by Git OBS Bridge
parent 4e59b5fc9c
commit 9398fe349f

View File

@ -88,7 +88,6 @@ php -d date.timezone=UTC -d memory_limit=64M -d short_open_tag=0 -d safe_mode=0
--bin %{_bindir} \
--cache %{_localstatedir}/cache/pear \
--dir %{peardir} \
--doc %{_docdir}/pear \
--man %{_mandir} \
--metadata %{metadir} \
--www %{peardir}/htdocs