fix default to QSQLITE3 for database backend [release 1.13.0-3mamba;Tue Sep 30 2014]
This commit is contained in:
parent
41e19fb83d
commit
3223e8228c
11
akonadi.spec
11
akonadi.spec
@ -1,6 +1,6 @@
|
|||||||
Name: akonadi
|
Name: akonadi
|
||||||
Version: 1.13.0
|
Version: 1.13.0
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: PIM Storage Service
|
Summary: PIM Storage Service
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -12,9 +12,6 @@ Patch0: %{name}-restore-builtin-automoc4.patch
|
|||||||
Patch1: %{name}-1.1.1-mysql_conf.patch
|
Patch1: %{name}-1.1.1-mysql_conf.patch
|
||||||
Patch2: %{name}-1.4.0-sqlite_default.patch
|
Patch2: %{name}-1.4.0-sqlite_default.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
BuildRequires: cmake
|
|
||||||
# Akonadi server requires the mysqld binary
|
|
||||||
BuildRequires: mysql
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libboost-devel
|
BuildRequires: libboost-devel
|
||||||
@ -25,6 +22,7 @@ BuildRequires: libsoprano-devel
|
|||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: mysql
|
BuildRequires: mysql
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: cmake
|
||||||
BuildRequires: automoc4
|
BuildRequires: automoc4
|
||||||
BuildRequires: libsqlite-devel
|
BuildRequires: libsqlite-devel
|
||||||
Requires: libakonadi = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: libakonadi = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
@ -64,7 +62,7 @@ This package contains static libraries and header files need for development.
|
|||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DCONFIG_INSTALL_DIR:PATH=%{_sysconfdir} \
|
-DCONFIG_INSTALL_DIR:PATH=%{_sysconfdir} \
|
||||||
-DDATABASE_BACKEND=SQLITE3 \
|
-DDATABASE_BACKEND=SQLITE \
|
||||||
-DINSTALL_QSQLITE_IN_QT_PREFIX:BOOL=ON \
|
-DINSTALL_QSQLITE_IN_QT_PREFIX:BOOL=ON \
|
||||||
-DQT_PLUGINS_DIR=%{_qt4_plugindir}
|
-DQT_PLUGINS_DIR=%{_qt4_plugindir}
|
||||||
|
|
||||||
@ -125,6 +123,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|||||||
%{_libdir}/pkgconfig/akonadi.pc
|
%{_libdir}/pkgconfig/akonadi.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 30 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13.0-3mamba
|
||||||
|
- fix default to QSQLITE3 for database backend
|
||||||
|
|
||||||
* Sun Aug 31 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13.0-2mamba
|
* Sun Aug 31 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13.0-2mamba
|
||||||
- install qt sqlite3 plugin in correct directory
|
- install qt sqlite3 plugin in correct directory
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user