summaryrefslogtreecommitdiffstats
path: root/redhat/core/tdevelop/tdevelop.spec
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/core/tdevelop/tdevelop.spec')
-rw-r--r--redhat/core/tdevelop/tdevelop.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/redhat/core/tdevelop/tdevelop.spec b/redhat/core/tdevelop/tdevelop.spec
index 36167329c..fabc84a68 100644
--- a/redhat/core/tdevelop/tdevelop.spec
+++ b/redhat/core/tdevelop/tdevelop.spec
@@ -22,7 +22,7 @@
# TDE variables
%define tde_epoch 2
%if "%{?tde_version}" == ""
-%define tde_version 14.1.3
+%define tde_version 14.1.4
%endif
%define tde_pkg tdevelop
%define tde_prefix /opt/trinity
@@ -105,8 +105,12 @@ BuildRequires: libidn-devel
BuildRequires: gamin-devel
%endif
-# PCRE support
-BuildRequires: pcre-devel
+# PCRE2 support
+%if 0%{?mdkver}
+BuildRequires: %{_lib}pcre2-devel
+%else
+BuildRequires: pcre2-devel
+%endif
# DB5 support
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 33
@@ -607,7 +611,7 @@ This package contains the libraries needed for the tdevelop programs.
##########
-%if 0%{?pclinuxos} || 0%{?suse_version} && 0%{?opensuse_bs} == 0
+%if 0%{?suse_version} && 0%{?opensuse_bs} == 0
%debug_package
%endif