summaryrefslogtreecommitdiffstats
path: root/php-sebastian-type3.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-27 07:11:58 +0200
committerRemi Collet <remi@php.net>2022-06-27 07:11:58 +0200
commit25a094210011014afaa9bc6dd2828055cc4538f4 (patch)
treed42a127d594e7ced327f3402a2d306266bf250ae /php-sebastian-type3.spec
parent828cbb8bd0eb51ada46953cae96651e4906423ce (diff)
improve package description and summary
Diffstat (limited to 'php-sebastian-type3.spec')
-rw-r--r--php-sebastian-type3.spec11
1 files changed, 8 insertions, 3 deletions
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 <remi@remirepo.net> - 3.0.0-2
+- improve package description and summary
+
* Tue Mar 15 2022 Remi Collet <remi@remirepo.net> - 3.0.0-1
- update to 3.0.0
- rename to php-sebastian-type3