diff options
Diffstat (limited to 'php-tecnickcom-tc-lib-unicode-data.spec')
| -rw-r--r-- | php-tecnickcom-tc-lib-unicode-data.spec | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/php-tecnickcom-tc-lib-unicode-data.spec b/php-tecnickcom-tc-lib-unicode-data.spec index 24c4a9e..e10f69f 100644 --- a/php-tecnickcom-tc-lib-unicode-data.spec +++ b/php-tecnickcom-tc-lib-unicode-data.spec @@ -6,18 +6,20 @@ # # Please, preserve the changelog entries # + +%bcond_without tests + %global c_vendor tecnickcom %global gh_owner tecnickcom %global gh_project tc-lib-unicode-data %global php_project %{_datadir}/php/Com/Tecnick/Unicode/Data -%global with_tests 0%{!?_without_tests:1} %global forgeurl https://github.com/%{gh_owner}/%{gh_project} %global tag %{version} Name: php-%{gh_owner}-%{gh_project} Summary: PHP library containing UTF-8 font definitions License: LGPL-3.0-or-later -Version: 2.0.46 +Version: 2.0.48 Release: 1%{?dist} %forgemeta @@ -25,10 +27,10 @@ URL: %{forgeurl} Source0: %{forgesource} BuildArch: noarch -%if %{with_tests} +%if %{with tests} # For tests %global phpunit %{_bindir}/phpunit11 -BuildRequires: phpunit11 >= 11.5.55 +BuildRequires: phpunit11 >= 11.5 BuildRequires: php(language) >= 8.2 %endif BuildRequires: php-fedora-autoloader-devel @@ -72,7 +74,7 @@ cp -pr src %{buildroot}%{php_project} %check -%if %{with_tests} +%if %{with tests} mkdir vendor cat << 'EOF' | tee vendor/autoload.php <?php @@ -106,6 +108,9 @@ exit $ret %changelog +* Mon Apr 20 2026 Remi Collet <remi@remirepo.net> - 2.0.48-1 +- update to 2.0.48 (no change) + * Tue Apr 14 2026 Remi Collet <remi@remirepo.net> - 2.0.46-1 - update to 2.0.46 (no change) |
