From 50110d42bb01282978aade5b82cd583b21d37ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Thu, 13 Apr 2023 19:01:38 +0200 Subject: RPM: update opensuse dependencies to postgresql MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot --- redhat/applications/multimedia/amarok/amarok.spec | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'redhat/applications/multimedia') 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} -- cgit v1.2.1