From 25a094210011014afaa9bc6dd2828055cc4538f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Jun 2022 07:11:58 +0200 Subject: improve package description and summary --- php-sebastian-type3.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'php-sebastian-type3.spec') diff --git a/php-sebastian-type3.spec b/php-sebastian-type3.spec index 306c45a..f93896e 100644 --- a/php-sebastian-type3.spec +++ b/php-sebastian-type3.spec @@ -25,8 +25,8 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 3.0.0 -Release: 1%{?dist} -Summary: Collection of value objects that represent the types of the PHP type system, version %{major} +Release: 2%{?dist} +Summary: Collection of value objects that represent the types of the PHP type system, v%{major} License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} @@ -59,6 +59,8 @@ Provides: php-composer(%{pk_vendor}/%{pk_project}) = %{version} %description Collection of value objects that represent the types of the PHP type system. +This package provides version %{major} of %{pk_vendor}/%{pk_project} library. + %prep %setup -q -n %{gh_project}-%{gh_commit} @@ -89,7 +91,7 @@ EOF : Run upstream test suite ret=0 -for cmd in php php74 php80 php81; do +for cmd in php php74 php80 php81 php82; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit9 \ @@ -113,6 +115,9 @@ exit $ret %changelog +* Mon Jun 27 2022 Remi Collet - 3.0.0-2 +- improve package description and summary + * Tue Mar 15 2022 Remi Collet - 3.0.0-1 - update to 3.0.0 - rename to php-sebastian-type3 -- cgit