diff options
author | François Andriot <[email protected]> | 2018-07-15 22:58:46 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2018-07-15 23:01:04 +0200 |
commit | a84a6c177e6cba0f72c146d29283cefe92750aba (patch) | |
tree | aa8781a335894d7e9ec8bdc7293b512acf173c2f /redhat/applications/koffice | |
parent | fbd894a9bfc665642be19fa2b3e856af7a9ef7c2 (diff) | |
download | tde-packaging-a84a6c177e6cba0f72c146d29283cefe92750aba.tar.gz tde-packaging-a84a6c177e6cba0f72c146d29283cefe92750aba.zip |
RPM: update build scripts for Opensuse TumbleWeed
Diffstat (limited to 'redhat/applications/koffice')
-rw-r--r-- | redhat/applications/koffice/koffice-14.0.0.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/applications/koffice/koffice-14.0.0.spec b/redhat/applications/koffice/koffice-14.0.0.spec index 78026fb0a..1404ebb31 100644 --- a/redhat/applications/koffice/koffice-14.0.0.spec +++ b/redhat/applications/koffice/koffice-14.0.0.spec @@ -177,7 +177,7 @@ BuildRequires: libutempter-devel # POPPLER support %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 @@ -194,7 +194,7 @@ BuildRequires: trinity-poppler-devel >= 0.12 # POSTGRESQL support # Requires 'libpqxx', for kexi-driver-pgqsl %if 0%{?mdkversion} || 0%{?fedora} || 0%{?suse_version} -%if 0%{?suse_version} != 1500 +%if 0%{?suse_version} != 1500 && 0%{?suse_version} != 1550 %define with_postgresql 1 BuildRequires: postgresql-devel BuildRequires: libpqxx-devel |