update to 0.6.2 [release 0.6.2-1mamba;Sun Jun 30 2019]
This commit is contained in:
parent
784ffffcd9
commit
3385ee50ab
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 0.6.2-1mamba
|
||||
- update to 0.6.2
|
||||
|
||||
* Thu Jan 14 2016 Automatic Build System <autodist@mambasoft.it> 0.5.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user