From 2671d955ec47fd8e09a93871f43a151da6a23f99 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Feb 15 2011 14:55:38 +0000 Subject: arch'ify qt4-mysql dep --- diff --git a/akonadi.spec b/akonadi.spec index e3f51ad..e7692a7 100644 --- a/akonadi.spec +++ b/akonadi.spec @@ -2,7 +2,7 @@ Summary: PIM Storage Service Name: akonadi Version: 1.5.0 -Release: 3%{?dist}.1 +Release: 4%{?dist} Group: System Environment/Libraries License: LGPLv2+ @@ -28,15 +28,16 @@ BuildRequires: mysql-devel BuildRequires: mysql-server # for xsltproc BuildRequires: libxslt -BuildRequires: qt4-devel >= 4.4 +BuildRequires: qt4-devel BuildRequires: shared-mime-info BuildRequires: soprano-devel BuildRequires: sqlite-devel >= 3.6.23 %{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}} + # when/if akonadi grows support for other backends, consider splitting # these similar to how phonon is done currently. -Requires: qt4-mysql +Requires: qt4-mysql%{?_isa} # not *strictly* required, but we need a functional default configuration Requires: mysql-server Requires(postun): /sbin/ldconfig @@ -142,6 +143,9 @@ fi %changelog +* Tue Feb 15 2011 Rex Dieter 1.5.0-4 +- arch'ify qt4-mysql dep + * Fri Feb 11 2011 Rex Dieter 1.5.0-3.1 - shrinky-dink db on f15 too