diff options
author | François Andriot <albator78@libertysurf.fr> | 2014-07-14 00:03:38 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2014-07-14 00:03:38 +0200 |
commit | c6eec582c412347deeb9681922c1c204c49d74b0 (patch) | |
tree | 35cfbbaab3b012adda6cbeeb2df96d926ddde418 /redhat/extras/trinity-desktop | |
parent | 2df1d237581f87abb0cf8da09e8faf984c26e8db (diff) | |
download | tde-packaging-c6eec582c412347deeb9681922c1c204c49d74b0.tar.gz tde-packaging-c6eec582c412347deeb9681922c1c204c49d74b0.zip |
RPM Packaging: build 3.5.13.2 for CentOS 7
Diffstat (limited to 'redhat/extras/trinity-desktop')
-rw-r--r-- | redhat/extras/trinity-desktop/trinity-desktop-3.5.13.2.spec | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/redhat/extras/trinity-desktop/trinity-desktop-3.5.13.2.spec b/redhat/extras/trinity-desktop/trinity-desktop-3.5.13.2.spec index 2a03dabce..3ebb6f2a1 100644 --- a/redhat/extras/trinity-desktop/trinity-desktop-3.5.13.2.spec +++ b/redhat/extras/trinity-desktop/trinity-desktop-3.5.13.2.spec @@ -161,7 +161,6 @@ Requires: trinity-tde-systemsettings Requires: trinity-tdeio-apt Requires: trinity-tdeio-locate Requires: trinity-tdeio-umountwrapper -Requires: trinity-tderadio Requires: trinity-tdmtheme Requires: trinity-tellico Requires: trinity-wlassistant @@ -178,12 +177,21 @@ Requires: trinity-tdesudo Requires: trinity-kpowersave # On RHEL 5, GTK2 version is too old for GTK stuff ... Requires: trinity-gtk-qt-engine -# On RHEL 5, lilypond is not available, so no rosegarden :'-( -Requires: trinity-rosegarden # RHEL5: kpilot library is too old Requires: trinity-kpilot %endif +# On RHEL 5/7, lilypond is not available, so no rosegarden :'-( +%if 0%{?rhel} == 5 || 0%{?rhel} == 7 +%else +Requires: trinity-rosegarden +%endif + +# On RHEL 7, lirc is not available, so not tderaiod :'-( +%if 0%{?rhel} != 7 +Requires: trinity-tderadio +%endif + # This one causes several crashes . Obsolete. #Requires: trinity-kgtk-qt3 #Obsoletes: trinity-kgtk-qt3 |