import mysql-8.0-820190104140943.9edba152

This commit is contained in:
CentOS Sources 2019-08-06 18:29:02 -04:00 committed by Stepan Oksanichenko
commit d5170bb7be
3 changed files with 61 additions and 0 deletions

0
.gitignore vendored Normal file
View File

0
.mysql.metadata Normal file
View File

61
SOURCES/modulemd.src.txt Normal file
View File

@ -0,0 +1,61 @@
---
document: modulemd
version: 2
data:
summary: MySQL Module
description: MySQL is a multi-user, multi-threaded SQL database server.
MySQL is a client/server implementation consisting of
a server daemon (mysqld) and many different client programs
and libraries. The base package contains the standard MySQL
client programs and generic MySQL files.
license:
module: [MIT]
dependencies:
- buildrequires:
platform: [el8]
requires:
platform: [el8]
references:
community: https://dev.mysql.com/
documentation: https://dev.mysql.com/doc/refman/8.0/en/
tracker: http://bugzilla.redhat.com/
profiles:
server:
rpms:
- mysql-server
client:
rpms:
- mysql
api:
rpms:
- mysql
- mysql-server
filter:
rpms:
- mecab-devel
- rapidjson
- rapidjson-devel
- rapidjson-doc
buildopts:
rpms:
macros: |
%runselftest 0
%check_testsuite 1
components:
rpms:
mysql:
rationale: MySQL server package..
ref: stream-8.0 # stream-8.0
buildorder: 10
mecab:
rationale: A dependency of mysql
ref: stream-8.0
buildorder: 8
mecab-ipadic:
rationale: A dictionary for mecab
ref: stream-8.0
buildorder: 9
rapidjson:
rationale: A build-time only dependency of mysql
ref: dbf36eb90
buildorder: 7