spec: Add schema to -ido-mysql doc.

fixes #4854
This commit is contained in:
Michael Friedrich 2013-10-11 15:05:20 +02:00
parent ae4247718e
commit 4cdec1d8ca
5 changed files with 17 additions and 0 deletions

View File

@ -1,6 +1,10 @@
## Process this file with automake to produce Makefile.in
if MYSQL_USE
SUBDIRS = \
schema
pkglib_LTLIBRARIES = \
libdb_ido_mysql.la

View File

@ -0,0 +1,7 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = \
upgrade
EXTRA_DIST = \
mysql.sql

View File

@ -0,0 +1,3 @@
## Process this file with automake to produce Makefile.in
EXTRA_DIST =

View File

@ -168,6 +168,8 @@ components/cluster/Makefile
components/compat/Makefile
components/demo/Makefile
components/db_ido_mysql/Makefile
components/db_ido_mysql/schema/Makefile
components/db_ido_mysql/schema/upgrade/Makefile
components/livestatus/Makefile
components/notification/Makefile
doc/Doxyfile

View File

@ -230,6 +230,7 @@ fi
%docdir %{_datadir}/doc/%{name}
%files ido-mysql
%doc components/db_ido_mysql/schema
%{_libdir}/%{name}/libdb_ido_mysql*
%files classicui-config