diff options
Diffstat (limited to 'php-tecnickcom-tc-lib-unicode.spec')
| -rw-r--r-- | php-tecnickcom-tc-lib-unicode.spec | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/php-tecnickcom-tc-lib-unicode.spec b/php-tecnickcom-tc-lib-unicode.spec index 7f9a503..ed05f30 100644 --- a/php-tecnickcom-tc-lib-unicode.spec +++ b/php-tecnickcom-tc-lib-unicode.spec @@ -6,22 +6,23 @@ # # Please, preserve the changelog entries # -%global gh_commit 3283913efe3d43b1025f5a3c50e1eb86c77e0ad7 -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom %global gh_project tc-lib-unicode %global php_project %{_datadir}/php/Com/Tecnick/Unicode %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} -Version: 2.0.45 -Release: 1%{?dist} Summary: PHP library containing Unicode methods - License: LGPL-3.0-or-later -URL: https://github.com/%{gh_owner}/%{gh_project} -Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{?gh_short}.tar.gz +Version: 2.0.47 +Release: 1%{?dist} + +%forgemeta +URL: %{forgeurl} +Source0: %{forgesource} BuildArch: noarch %if %{with_tests} @@ -62,7 +63,7 @@ The initial source code has been derived from TCPDF (http://www.tcpdf.org/). %prep -%setup -q -n %{gh_project}-%{gh_commit} +%forgesetup : Sanity check grep -q '^%{version}$' VERSION @@ -114,6 +115,9 @@ exit $ret %changelog +* Tue Apr 14 2026 Remi Collet <remi@remirepo.net> - 2.0.47-1 +- update to 2.0.47 (no change) + * Tue Mar 31 2026 Remi Collet <remi@remirepo.net> - 2.0.45-1 - update to 2.0.45 (no change) |
