diff --git a/yaml-cpp.spec b/yaml-cpp.spec index 63c6d2a..025ba72 100644 --- a/yaml-cpp.spec +++ b/yaml-cpp.spec @@ -1,5 +1,5 @@ Name: yaml-cpp -Version: 0.5.3 +Version: 0.6.2 Release: 1mamba Summary: A YAML parser and emitter in C++ matching the YAML 1.2 spec Group: Development/Tools @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://code.google.com/p/yaml-cpp/ -Source: https://github.com/jbeder/yaml-cpp.git/release-%{version}/yaml-cpp-%{version}.tar.bz2 +Source: https://github.com/jbeder/yaml-cpp.git/yaml-cpp-%{version}/yaml-cpp-%{version}.tar.bz2 License: MIT ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -45,7 +45,9 @@ This package contains libraries and header files for developing applications tha %setup -q %build -%cmake -d build +%cmake -d build \ + -DYAML_CPP_BUILD_TESTS=OFF + %make %install @@ -74,8 +76,13 @@ This package contains libraries and header files for developing applications tha %{_includedir}/yaml-cpp/node/detail/*.h %{_libdir}/libyaml-cpp.so %{_libdir}/pkgconfig/yaml-cpp.pc +%dir %{_libdir}/cmake/yaml-cpp +%{_libdir}/cmake/yaml-cpp/yaml-cpp-*cmake %changelog +* Sun Jun 30 2019 Silvan Calarco 0.6.2-1mamba +- update to 0.6.2 + * Thu Jan 14 2016 Automatic Build System 0.5.3-1mamba - automatic version update by autodist