From 54d8530c6f518b8036c5a57c43e043703a9019d2 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 12 Sep 2022 17:22:19 +0300 Subject: [PATCH] Uncomment support for CentOS. --- dist/rpm/valentina.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/rpm/valentina.spec b/dist/rpm/valentina.spec index 98e159d5e..6a73a8b61 100644 --- a/dist/rpm/valentina.spec +++ b/dist/rpm/valentina.spec @@ -85,14 +85,14 @@ BuildRequires: libQt5XmlPatterns-devel %endif # %if 0%{?suse_version} > 0 # CentOS 7.0 specifics -#%if 0%{?centos_version} >= 700 && 0%{?centos_version} < 800 -#BuildRequires: llvm-private -#%endif +%if 0%{?centos_version} >= 700 && 0%{?centos_version} < 800 +BuildRequires: llvm-private +%endif # CentOS 8.0 specifics -#%if 0%{?centos_version} >= 800 -#BuildRequires: clang-libs -#%endif +%if 0%{?centos_version} >= 800 +BuildRequires: clang-libs +%endif %if 0%{?mageia} > 0 Requires: poppler