summaryrefslogtreecommitdiffstats
path: root/php-phpunit-PHPUnit.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-phpunit-PHPUnit.spec')
-rw-r--r--php-phpunit-PHPUnit.spec13
1 files changed, 10 insertions, 3 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index 749b671..ace6fba 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -25,10 +25,9 @@
Name: php-phpunit-PHPUnit
Version: %{major}.%{minor}
-Release: 4%{?dist}
-Summary: The PHP Unit Testing framework
+Release: 6%{?dist}
+Summary: The PHP Unit Testing framework version 5
-Group: Development/Libraries
License: BSD
URL: https://github.com/%{gh_owner}/%{gh_project}
%if 1
@@ -200,6 +199,11 @@ Software Development, Extreme Programming, Test-Driven Development and
Design-by-Contract Development by providing an elegant and robust framework
for the creation, execution and analysis of Unit Tests.
+This package provides the version %{ver_major} of PHPUnit,
+available using the %{name} command.
+
+Documentation: https://phpunit.readthedocs.io/
+
%prep
%setup -q -n %{gh_project}-%{gh_commit}
@@ -259,6 +263,9 @@ fi
%changelog
+* Mon Mar 18 2019 Remi Collet <remi@remirepo.net> - 5.7.27-6
+- improve package description
+
* Tue Dec 4 2018 Remi Collet <remi@remirepo.net> - 5.7.27-4
- cleanup for EL-8