rpms/akonadi/F-10 akonadi-1.1.1-mysql_conf.patch, NONE, 1.1 akonadi.spec, 1.16, 1.17

Rex Dieter rdieter at fedoraproject.org
Fri Feb 20 17:40:52 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/akonadi/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30912

Modified Files:
	akonadi.spec 
Added Files:
	akonadi-1.1.1-mysql_conf.patch 
Log Message:
* Fri Feb 20 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.1-3
- shrink default db initial size a bit (approx 140mb->28mb)
- drop extraneous RPATH-cmake baggage


akonadi-1.1.1-mysql_conf.patch:

--- NEW FILE akonadi-1.1.1-mysql_conf.patch ---
diff -up akonadi-1.1.1/server/src/storage/mysql-global.conf.mysql_conf akonadi-1.1.1/server/src/storage/mysql-global.conf
--- akonadi-1.1.1/server/src/storage/mysql-global.conf.mysql_conf	2009-01-21 12:29:03.000000000 -0600
+++ akonadi-1.1.1/server/src/storage/mysql-global.conf	2009-02-20 11:18:57.000000000 -0600
@@ -49,6 +49,6 @@ innodb_additional_mem_pool_size=1M
 # SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");
 innodb_buffer_pool_size=80M
 # size of average write burst, keep Innob_log_waits small, keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables)
-innodb_log_file_size=64M
+innodb_log_file_size=8M
 innodb_flush_log_at_trx_commit=2
 


Index: akonadi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/akonadi/F-10/akonadi.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- akonadi.spec	23 Jan 2009 17:27:26 -0000	1.16
+++ akonadi.spec	20 Feb 2009 17:40:22 -0000	1.17
@@ -1,7 +1,7 @@
 Summary: PIM Storage Service
 Name:    akonadi
 Version: 1.1.1
-Release: 1%{?dist}
+Release: 3%{?dist}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
@@ -9,6 +9,9 @@
 Source0:  http://akonadi.omat.nl/akonadi-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# shrink default initial db size a bit (approx 140mb->28mb)
+Patch1: akonadi-1.1.1-mysql_conf.patch
+
 BuildRequires: cmake
 BuildRequires: qt4-devel >= 4.4
 BuildRequires: automoc4
@@ -48,14 +51,14 @@
 %prep
 %setup -q 
 
+%patch1 -p1 -b .mysql_conf
+
 
 %build
 
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-# added CMAKE_SKIP_RPATH ... at least until universally in %%cmake macro -- Rex
 %{cmake} \
-  -DCMAKE_SKIP_RPATH:BOOL=ON \
   -DCONFIG_INSTALL_DIR=%{_sysconfdir} \
   ..
 popd
@@ -105,6 +108,10 @@
 
 
 %changelog
+* Fri Feb 20 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.1-3
+- shrink default db initial size a bit (approx 140mb->28mb)
+- drop extraneous RPATH-cmake baggage
+
 * Wed Jan 21 2009 Rex Dieter <rdieter at fedoraproject.org> - 1.1.1-1
 - 1.1.1
 




More information about the fedora-extras-commits mailing list