Changeset View
Changeset View
Standalone View
Standalone View
pspec_x86_64.xml
- This file was added.
| <PISI> | |||||
| <Source> | |||||
| <Name>mysql-connector-c++</Name> | |||||
| <Packager> | |||||
| <Name>Herb Miller Jr.</Name> | |||||
| <Email>herb@hlmjr.com</Email> | |||||
| </Packager> | |||||
| <License>GPLv2</License> | |||||
| <PartOf>programming.tools</PartOf> | |||||
| <Summary xml:lang="en">MySQL database connector for C++</Summary> | |||||
| <Description xml:lang="en">MySQL Connector/C++ is a MySQL database connector for C++. It lets you develop C++ applications that connect to the MySQL Server. | |||||
| </Description> | |||||
| <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive> | |||||
| </Source> | |||||
| <Package> | |||||
| <Name>mysql-connector-c++</Name> | |||||
| <Summary xml:lang="en">MySQL database connector for C++</Summary> | |||||
| <Description xml:lang="en">MySQL Connector/C++ is a MySQL database connector for C++. It lets you develop C++ applications that connect to the MySQL Server. | |||||
| </Description> | |||||
| <PartOf>programming.tools</PartOf> | |||||
| <Files> | |||||
| <Path fileType="data">/usr/COPYING</Path> | |||||
| <Path fileType="data">/usr/Licenses_for_Third-Party_Components.txt</Path> | |||||
| <Path fileType="data">/usr/README</Path> | |||||
JoshStrobl: You need to fix your prefixing. /usr isn't a valid patch for these. They should go into a doc… | |||||
herbmillerjrAuthorUnsubmitted Not Done Inline ActionsThis is actually build tree stuff that the mysql-related projects love leaking into the install root. Other distros remove them so I'm just going to do the same. herbmillerjr: This is actually build tree stuff that the mysql-related projects love leaking into the install… | |||||
| <Path fileType="library">/usr/lib64/lib*.so.*</Path> | |||||
| </Files> | |||||
| </Package> | |||||
| <Package> | |||||
| <Name>mysql-connector-c++-devel</Name> | |||||
| <Summary xml:lang="en">Development files for mysql-connector-c++</Summary> | |||||
| <Description xml:lang="en">MySQL Connector/C++ is a MySQL database connector for C++. It lets you develop C++ applications that connect to the MySQL Server. | |||||
| </Description> | |||||
| <PartOf>programming.devel</PartOf> | |||||
| <RuntimeDependencies> | |||||
| <Dependency release="1">mysql-connector-c++</Dependency> | |||||
| </RuntimeDependencies> | |||||
| <Files> | |||||
| <Path fileType="header">/usr/include/</Path> | |||||
| <Path fileType="library">/usr/lib64/lib*.a</Path> | |||||
JoshStroblUnsubmitted Done Inline ActionsYou need to disable static libraries. JoshStrobl: You need to disable static libraries. | |||||
herbmillerjrAuthorUnsubmitted Not Done Inline ActionsDoesn't look like they added this to the cmake variables for this project. Other distros seem to just strip out the one static library that is made, so I did the same. herbmillerjr: Doesn't look like they added this to the cmake variables for this project. Other distros seem… | |||||
| <Path fileType="library">/usr/lib64/lib*.so</Path> | |||||
| </Files> | |||||
| </Package> | |||||
| <History> | |||||
| <Update release="1"> | |||||
| <Date>2017-09-02</Date> | |||||
| <Version>1.1.9</Version> | |||||
| <Comment>Packaging update</Comment> | |||||
| <Name>Herb Miller Jr.</Name> | |||||
| <Email>herb@hlmjr.com</Email> | |||||
| </Update> | |||||
| </History> | |||||
| </PISI> | |||||
| No newline at end of file | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.
You need to fix your prefixing. /usr isn't a valid patch for these. They should go into a doc folder, like /usr/share/doc/mysql-connector-cpp/