diff options
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-font.spec')
| -rw-r--r-- | php-tecnickcom-tc-lib-pdf-font.spec | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-font.spec b/php-tecnickcom-tc-lib-pdf-font.spec index 786589b..0228ac5 100644 --- a/php-tecnickcom-tc-lib-pdf-font.spec +++ b/php-tecnickcom-tc-lib-pdf-font.spec @@ -6,13 +6,13 @@ # # Please, preserve the changelog entries # -%global gh_commit 77608a11a5cfc595aa492355edaa3ecc844978dd -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global c_vendor tecnickcom %global gh_owner tecnickcom %global gh_project tc-lib-pdf-font %global php_project %{_datadir}/php/Com/Tecnick/Pdf/Font %global font_version 2.1.0 +%global forgeurl https://github.com/%{gh_owner}/%{gh_project} +%global tag %{version} %bcond_without tests @@ -23,13 +23,14 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.6.34 -Release: 1%{?dist} Summary: PHP library containing PDF page formats and definitions - 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.6.36 +Release: 1%{?dist} + +%forgemeta +URL: %{forgeurl} +Source0: %{forgesource} Source1: https://github.com/tecnickcom/tc-font-mirror/archive/refs/tags/%{font_version}.tar.gz # Fix path @@ -104,7 +105,8 @@ The initial source code has been extracted from TCPDF (http://www.tcpdf.org). %prep -%setup -q -n %{gh_project}-%{gh_commit} -a 1 +%forgesetup +tar xf %{SOURCE1} %patch -P0 -p0 -b .rpm : Sanity check @@ -208,6 +210,9 @@ exit $ret %changelog +* Tue Apr 14 2026 Remi Collet <remi@remirepo.net> - 2.6.36-1 +- update to 2.6.36 (no change) + * Tue Mar 31 2026 Remi Collet <remi@remirepo.net> - 2.6.34-1 - update to 2.6.34 (no change) |
