summaryrefslogtreecommitdiffstats
path: root/redhat/dependencies/sip4-tqt/sip4-tqt.spec
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:21:28 +0100
commit762b2007b3ebbbdd9a915d860087aef4286d7b26 (patch)
tree0e75a04c09cf0f70a86b28462cdb9e1c069a7ee1 /redhat/dependencies/sip4-tqt/sip4-tqt.spec
parent8de06a7bb918a3938935f28f0415305e1806f9cd (diff)
downloadtde-packaging-762b2007b3ebbbdd9a915d860087aef4286d7b26.tar.gz
tde-packaging-762b2007b3ebbbdd9a915d860087aef4286d7b26.zip
RPM: various updates for upcoming 14.0.12 release
Diffstat (limited to 'redhat/dependencies/sip4-tqt/sip4-tqt.spec')
-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 1c26aaad1..884c6d7b8 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.