diff options
author | François Andriot <[email protected]> | 2023-04-13 19:01:38 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2023-04-13 19:01:53 +0200 |
commit | 50110d42bb01282978aade5b82cd583b21d37ab9 (patch) | |
tree | 10b7b74c5abaa113569795bb908d27260bc41b5c /redhat/applications/multimedia | |
parent | b74e1dc2f468049eec083779fc4f8a5a821b40f6 (diff) | |
download | tde-packaging-50110d42bb01282978aade5b82cd583b21d37ab9.tar.gz tde-packaging-50110d42bb01282978aade5b82cd583b21d37ab9.zip |
RPM: update opensuse dependencies to postgresql
Signed-off-by: François Andriot <[email protected]>
Diffstat (limited to 'redhat/applications/multimedia')
-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} |