diff options
author | François Andriot <[email protected]> | 2021-04-29 12:01:01 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2021-04-29 12:04:34 +0200 |
commit | e700cc96be410f243d0efa4b2cea16a3a43137ab (patch) | |
tree | 16f334f2f3db7b192cb4bfba2164919d12e457c7 /redhat/main/tdepim/tdepim.spec | |
parent | 9b931398dd2c9c6b781affbcd562edea34972058 (diff) | |
download | tde-packaging-e700cc96be410f243d0efa4b2cea16a3a43137ab.tar.gz tde-packaging-e700cc96be410f243d0efa4b2cea16a3a43137ab.zip |
RPM: update spec files for R14.0.10
Signed-off-by: François Andriot <[email protected]>
Diffstat (limited to 'redhat/main/tdepim/tdepim.spec')
-rw-r--r-- | redhat/main/tdepim/tdepim.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/main/tdepim/tdepim.spec b/redhat/main/tdepim/tdepim.spec index e18270645..b0ea039c4 100644 --- a/redhat/main/tdepim/tdepim.spec +++ b/redhat/main/tdepim/tdepim.spec @@ -148,7 +148,8 @@ BuildRequires: libXcomposite-devel # RHEL 4: disabled # RHEL 6: available in EPEL # RHEL 7: available in NUX -%if 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion} || 0%{?rhel} == 5 || 0%{?rhel} == 6 || 0%{?rhel} == 7 || 0%{?suse_version} +# RHEL 8: available in EPEL +%if 0%{?fedora} || 0%{?mgaversion} || 0%{?mdkversion} || 0%{?rhel} >= 5 || 0%{?suse_version} %define with_xscreensaver 1 %if 0%{?fedora} || 0%{?rhel} >= 5 @@ -1480,7 +1481,6 @@ library. %files -n trinity-libtdepim-devel %defattr(-,root,root,-) -%{tde_tdeincludedir}/tdepimmacros.h %{tde_libdir}/libtdepim.la %{tde_libdir}/libtdepim.so |