From: Jakub Bogusz Date: Mon, 11 May 2020 15:59:46 +0000 (+0200) Subject: - unified bzip2 bcond name X-Git-Tag: auto/th/php74-7.4.6-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fphp.git;a=commitdiff_plain;h=1a77455 - unified bzip2 bcond name --- diff --git a/php.spec b/php.spec index ebcdbc3..d74004a 100644 --- a/php.spec +++ b/php.spec @@ -29,7 +29,7 @@ %bcond_without phpdbg # disable phpdbg SAPI # - Extensions %bcond_without bcmath # without bcmath extension module -%bcond_without bz2 # without bz2 extension module +%bcond_without bzip2 # without bz2 extension module %bcond_without calendar # without calendar extension module %bcond_without ctype # without ctype extension module %bcond_without curl # without CURL extension module @@ -2255,7 +2255,7 @@ for sapi in $sapis; do --enable-tokenizer=shared \ --enable-xml=shared \ --enable-xmlreader=shared \ - %{__with_without bz2 bz2 shared} \ + %{__with_without bzip2 bz2 shared} \ %{__with_without curl curl shared} \ --with-db4 \ %{__with_without iconv iconv shared} \ @@ -2846,7 +2846,7 @@ fi %attr(755,root,root) %{php_extensiondir}/bcmath.so %endif -%if %{with bz2} +%if %{with bzip2} %files bz2 %defattr(644,root,root,755) %doc ext/bz2/CREDITS