Add packages to resolve build on CentOS.
--HG-- branch : develop
This commit is contained in:
parent
037ca99280
commit
c614e72064
10
dist/rpm/valentina.spec
vendored
10
dist/rpm/valentina.spec
vendored
|
@ -69,6 +69,16 @@ BuildRequires: libqt5-qtxmlpatterns-devel
|
||||||
|
|
||||||
%endif # %if 0%{?suse_version} > 0
|
%endif # %if 0%{?suse_version} > 0
|
||||||
|
|
||||||
|
# CentOS 7.0 specifics
|
||||||
|
%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
|
||||||
|
|
||||||
Requires: poppler-utils
|
Requires: poppler-utils
|
||||||
|
|
||||||
Version: 0.7.0
|
Version: 0.7.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user