Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : yaml-cpp | name : yaml-cpp | ||||
| version : 0.6.2 | version : 0.6.3 | ||||
| release : 3 | release : 4 | ||||
| source : | source : | ||||
| - https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.2.tar.gz : e4d8560e163c3d875fd5d9e5542b5fd5bec810febdcba61481fe5fc4e6b1fd05 | - https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.3.tar.gz : 77ea1b90b3718aa0c324207cb29418f5bced2354c2e483a9523d98c3460af1ed | ||||
| license : MIT | license : MIT | ||||
| component : programming.library | component : programming.library | ||||
| summary : yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec | summary : yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec | ||||
| description: | | description: | | ||||
| yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec. | yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec. | ||||
| builddeps : | |||||
| - gtest-devel | |||||
| setup : | | setup : | | ||||
| %patch -p1 < $pkgfiles/CVE-2017-5950.patch | %patch -p1 < $pkgfiles/CVE-2017-5950.patch | ||||
| %cmake . \ | # Too borked for Ninja | ||||
| -DBUILD_SHARED_LIBS=ON \ | %cmake -DENABLE_SHARED_LIBS=ON -DYAML_BUILD_SHARED_LIBS=ON -DLIB_SUFFIX=64 . -B solusBuildDir | ||||
| -DBUILD_GMOCK=OFF \ | |||||
| -DBUILD_GTEST=OFF | |||||
| build : | | build : | | ||||
| %make | %make -C solusBuildDir | ||||
| install : | | install : | | ||||
| %make_install | %make_install -C solusBuildDir | ||||
| check : | | check : | | ||||
| cd test | cd solusBuildDir/test | ||||
| ./run-tests | ./run-tests | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.