diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-01-30 23:53:31 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-01-30 23:57:34 +0100 |
commit | effbf509eea4f37a1a8660242769ed1746b67ee0 (patch) | |
tree | 47f019bebdc7f0549e43e57ac57856b2d505468b /redhat/extras | |
parent | 6581dc50b83f203d65eac61c00a159ab2a6ddb5d (diff) | |
download | tde-packaging-effbf509eea4f37a1a8660242769ed1746b67ee0.tar.gz tde-packaging-effbf509eea4f37a1a8660242769ed1746b67ee0.zip |
RPM: update build scripts for Fedora 33 / CentOS 8
Diffstat (limited to 'redhat/extras')
-rw-r--r-- | redhat/extras/trinity-desktop/trinity-desktop-14.0.0.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/redhat/extras/trinity-desktop/trinity-desktop-14.0.0.spec b/redhat/extras/trinity-desktop/trinity-desktop-14.0.0.spec index 2de4c528d..21f6d26a4 100644 --- a/redhat/extras/trinity-desktop/trinity-desktop-14.0.0.spec +++ b/redhat/extras/trinity-desktop/trinity-desktop-14.0.0.spec @@ -15,9 +15,6 @@ # Please submit bugfixes or comments via http://www.trinitydesktop.org/ # -# Starting with TDE R14.0.0, TDE is not intended to run in RHEL4 and older. -# Minimum (oldest) distribution supported is RHEL5. - %if "%{?tde_version}" == "" %define tde_version 14.0.0 %endif @@ -175,9 +172,11 @@ Requires: trinity-kvirc Requires: trinity-kvkbd Requires: trinity-kvpnc Requires: trinity-kxmleditor +Requires: trinity-mathemagics Requires: trinity-mplayerthumbs Requires: trinity-piklab Requires: trinity-potracegui +#Requires: trinity-qalculate-tde Requires: trinity-smb4k Requires: trinity-smartcardauth Requires: trinity-soundkonverter @@ -194,9 +193,12 @@ Requires: trinity-tdeio-ftps Requires: trinity-tdeio-locate Requires: trinity-tdeio-sword Requires: trinity-tdeio-umountwrapper +%if 0%{?rhel} != 5 +%endif Requires: trinity-tderadio Requires: trinity-tdesvn Requires: trinity-tdmtheme +Requires: trinity-tellico Requires: trinity-tork Requires: trinity-twin-style-crystal Requires: trinity-wlassistant |