diff options
author | François Andriot <albator78@libertysurf.fr> | 2020-04-14 12:07:03 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2020-04-23 10:32:08 +0200 |
commit | 4a082768066b2b3ac46d6aaa2f6954be6e021d1b (patch) | |
tree | ccaaf127e407feaed165c8d59d6bd995a5b84853 /redhat/main/tdeedu | |
parent | edc1bf4a4939ceb6ce016e01c8fb5b81a800eb96 (diff) | |
download | tde-packaging-4a082768066b2b3ac46d6aaa2f6954be6e021d1b.tar.gz tde-packaging-4a082768066b2b3ac46d6aaa2f6954be6e021d1b.zip |
RPM: various updates for TDE 14.0.8
Diffstat (limited to 'redhat/main/tdeedu')
-rw-r--r-- | redhat/main/tdeedu/tdeedu.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/redhat/main/tdeedu/tdeedu.spec b/redhat/main/tdeedu/tdeedu.spec index b1198f509..81b17e82c 100644 --- a/redhat/main/tdeedu/tdeedu.spec +++ b/redhat/main/tdeedu/tdeedu.spec @@ -100,7 +100,7 @@ BuildRequires: libusb-devel # PYTHON support %if 0%{?rhel} >= 8 || 0%{?fedora} >= 30 || 0%{?suse_version} >= 1500 %define python python3 -%define __python %__python2 +%define __python %__python3 %else %define python python %endif @@ -109,6 +109,11 @@ BuildRequires: %{python}-devel # BOOST support BuildRequires: boost-devel +%if 0%{?suse_version} +BuildRequires: libboost_%{python}-devel +%else +BuildRequires: boost-%{python}-devel +%endif # OCAML support %if 0%{?rhel} >= 6 || 0%{?fedora} >= 15 |