summaryrefslogtreecommitdiffstats
path: root/php-tecnickcom-tc-lib-pdf-image.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-14 11:40:08 +0200
committerRemi Collet <remi@php.net>2026-04-14 11:40:08 +0200
commitdb153ca4e68f4af4011b49d487bf6f2a87f78025 (patch)
treec1c6b11d83a5a72cfdb1cae08bed65bb7d65efb5 /php-tecnickcom-tc-lib-pdf-image.spec
parente95902a038e57ae477fa5bc86e235d4bf124fd61 (diff)
update to 2.1.36 (no change)
Diffstat (limited to 'php-tecnickcom-tc-lib-pdf-image.spec')
-rw-r--r--php-tecnickcom-tc-lib-pdf-image.spec20
1 files changed, 12 insertions, 8 deletions
diff --git a/php-tecnickcom-tc-lib-pdf-image.spec b/php-tecnickcom-tc-lib-pdf-image.spec
index 1da138e..1b8afe2 100644
--- a/php-tecnickcom-tc-lib-pdf-image.spec
+++ b/php-tecnickcom-tc-lib-pdf-image.spec
@@ -6,22 +6,23 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 781b64f572d7806892f6f7aeb28e95b3ac623b9d
-%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global c_vendor tecnickcom
%global gh_owner tecnickcom
%global gh_project tc-lib-pdf-image
%global php_project %{_datadir}/php/Com/Tecnick/Pdf/Image
%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.1.34
-Release: 1%{?dist}
Summary: PHP library containing PDF Image 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.1.36
+Release: 1%{?dist}
+
+%forgemeta
+URL: %{forgeurl}
+Source0: %{forgesource}
BuildArch: noarch
%if %{with_tests}
@@ -67,7 +68,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
@@ -122,6 +123,9 @@ exit $ret
%changelog
+* Tue Apr 14 2026 Remi Collet <remi@remirepo.net> - 2.1.36-1
+- update to 2.1.36 (no change)
+
* Tue Mar 31 2026 Remi Collet <remi@remirepo.net> - 2.1.34-1
- update to 2.1.34 (no change)