diff options
author | François Andriot <[email protected]> | 2021-05-13 22:37:43 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2021-05-13 22:40:34 +0200 |
commit | e992171187e448332d866ac9827f46b7632ce3fa (patch) | |
tree | 21afc436092e1bcb55834eb22ad3df9bdab883cb /redhat/main | |
parent | ec1c5eaa0e86bf9f34c15e86675834683fbcbbfb (diff) | |
download | tde-packaging-e992171187e448332d866ac9827f46b7632ce3fa.tar.gz tde-packaging-e992171187e448332d866ac9827f46b7632ce3fa.zip |
RPM: update build scripts for centos5
Signed-off-by: François Andriot <[email protected]>
Diffstat (limited to 'redhat/main')
-rw-r--r-- | redhat/main/tdenetwork/tdenetwork.spec | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/redhat/main/tdenetwork/tdenetwork.spec b/redhat/main/tdenetwork/tdenetwork.spec index 027da4a7f..178a98821 100644 --- a/redhat/main/tdenetwork/tdenetwork.spec +++ b/redhat/main/tdenetwork/tdenetwork.spec @@ -260,9 +260,7 @@ BuildRequires: speex-devel %endif # Build kopete motionaway plugin -%if 0%{?rhel} == 5 -%define build_kopete_motionaway 0 -%else +%if 0%{?rhel} != 5 %define build_kopete_motionaway 1 %endif |