From 71550e10a54f38c666e74e627e1c46f2c075f0a7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Mar 2019 08:04:47 +0100 Subject: improve package description --- php-phpunit-PHPUnit.spec | 13 ++++++++++--- 1 file 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 - 5.7.27-6 +- improve package description + * Tue Dec 4 2018 Remi Collet - 5.7.27-4 - cleanup for EL-8 -- cgit