diff options
author | Jonathan Perkin <jperkin@sun.com> | 2009-08-21 13:52:30 +0200 |
---|---|---|
committer | Jonathan Perkin <jperkin@sun.com> | 2009-08-21 13:52:30 +0200 |
commit | 58903aecd310c6470a666fd8bed63a30bece55f0 (patch) | |
tree | 2c2becba166c35de13a10889d1ffdf6d8f187960 /support-files | |
parent | f0e14f7181be4e68856060280d03f5e32d30ac4d (diff) | |
download | mariadb-git-58903aecd310c6470a666fd8bed63a30bece55f0.tar.gz |
Add plugins to RPMs. Disable example plugins.
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 778b04b30fe..081489f7053 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -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@sun.com> + +- Install plugin libraries in appropriate packages. +- Disable example plugins. + * Fri Nov 07 2008 Joerg Bruehe <joerg@mysql.com> - Correct yesterday's fix, so that it also works for the last flag, |