summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-03-18 08:04:47 +0100
committerRemi Collet <remi@remirepo.net>2019-03-18 08:04:47 +0100
commit71550e10a54f38c666e74e627e1c46f2c075f0a7 (patch)
tree13c5ea03a7ee87081924752d148f4d937c12d0a8
parent31309c918cc35e0a5ada9f7cf2af84f45193616b (diff)
improve package description
-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