Changeset View
Changeset View
Standalone View
Standalone View
package.yml
- This file was added.
| name : mysql-connector-c++ | |||||
| version : 1.1.9 | |||||
JoshStrobl: Name should be mysql-connector-cpp given we're not adding `++` in repo names or package names… | |||||
| release : 1 | |||||
| source : | |||||
| - https://dev.mysql.com/get/Downloads/Connector-C++/mysql-connector-c++-1.1.9.tar.gz : 3e31847a69a4e5c113b7c483731317ec4533858e3195d3a85026a0e2f509d2e4 | |||||
| license : GPLv2 | |||||
JoshStroblUnsubmitted Done Inline ActionsIt's GPL-2.0, which is SPDX-compliant. JoshStrobl: It's GPL-2.0, which is SPDX-compliant. | |||||
| component : programming.tools | |||||
JoshStroblUnsubmitted Done Inline ActionsThis should be programming.library. JoshStrobl: This should be programming.library. | |||||
| summary : MySQL database connector for C++ | |||||
| description : | | |||||
| MySQL Connector/C++ is a MySQL database connector for C++. It lets you develop C++ applications that connect to the MySQL Server. | |||||
| builddeps : | |||||
| - libboost-devel | |||||
| - mariadb-devel | |||||
JoshStroblUnsubmitted Done Inline ActionsUse pkgconfigs, which should also be listed before explicit builddep package names. JoshStrobl: Use pkgconfigs, which should also be listed before explicit builddep package names. | |||||
| setup : | | |||||
| %patch -p1 < $pkgfiles/001-fix-mariadb.patch | |||||
| %cmake | |||||
| build : | | |||||
| %make | |||||
| install : | | |||||
| %make_install | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
Name should be mysql-connector-cpp given we're not adding ++ in repo names or package names anymore.