diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-04 12:08:47 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-04 12:08:47 +0200 |
commit | 752a21d65909f462dd4465ee5bf39daea60e1749 (patch) | |
tree | b0b2767b9ec9b107283b5bc8563d557a53da650d | |
parent | 2a33cd1e4300cda0ea960fd5934b2497059e50ee (diff) |
fix Summary
-rw-r--r-- | php-pecl-xpass.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-pecl-xpass.spec b/php-pecl-xpass.spec index 7f062e0..5d0ea5a 100644 --- a/php-pecl-xpass.spec +++ b/php-pecl-xpass.spec @@ -19,7 +19,7 @@ %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure -Summary: RPM information +Summary: Extended password extension Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} |