From 173639cce20cc57ab467d6b5a2e01abd484bdde0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jan 2020 08:13:36 +0100 Subject: improve desc again --- php-pecl-uploadprogress.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'php-pecl-uploadprogress.spec') 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})}. -- cgit