diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-29 08:13:36 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-29 08:13:36 +0100 |
commit | 173639cce20cc57ab467d6b5a2e01abd484bdde0 (patch) | |
tree | 13e142adc376864200edede5c45123bd82fa80cd | |
parent | 917b2bd79c2f5386d8460de9ae548f74e05bbdb0 (diff) |
improve desc again
-rw-r--r-- | php-pecl-uploadprogress.spec | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/php-pecl-uploadprogress.spec b/php-pecl-uploadprogress.spec index 8b0b6c6..7551df3 100644 --- a/php-pecl-uploadprogress.spec +++ b/php-pecl-uploadprogress.spec @@ -83,13 +83,12 @@ Obsoletes: php74w-pecl-%{pecl_name} <= %{version} %description -A PHP extension to track progress of a file upload, -including details on the speed of the upload, estimated -time remaining, and access to the contents of the file -as it is being uploaded +A PHP extension to track progress of a file upload, including details +on the speed of the upload, estimated time remaining, and access to +the contents of the file as it is being uploaded -It requires the use of the [Apache httpd][] web server -with mod_php. Other web servers and PHP-FPM. +It requires the use of the Apache httpd web server with mod_php. +Other web servers and PHP-FPM are not yet supported. Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. |