summaryrefslogtreecommitdiffstats
path: root/redhat
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2016-10-03 21:04:02 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2016-10-03 21:04:02 +0200
commit3a3e1e589304439e5daf8c09240190ee6bfa62ec (patch)
treee4fc8eddaab14d5d00bf9add7585b1b4d2b15aff /redhat
parent4ceb998680bebbc82c6655fbc57d2a305a954571 (diff)
downloadtde-packaging-3a3e1e589304439e5daf8c09240190ee6bfa62ec.tar.gz
tde-packaging-3a3e1e589304439e5daf8c09240190ee6bfa62ec.zip
RPM packaging: fix tellico build dependencies
Diffstat (limited to 'redhat')
-rw-r--r--redhat/applications/tellico/tellico-14.0.0.spec23
1 files changed, 23 insertions, 0 deletions
diff --git a/redhat/applications/tellico/tellico-14.0.0.spec b/redhat/applications/tellico/tellico-14.0.0.spec
index 3ffe7bdce..6ee31ce1b 100644
--- a/redhat/applications/tellico/tellico-14.0.0.spec
+++ b/redhat/applications/tellico/tellico-14.0.0.spec
@@ -115,6 +115,29 @@ BuildRequires: libexempi-devel
BuildRequires: exempi-devel
%endif
+# PCRE support
+BuildRequires: pcre-devel
+
+# IDN support
+BuildRequires: libidn-devel
+
+# GAMIN support
+# Not on openSUSE.
+%if 0%{?rhel} || 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion}
+%define with_gamin 1
+BuildRequires: gamin-devel
+%endif
+
+# OPENSSL support
+BuildRequires: openssl-devel
+
+# ACL support
+BuildRequires: libacl-devel
+
+# ATTR support
+BuildRequires: libattr-devel
+
+
Requires: %{name}-data = %{?epoch:%{epoch}:}%{version}-%{release}
Requires: %{name}-scripts = %{?epoch:%{epoch}:}%{version}-%{release}