diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-10-03 11:23:41 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-11-01 21:47:21 +0100 |
commit | 0d023ac2af69714bf99c9521747c405fe6c1c055 (patch) | |
tree | d007bd8840871a4ccfb57f5da0446ed4d98970c7 /redhat/Makefile | |
parent | a163ec2d6f0956eb474fd38306596abf75c3ab24 (diff) | |
download | tde-packaging-0d023ac2af69714bf99c9521747c405fe6c1c055.tar.gz tde-packaging-0d023ac2af69714bf99c9521747c405fe6c1c055.zip |
RPM: add build scripts for Fedora 35
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/Makefile')
-rw-r--r-- | redhat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/Makefile b/redhat/Makefile index fdc1b838d..41d7de88b 100644 --- a/redhat/Makefile +++ b/redhat/Makefile @@ -114,7 +114,7 @@ tdenetwork: tdebase rdesktop tdepim: tdebase libcaldav libcarddav $(call buildpkg,main/tdepim) -tdesdk: tdebase tdebindings +tdesdk: tdebase tdebindings tdepim $(call buildpkg,main/tdesdk) tdetoys: tdebase @@ -181,7 +181,7 @@ ifneq (,$(filter $(DIST),.oss150 .oss151)) endif wv2: -ifneq (,$(filter $(DIST), .el5 .el6 .el7 .el8 .fc30 .fc31 .fc32 .fc33 .fc34)) +ifneq (,$(filter $(DIST), .el5 .el6 .el7 .el8 .fc30 .fc31 .fc32 .fc33 .fc34 .fc35)) $(call buildpkg,3rdparty/wv2) endif |