summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-03-18 08:07:46 +0100
committerRemi Collet <remi@remirepo.net>2019-03-18 08:07:46 +0100
commit189b59f853d7da775cc0f281f83f1c932ef33bee (patch)
tree76744793b9b25d14e0bc9002735516719a252f5b
parent297969a2e5df46834a66ac9865c4fbc1ae07b873 (diff)
improve package descriptionHEADmaster
-rw-r--r--phpunit6.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/phpunit6.spec b/phpunit6.spec
index db1642e..76f8ea0 100644
--- a/phpunit6.spec
+++ b/phpunit6.spec
@@ -25,12 +25,12 @@
%global ver_major 6
%global ver_minor 5
%global ver_patch 14
-%global specrel 1
+%global specrel 2
Name: %{pk_project}%{ver_major}
Version: %{ver_major}.%{ver_minor}.%{ver_patch}
Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist}
-Summary: The PHP Unit Testing framework
+Summary: The PHP Unit Testing framework version %{ver_major}
License: BSD
URL: https://github.com/%{gh_vendor}/%{gh_project}
@@ -186,6 +186,11 @@ Suggests: php-phpunit-selenium
PHPUnit is a programmer-oriented testing framework for PHP.
It is an instance of the xUnit architecture for unit testing frameworks.
+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}
@@ -265,6 +270,9 @@ exit $ret
%changelog
+* Mon Mar 18 2019 Remi Collet <remi@remirepo.net> - 6.5.14-2
+- improve package description
+
* Fri Feb 1 2019 Remi Collet <remi@remirepo.net> - 6.5.14-1
- update to 6.5.14