diff options
| author | Remi Collet <remi@remirepo.net> | 2024-04-16 12:13:42 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-04-16 12:13:42 +0200 | 
| commit | 4fa39c39522b7b6539a661af41c2ce831b2c9316 (patch) | |
| tree | 755f6c538cbf7a897d866f4c3c877861b6eec30b | |
| parent | 424e343f63f2549ec2f50e819e3fb031be1ba271 (diff) | |
Drop 32-bit supportfedora
| -rw-r--r-- | php-pecl-rnp.spec | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/php-pecl-rnp.spec b/php-pecl-rnp.spec index ea2681b..2220e5c 100644 --- a/php-pecl-rnp.spec +++ b/php-pecl-rnp.spec @@ -10,9 +10,6 @@  # Please, preserve the changelog entries  # -# we don't want -z defs linker flag -%undefine _strict_symbol_defs_build -  %bcond_without      tests  %global with_zts    0%{!?_without_zts:%{?__ztsphp:1}}  %global pecl_name   rnp @@ -38,6 +35,8 @@ License:        BSD-2-Clause  URL:            https://pecl.php.net/package/%{pecl_name}  Source0:        https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz +ExcludeArch:    %{ix86} +  BuildRequires:  make  BuildRequires:  gcc  BuildRequires:  php-devel >= 8.0  | 
