Fix error in rpm package.
Different distributions package poppler under different names.
This commit is contained in:
parent
5618df2b66
commit
073ed832c4
8
dist/rpm/valentina.spec
vendored
8
dist/rpm/valentina.spec
vendored
|
@ -79,7 +79,13 @@ BuildRequires: libqt5-qtxmlpatterns-devel
|
||||||
#BuildRequires: clang-libs
|
#BuildRequires: clang-libs
|
||||||
#%endif
|
#%endif
|
||||||
|
|
||||||
Requires: poppler-utils
|
%if 0%{?mageia} > 0
|
||||||
|
Requires: poppler
|
||||||
|
%elif 0%{?suse_version} > 0
|
||||||
|
Requires: poppler-tools
|
||||||
|
%elif 0%{?fedora_version} > 0 || 0%{?rhel_version} > 0 || 0%{?centos_version} > 0
|
||||||
|
Requires: poppler-utils
|
||||||
|
%endif
|
||||||
|
|
||||||
Version: 0.7.0
|
Version: 0.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user