|
@@ -2,7 +2,7 @@ Summary: PIM Storage Service
|
|
Summary(ja): PIM ストレージサービス
|
|
Summary(ja): PIM ストレージサービス
|
|
Name: akonadi
|
|
Name: akonadi
|
|
Version: 1.3.1
|
|
Version: 1.3.1
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 3%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
License: LGPLv2+
|
|
License: LGPLv2+
|
|
@@ -11,7 +11,7 @@ Source0: http://download.akonadi-project.org/akonadi-%{version}.tar.bz2
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
# shrink default initial db size a bit (approx 140mb->28mb)
|
|
# shrink default initial db size a bit (approx 140mb->28mb)
|
|
-%define mysql_conf_timestamp 20090220
|
|
+%define mysql_conf_timestamp 20100209
|
|
Patch1: akonadi-1.1.1-mysql_conf.patch
|
|
Patch1: akonadi-1.1.1-mysql_conf.patch
|
|
|
|
|
|
## upstream patches
|
|
## upstream patches
|
|
@@ -20,6 +20,7 @@ BuildRequires: cmake >= 2.6.0
|
|
BuildRequires: qt4-devel >= 4.5.0
|
|
BuildRequires: qt4-devel >= 4.5.0
|
|
BuildRequires: automoc4
|
|
BuildRequires: automoc4
|
|
BuildRequires: MySQL-devel
|
|
BuildRequires: MySQL-devel
|
|
|
|
+BuildRequires: MySQL-server
|
|
# for xsltproc
|
|
# for xsltproc
|
|
BuildRequires: libxslt
|
|
BuildRequires: libxslt
|
|
BuildRequires: shared-mime-info
|
|
BuildRequires: shared-mime-info
|
|
@@ -120,6 +121,10 @@ fi
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun Apr 11 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.3.1-3
|
|
|
|
+- updated Patch1
|
|
|
|
+- added BR: MySQL-server
|
|
|
|
+
|
|
* Sun Feb 14 2010 Shu KONNO <owa@bg.wakwak.com> - 1.3.1-2
|
|
* Sun Feb 14 2010 Shu KONNO <owa@bg.wakwak.com> - 1.3.1-2
|
|
- added qmake path to PATH (if x86_64)
|
|
- added qmake path to PATH (if x86_64)
|
|
|
|
|