summaryrefslogtreecommitdiffstats
path: root/redhat/applications/multimedia
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2023-04-13 19:01:38 +0200
committerFrançois Andriot <[email protected]>2023-04-13 19:01:53 +0200
commit50110d42bb01282978aade5b82cd583b21d37ab9 (patch)
tree10b7b74c5abaa113569795bb908d27260bc41b5c /redhat/applications/multimedia
parentb74e1dc2f468049eec083779fc4f8a5a821b40f6 (diff)
downloadtde-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.spec9
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}