From 03bb5ec140396adb9fdb4da08193273c5f0825eb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Jan 2022 15:29:45 +0100 Subject: typo --- php-pecl-igbinary.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 409b5e2..0489844 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -231,7 +231,7 @@ if [ -f %{php_extdir}/json.so ]; then MOD="$MOD -d extension=json.so" fi -%if "{php_version}" >= "8.0" +%if "%{php_version}" > "8.0" OPTS="-q --show-diff %{?_smp_mflags}" %else OPTS="-q -P --show-diff" -- cgit