Uncomment support for CentOS.
This commit is contained in:
parent
2426838496
commit
54d8530c6f
12
dist/rpm/valentina.spec
vendored
12
dist/rpm/valentina.spec
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user