diff options
author | François Andriot <albator78@libertysurf.fr> | 2018-07-15 22:58:46 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2018-07-15 23:01:04 +0200 |
commit | a84a6c177e6cba0f72c146d29283cefe92750aba (patch) | |
tree | aa8781a335894d7e9ec8bdc7293b512acf173c2f /redhat/main | |
parent | fbd894a9bfc665642be19fa2b3e856af7a9ef7c2 (diff) | |
download | tde-packaging-a84a6c177e6cba0f72c146d29283cefe92750aba.tar.gz tde-packaging-a84a6c177e6cba0f72c146d29283cefe92750aba.zip |
RPM: update build scripts for Opensuse TumbleWeed
Diffstat (limited to 'redhat/main')
-rw-r--r-- | redhat/main/tdegraphics/tdegraphics-14.0.0.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/main/tdegraphics/tdegraphics-14.0.0.spec b/redhat/main/tdegraphics/tdegraphics-14.0.0.spec index 2811f762a..18feb8d21 100644 --- a/redhat/main/tdegraphics/tdegraphics-14.0.0.spec +++ b/redhat/main/tdegraphics/tdegraphics-14.0.0.spec @@ -199,7 +199,7 @@ BuildRequires: OpenEXR-devel %define with_pdf 1 %if 0%{?with_pdf} %if 0%{?rhel} >=6 || 0%{?fedora} >= 15 || 0%{?suse_version} -%if 0%{?suse_version} == 1500 +%if 0%{?suse_version} >= 1500 BuildRequires: libpoppler-devel >= 0.12 %else BuildRequires: poppler-devel >= 0.12 |