From 189b59f853d7da775cc0f281f83f1c932ef33bee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Mar 2019 08:07:46 +0100 Subject: improve package description --- phpunit6.spec | 12 ++++++++++-- 1 file 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 - 6.5.14-2 +- improve package description + * Fri Feb 1 2019 Remi Collet - 6.5.14-1 - update to 6.5.14 -- cgit