@@ -48,21 +48,82 @@ SET(CPACK_RPM_PACKAGE_RELOCATABLE FALSE)
48
48
SET (CPACK_PACKAGE_RELOCATABLE FALSE )
49
49
SET (CPACK_RPM_PACKAGE_GROUP "Applications/Databases" )
50
50
SET (CPACK_RPM_PACKAGE_URL ${CPACK_PACKAGE_URL} )
51
- SET (CPACK_RPM_PACKAGE_DESCRIPTION "${CPACK_PACKAGE_DESCRIPTION} " )
52
51
53
52
SET (CPACK_RPM_shared_PACKAGE_VENDOR "MariaDB Corporation Ab" )
54
53
SET (CPACK_RPM_shared_PACKAGE_LICENSE "LGPLv2.1" )
55
- SET (CPACK_RPM_shared_PACKAGE_SUMMARY "LGPL MariaDB client library" )
56
- SET (CPACK_RPM_shared_PACKAGE_DESCRIPTION "
57
- This is LGPL MariaDB client library that can be used to connect to MySQL
54
+
55
+ # Set default description for packages
56
+ SET (CPACK_RPM_PACKAGE_DESCRIPTION "MariaDB: a very fast and robust SQL database server
57
+
58
+ It is GPL v2 licensed, which means you can use the it free of charge under the
59
+ conditions of the GNU General Public License Version 2 (http://www.gnu.org/licenses/).
60
+
61
+ MariaDB documentation can be found at https://mariadb.com/kb
62
+ MariaDB bug reports should be submitted through https://jira.mariadb.org" )
63
+
64
+ # Packages with default description
65
+ SET (CPACK_RPM_client_PACKAGE_SUMMARY "MariaDB database client binaries" )
66
+ SET (CPACK_RPM_common_PACKAGE_SUMMARY "MariaDB database common files (e.g. /etc/mysql/conf.d/mariadb.cnf)" )
67
+ SET (CPACK_RPM_compat_PACKAGE_SUMMARY "MariaDB database client library MySQL compat package" )
68
+ SET (CPACK_RPM_devel_PACKAGE_SUMMARY "MariaDB database development files" )
69
+ SET (CPACK_RPM_server_PACKAGE_SUMMARY "MariaDB database server binaries" )
70
+ SET (CPACK_RPM_test_PACKAGE_SUMMARY "MariaDB database regression test suite" )
71
+
72
+ # libmariadb3
73
+ SET (CPACK_RPM_shared_PACKAGE_SUMMARY "LGPL MariaDB database client library" )
74
+ SET (CPACK_RPM_shared_PACKAGE_DESCRIPTION "This is LGPL MariaDB client library that can be used to connect to MySQL
58
75
or MariaDB.
59
76
60
77
This code is based on the LGPL libmysql client library from MySQL 3.23
61
78
and PHP's mysqlnd extension.
62
79
63
80
This product includes PHP software, freely available from
64
- <http://www.php.net/software/>
65
- " )
81
+ http://www.php.net/software/" )
82
+
83
+ # Summary and descriptions per package
84
+ SET (CPACK_RPM_backup_PACKAGE_SUMMARY "Backup tool for MariaDB server" )
85
+ SET (CPACK_RPM_backup_PACKAGE_DESCRIPTION "Mariabackup is an open source tool provided by MariaDB
86
+ for performing physical online backups of InnoDB, Aria and MyISAM tables.
87
+ For InnoDB, “hot online” backups are possible.
88
+ It was originally forked from Percona XtraBackup 2.3.8." )
89
+
90
+ SET (CPACK_RPM_cassandra-engine_PACKAGE_SUMMARY "Cassandra storage engine for MariaDB" )
91
+ SET (CPACK_RPM_cassandra-engine_PACKAGE_DESCRIPTION "The Cassandra Storage Engine allows access to data in a Cassandra cluster from
92
+ MariaDB, combining the best of SQL and no-SQL worlds. Cassandra SE (storage
93
+ engine) makes Cassandra's column family appear as a table in MariaDB that you
94
+ can insert to, update, and select from. You can write joins against this table,
95
+ it is possible to join data that's stored in MariaDB with data that's stored in
96
+ Cassandra." )
97
+
98
+ SET (CPACK_RPM_connect-engine_PACKAGE_SUMMARY "Connect storage engine for MariaDB" )
99
+ SET (CPACK_RPM_connect-engine_PACKAGE_DESCRIPTION "Connect engine supports a number of file formats (dbf, xml, txt, bin, etc),
100
+ connections to ODBC tables and remote MySQL tables, as well as a number of
101
+ other interesting features." )
102
+
103
+ SET (CPACK_RPM_cracklib-password-check_PACKAGE_SUMMARY "CrackLib Password Validation Plugin for MariaDB" )
104
+ SET (CPACK_RPM_cracklib-password-check_PACKAGE_DESCRIPTION "This password validation plugin uses cracklib to allow only
105
+ sufficiently secure (as defined by cracklib) user passwords in MariaDB." )
106
+
107
+ SET (CPACK_RPM_gssapi-server_PACKAGE_SUMMARY "GSSAPI authentication plugin for MariaDB server" )
108
+ SET (CPACK_RPM_gssapi-server_PACKAGE_DESCRIPTION "The gssapi authentication plugin allows the user to authenticate with services
109
+ that use the Generic Security Services Application Program Interface (GSSAPI).
110
+ The gssapi authentication plugin is most often used for authenticating with Microsoft Active Directory." )
111
+
112
+ SET (CPACK_RPM_oqgraph-engine_PACKAGE_SUMMARY "OQGraph storage engine for MariaDB" )
113
+ SET (CPACK_RPM_oqgraph-engine_PACKAGE_DESCRIPTION "The Open Query GRAPH computation engine, or OQGRAPH as the engine itself is called,
114
+ allows you to handle hierarchies (tree structures) and complex graphs
115
+ (nodes having many connections in several directions).
116
+ It is intended to be used for retrieving hierarchical information, such as those used for graphs,
117
+ routes or social relationships, in plain SQL." )
118
+
119
+ SET (CPACK_RPM_rocksdb-engine_PACKAGE_SUMMARY "RocksDB storage engine for MariaDB" )
120
+ SET (CPACK_RPM_rocksdb-engine_PACKAGE_DESCRIPTION "The RocksDB storage engine is a high performance storage engine, aimed
121
+ at maximising storage efficiency while maintaining InnoDB-like performance." )
122
+
123
+ SET (CPACK_RPM_tokudb-engine_PACKAGE_SUMMARY "TokuDB storage engine for MariaDB" )
124
+ SET (CPACK_RPM_tokudb-engine_PACKAGE_DESCRIPTION "The TokuDB storage engine is for use in high-performance and write-intensive
125
+ environments, offering increased compression and better performance based
126
+ on fractal indexes." )
66
127
67
128
SET (CPACK_RPM_SPEC_MORE_DEFINE "
68
129
%define mysql_vendor ${CPACK_PACKAGE_VENDOR}
0 commit comments