diff options
author | François Andriot <albator78@libertysurf.fr> | 2024-04-29 14:30:41 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2024-04-29 14:30:41 +0200 |
commit | 035e7452dfc49c9e3c0d90566fa8f829e38543c5 (patch) | |
tree | 13eb1ed9721c9bcc23cd5c5393aa03a5adb36c4f /redhat/Makefile | |
parent | fc7f0a89b5b2ab811a1b50477c0cab4f3d6af24a (diff) | |
download | tde-packaging-035e7452dfc49c9e3c0d90566fa8f829e38543c5.tar.gz tde-packaging-035e7452dfc49c9e3c0d90566fa8f829e38543c5.zip |
RPM: update for final R14.1.2
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/Makefile')
-rw-r--r-- | redhat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/Makefile b/redhat/Makefile index e9892467e..68d5f2331 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -1,6 +1,6 @@ SHELL := /bin/bash PATH := $(PATH):$(shell pwd)/build -TDE_VERSION := $(shell echo $${TDE_VERSION:-14.1.1}) +TDE_VERSION := $(shell echo $${TDE_VERSION:-14.1.2}) TDE_GIT_DIR := $(shell cd ../..; pwd) TDE_PACKAGING_DIR := $(shell [ -n "$${TDE_PACKAGING_DIR}" ] && cd "$${TDE_PACKAGING_DIR}" || cd ..; pwd) RPMDIR := "$(shell rpm -E %{_rpmdir}.tde-$(TDE_VERSION))" @@ -214,7 +214,7 @@ mlt: tqtinterface pytdeextensions: tqtinterface pytde $(call buildpkg,libraries/pytdeextensions) -pytde: tqtinterface pytqt +pytde: tqtinterface pytqt sip4-tqt $(call buildpkg,libraries/pytde) ### Trinity Applications |