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
|
Name: yaml-cpp
|
||||||
Version: 0.5.3
|
Version: 0.6.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A YAML parser and emitter in C++ matching the YAML 1.2 spec
|
Summary: A YAML parser and emitter in C++ matching the YAML 1.2 spec
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://code.google.com/p/yaml-cpp/
|
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
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -45,7 +45,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake -d build \
|
||||||
|
-DYAML_CPP_BUILD_TESTS=OFF
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -74,8 +76,13 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_includedir}/yaml-cpp/node/detail/*.h
|
%{_includedir}/yaml-cpp/node/detail/*.h
|
||||||
%{_libdir}/libyaml-cpp.so
|
%{_libdir}/libyaml-cpp.so
|
||||||
%{_libdir}/pkgconfig/yaml-cpp.pc
|
%{_libdir}/pkgconfig/yaml-cpp.pc
|
||||||
|
%dir %{_libdir}/cmake/yaml-cpp
|
||||||
|
%{_libdir}/cmake/yaml-cpp/yaml-cpp-*cmake
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jan 14 2016 Automatic Build System <autodist@mambasoft.it> 0.5.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user