summaryrefslogtreecommitdiffstats
path: root/redhat/dependencies/sip4-tqt
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2022-01-30 19:21:28 +0100
committerFrançois Andriot <albator78@libertysurf.fr>2022-01-30 19:23:19 +0100
commit2682eb1cd2a194fbf002a590db08780727fffc86 (patch)
treecaa53d08b6c5d61e602ddbf06c4dda1f2da67be2 /redhat/dependencies/sip4-tqt
parent29ac54d3d0b69ef6331c27b1d4ce3bb86fbd8dfa (diff)
downloadtde-packaging-2682eb1cd2a194fbf002a590db08780727fffc86.tar.gz
tde-packaging-2682eb1cd2a194fbf002a590db08780727fffc86.zip
RPM: various updates for upcoming 14.0.12 release
Diffstat (limited to 'redhat/dependencies/sip4-tqt')
-rw-r--r--redhat/dependencies/sip4-tqt/sip4-tqt.spec12
1 files changed, 12 insertions, 0 deletions
diff --git a/redhat/dependencies/sip4-tqt/sip4-tqt.spec b/redhat/dependencies/sip4-tqt/sip4-tqt.spec
index 23789e97e..6830f92d8 100644
--- a/redhat/dependencies/sip4-tqt/sip4-tqt.spec
+++ b/redhat/dependencies/sip4-tqt/sip4-tqt.spec
@@ -70,6 +70,12 @@ BuildRequires: trinity-filesystem >= %{tde_version}
BuildRequires: gcc-c++
+# BISON support
+BuildRequires: bison
+
+# FLEX support
+BuildRequires: flex
+
# PYTHON support
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 31 || 0%{?suse_version} >= 1550 || 0%{?mgaversion} >= 8
%global python python2
@@ -82,7 +88,13 @@ BuildRequires: gcc-c++
BuildRequires: %{python}
BuildRequires: %{python}-devel
+# YACC support
+%if 0%{?rhel} >= 8 || 0%{?fedora} >= 31
+BuildRequires: byacc
+%endif
+
%description
+
SIP is a tool for generating bindings for C++ classes with some ideas
borrowed from SWIG, but capable of tighter bindings because of its
specificity towards C++ and Python.