diff options
author | François Andriot <albator78@libertysurf.fr> | 2020-09-06 19:29:51 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2020-09-07 21:02:08 +0200 |
commit | 0e1236eb405e96c675ea53a25ebe06985997af97 (patch) | |
tree | 56debb7a64c38282f1bfb7c51076a37901cd27af /redhat/main/tdepim/tdepim.spec | |
parent | 065214e736e0b9057ed145e325629bfe60fd5946 (diff) | |
download | tde-packaging-0e1236eb405e96c675ea53a25ebe06985997af97.tar.gz tde-packaging-0e1236eb405e96c675ea53a25ebe06985997af97.zip |
RPM: initial support for opensuse Leap 15.2
Diffstat (limited to 'redhat/main/tdepim/tdepim.spec')
-rw-r--r-- | redhat/main/tdepim/tdepim.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/redhat/main/tdepim/tdepim.spec b/redhat/main/tdepim/tdepim.spec index b0ed255bc..efd9c9771 100644 --- a/redhat/main/tdepim/tdepim.spec +++ b/redhat/main/tdepim/tdepim.spec @@ -104,7 +104,7 @@ BuildRequires: gamin-devel # KDEPIM specific features %if 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion} || 0%{?suse_version} -%if 0%{?suse_version} < 1550 +%if 0%{?suse_version} < 1550 && 0%{?sle_version} < 150200 %define with_gnokii 1 BuildRequires: gnokii-devel %endif @@ -116,6 +116,9 @@ BuildRequires: gnokii-devel BuildRequires: flex-static %endif +# BISON support +BuildRequires: bison + # CURL support BuildRequires: curl-devel |