diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-14 11:25:35 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-14 11:25:35 +0200 |
| commit | 33c96d0736e269c50caa95393bbb82a964dcffc1 (patch) | |
| tree | d93792f80fdf874840aebeb54a955f1194c5bb3e /php-tecnickcom-tc-lib-file.spec | |
| parent | ab85b91556b68d2405d3c625f5f17fd68f7b86a9 (diff) | |
update to 2.3.4 (no change)
Diffstat (limited to 'php-tecnickcom-tc-lib-file.spec')
| -rw-r--r-- | php-tecnickcom-tc-lib-file.spec | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/php-tecnickcom-tc-lib-file.spec b/php-tecnickcom-tc-lib-file.spec index 88bfc32..bd58557 100644 --- a/php-tecnickcom-tc-lib-file.spec +++ b/php-tecnickcom-tc-lib-file.spec @@ -6,22 +6,23 @@ # # Please, preserve the changelog entries # -%global gh_commit 8d99097250c9f534933ef8cd0e91e872a58a9da5 -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom %global gh_project tc-lib-file %global php_project %{_datadir}/php/Com/Tecnick/File %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.3.2 -Release: 1%{?dist} Summary: PHP library to read byte-level data from files - 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.3.4 +Release: 1%{?dist} + +%forgemeta +URL: %{forgeurl} +Source0: %{forgesource} BuildArch: noarch %if %{with_tests} @@ -58,7 +59,7 @@ The initial source code has been extracted from TCPDF (http://www.tcpdf.org). %prep -%setup -q -n %{gh_project}-%{gh_commit} +%forgesetup : Sanity check grep -q '^%{version}$' VERSION @@ -109,6 +110,9 @@ exit $ret %changelog +* Tue Apr 14 2026 Remi Collet <remi@remirepo.net> - 2.3.4-1 +- update to 2.3.4 (no change) + * Tue Mar 31 2026 Remi Collet <remi@remirepo.net> - 2.3.2-1 - update to 2.3.2 (no change) |
