summaryrefslogtreecommitdiffstats
path: root/redhat/applications/multimedia/amarok/amarok.spec
diff options
context:
space:
mode:
authorFrançois Andriot <[email protected]>2023-10-29 08:14:08 +0100
committerFrançois Andriot <[email protected]>2023-10-29 08:14:56 +0100
commit3e48ca3094303afc3a734d0e1e4a3ee9db0fb8a6 (patch)
treec42a61b05519d17bd868ca659f629cfa87f9abda /redhat/applications/multimedia/amarok/amarok.spec
parent5651b5dee293d932d11d4da73673ba01fd017099 (diff)
downloadtde-packaging-3e48ca3094303afc3a734d0e1e4a3ee9db0fb8a6.tar.gz
tde-packaging-3e48ca3094303afc3a734d0e1e4a3ee9db0fb8a6.zip
RPM: Update for final R14.1.1.
Signed-off-by: François Andriot <[email protected]>
Diffstat (limited to 'redhat/applications/multimedia/amarok/amarok.spec')
-rw-r--r--redhat/applications/multimedia/amarok/amarok.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/redhat/applications/multimedia/amarok/amarok.spec b/redhat/applications/multimedia/amarok/amarok.spec
index dae74c9f6..d1cba544d 100644
--- a/redhat/applications/multimedia/amarok/amarok.spec
+++ b/redhat/applications/multimedia/amarok/amarok.spec
@@ -18,7 +18,7 @@
# TDE variables
%define tde_epoch 2
%if "%{?tde_version}" == ""
-%define tde_version 14.1.0
+%define tde_version 14.1.1
%endif
%define tde_pkg amarok
%define tde_prefix /opt/trinity
@@ -108,7 +108,13 @@ BuildRequires: libusb-devel
BuildRequires: mysql-devel
BuildRequires: SDL-devel
BuildRequires: taglib-devel
-BuildRequires: sqlite-devel
+
+# SQLITE3 support
+%if 0%{?mgaversion}
+BuildRequires: sqlite3-devel
+%else
+BuildRequires: sqlite-devel
+%endif
# POSTGRESQL support
BuildRequires: postgresql