List:Commits« Previous MessageNext Message »
From:Jonathan Perkin Date:August 21 2009 11:53am
Subject:bzr commit into mysql-5.1 branch (jperkin:2970)
View as plain text  
#At file:///net/helheim/store/bteam/bzr/mysql-5.1.38-release/

 2970 Jonathan Perkin	2009-08-21
      Add plugins to RPMs.  Disable example plugins.
      modified:
        support-files/mysql.spec.sh

=== modified file 'support-files/mysql.spec.sh'
--- a/support-files/mysql.spec.sh	2009-05-27 15:14:09 +0000
+++ b/support-files/mysql.spec.sh	2009-08-21 11:52:30 +0000
@@ -301,6 +301,8 @@ sh -c  "PATH=\"${MYSQL_BUILD_PATH:-$PATH
 		--with-csv-storage-engine \
 		--with-blackhole-storage-engine \
 		--with-federated-storage-engine \
+		--without-plugin-daemon_example \
+		--without-plugin-example \
 		--with-partition \
 		--with-big-tables \
 		--enable-shared \
@@ -693,6 +695,8 @@ fi
 %attr(755, root, root) %{_bindir}/resolve_stack_dump
 %attr(755, root, root) %{_bindir}/resolveip
 
+%attr(755, root, root) %{_libdir}/plugin/*.so*
+
 %attr(755, root, root) %{_sbindir}/mysqld
 %attr(755, root, root) %{_sbindir}/mysqld-debug
 %attr(755, root, root) %{_sbindir}/mysqlmanager
@@ -818,6 +822,8 @@ fi
 %{_libdir}/mysql/libvio.a
 %{_libdir}/mysql/libz.a
 %{_libdir}/mysql/libz.la
+%{_libdir}/plugin/*.a
+%{_libdir}/plugin/*.la
 
 %files shared
 %defattr(-, root, root, 0755)
@@ -847,6 +853,11 @@ fi
 # itself - note that they must be ordered by date (important when
 # merging BK trees)
 %changelog
+* Fri Aug 21 2009 Jonathan Perkin <jperkin@stripped>
+
+- Install plugin libraries in appropriate packages.
+- Disable example plugins.
+
 * Fri Nov 07 2008 Joerg Bruehe <joerg@stripped>
 
 - Correct yesterday's fix, so that it also works for the last flag,

Thread
bzr commit into mysql-5.1 branch (jperkin:2970) Jonathan Perkin21 Aug