From 8ab4d3920b6da379f4d14ff3b78d088a45df7cb8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= <albator78@libertysurf.fr>
Date: Mon, 8 May 2023 13:52:09 +0200
Subject: RPM: update build scripts for Fedora 38
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: François Andriot <albator78@libertysurf.fr>
---
 redhat/Makefile | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

(limited to 'redhat/Makefile')

diff --git a/redhat/Makefile b/redhat/Makefile
index b6712c9cc..84a08053a 100644
--- a/redhat/Makefile
+++ b/redhat/Makefile
@@ -149,7 +149,7 @@ ifneq (,$(filter $(DIST), .mga6 .mga7 .mga8 .oss151 .oss152 .oss153 .oss154 .oss
 endif
 
 htdig:
-ifneq (,$(filter $(DIST), .el7 .el8 .el9 .mga6 .mga7 .mga8 ))
+ifneq (,$(filter $(DIST), .el7 .el8 .el9 .fc38 .mga6 .mga7 .mga8 ))
 	$(call buildpkg,extras/htdig)
 endif
 
@@ -163,9 +163,6 @@ ifneq (,$(filter $(DIST), .el7 .el8 .el9 .mga7 .mga8 .oss151 .oss152 .oss153 .os
 	$(call buildpkg,3rdparty/lcms)
 endif
 
-libbeagle:
-	$(call buildpkg,3rdparty/libbeagle)
-
 mp4v2:
 ifneq (,$(filter $(DIST), .el9 .oss151 .oss152 .oss153 .oss154 .osstw ))
 	$(call buildpkg,3rdparty/mp4v2)
@@ -189,7 +186,7 @@ ifneq (,$(filter $(DIST),.oss150 .oss151))
 endif
 
 wv2:
-ifneq (,$(filter $(DIST), .el5 .el6 .el7 .el8 .el9 .fc30 .fc31 .fc32 .fc33 .fc34 .fc35 .fc36 .fc37))
+ifneq (,$(filter $(DIST), .el5 .el6 .el7 .el8 .el9 .fc30 .fc31 .fc32 .fc33 .fc34 .fc35 .fc36 .fc37 .fc38))
 	$(call buildpkg,3rdparty/wv2)
 endif
 
@@ -380,7 +377,7 @@ endif
 klcddimmer: tdebase
 	$(call buildpkg,applications/settings/klcddimmer)
 
-kmplayer: tdebase
+kmplayer: tdebase koffice
 	$(call buildpkg,applications/multimedia/kmplayer)
 
 kmyfirewall: tdebase
-- 
cgit v1.2.1