Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : yaml-cpp | name : yaml-cpp | ||||
| version : 0.5.3 | version : 0.6.2 | ||||
| release : 1 | release : 2 | ||||
| source : | source : | ||||
| - https://github.com/jbeder/yaml-cpp/archive/release-0.5.3.tar.gz : ac50a27a201d16dc69a881b80ad39a7be66c4d755eda1f76c3a68781b922af8f | - https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.6.2.tar.gz : e4d8560e163c3d875fd5d9e5542b5fd5bec810febdcba61481fe5fc4e6b1fd05 | ||||
| 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 : | builddeps : | ||||
| - libboost-devel | - gtest-devel | ||||
| - libpth-devel | |||||
| setup : | | setup : | | ||||
| sed -i 's:_library_dir lib:_library_dir lib64:g' CMakeLists.txt | %cmake . \ | ||||
| %cmake -DBUILD_SHARED_LIBS=ON . | -DBUILD_SHARED_LIBS=ON \ | ||||
| -DBUILD_GMOCK=OFF \ | |||||
| -DBUILD_GTEST=OFF | |||||
| build : | | build : | | ||||
| %make | %make | ||||
| install : | | install : | | ||||
| %make_install | %make_install | ||||
| check : | | |||||
| cd test | |||||
| ./run-tests | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.