diff options
Diffstat (limited to 'redhat/applications/multimedia/amarok/amarok.spec')
-rw-r--r-- | redhat/applications/multimedia/amarok/amarok.spec | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/redhat/applications/multimedia/amarok/amarok.spec b/redhat/applications/multimedia/amarok/amarok.spec index 8cb752935..d0aa408ce 100644 --- a/redhat/applications/multimedia/amarok/amarok.spec +++ b/redhat/applications/multimedia/amarok/amarok.spec @@ -111,17 +111,12 @@ BuildRequires: taglib-devel BuildRequires: sqlite-devel # POSTGRESQL support -%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200 -BuildRequires: postgresql10 -BuildRequires: postgresql10-devel -%else -BuildRequires: postgresql -%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8 +BuildRequires: postgresql +%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8 || 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200 BuildRequires: postgresql-server-devel %else BuildRequires: postgresql-devel %endif -%endif # not used anymore, in favor of libvisual ? -- Rex #{?fedora:BuildRequires: xmms-devel} |