Start building the MeCab plugin
This commit is contained in:
parent
722076684a
commit
d94abba32b
@ -73,7 +73,7 @@
|
||||
|
||||
Name: community-mysql
|
||||
Version: 8.0.21
|
||||
Release: 10%{?with_debug:.debug}%{?dist}
|
||||
Release: 11%{?with_debug:.debug}%{?dist}
|
||||
Summary: MySQL client programs and shared libraries
|
||||
URL: http://www.mysql.com
|
||||
|
||||
@ -510,6 +510,7 @@ cp %{SOURCE2} %{SOURCE3} %{SOURCE10} %{SOURCE11} %{SOURCE12} \
|
||||
%endif
|
||||
-DWITH_ROUTER=OFF \
|
||||
-DWITH_SYSTEM_LIBS=ON \
|
||||
-DWITH_MECAB=system \
|
||||
-DWITH_BOOST=boost \
|
||||
-DREPRODUCIBLE_BUILD=OFF \
|
||||
-DCMAKE_C_FLAGS="%{optflags}%{?with_debug: -fno-strict-overflow -Wno-unused-result -Wno-unused-function -Wno-unused-but-set-variable}" \
|
||||
@ -813,6 +814,7 @@ fi
|
||||
%{_libdir}/mysql/plugin/keyring_file.so
|
||||
%{_libdir}/mysql/plugin/keyring_udf.so
|
||||
%{_libdir}/mysql/plugin/libmemcached.so
|
||||
%{_libdir}/mysql/plugin/libpluginmecab.so
|
||||
%{_libdir}/mysql/plugin/locking_service.so
|
||||
%{_libdir}/mysql/plugin/mypluglib.so
|
||||
%{_libdir}/mysql/plugin/mysql_clone.so
|
||||
@ -823,8 +825,6 @@ fi
|
||||
%{_libdir}/mysql/plugin/semisync_slave.so
|
||||
%{_libdir}/mysql/plugin/validate_password.so
|
||||
%{_libdir}/mysql/plugin/version_token.so
|
||||
# List of plugins we don't ship but upstream does:
|
||||
#%%{_libdir}/mysql/plugin/libpluginmecab.so
|
||||
|
||||
%{_mandir}/man1/ibd2sdi.1*
|
||||
%{_mandir}/man1/myisamchk.1*
|
||||
@ -968,6 +968,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Aug 25 2020 Michal Schorm <mschorm@redhat.com> - 8.0.21-11
|
||||
- Start building the MeCab plugin
|
||||
|
||||
* Mon Aug 24 2020 Michal Schorm <mschorm@redhat.com> - 8.0.21-10
|
||||
- Fix the filelist. A number of shared libraries in the plugindir
|
||||
are part of the testsuite and thus should reside in *-test subpackage
|
||||
|
Loading…
Reference in New Issue
Block a user