automatic version update by autodist [release 0.7.0-1mamba;Sun Jul 18 2021]

This commit is contained in:
Automatic Build System 2024-01-05 19:59:51 +01:00
parent d5bfd115d4
commit 2a6a264a7a

View File

@ -1,12 +1,12 @@
Name: yaml-cpp
Version: 0.6.3
Version: 0.7.0
Release: 1mamba
Summary: A YAML parser and emitter in C++ matching the YAML 1.2 spec
Group: Development/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://code.google.com/p/yaml-cpp/
URL: https://github.com/jbeder/yaml-cpp
Source: https://github.com/jbeder/yaml-cpp.git/yaml-cpp-%{version}/yaml-cpp-%{version}.tar.bz2
License: MIT
## AUTOBUILDREQ-BEGIN
@ -16,7 +16,6 @@ BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.
@ -76,11 +75,14 @@ This package contains libraries and header files for developing applications tha
%dir %{_includedir}/yaml-cpp/node/detail
%{_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
%{_datadir}/pkgconfig/yaml-cpp.pc
%dir %{_datadir}/cmake/yaml-cpp/
%{_datadir}/cmake/yaml-cpp/yaml-cpp*.cmake
%changelog
* Sun Jul 18 2021 Automatic Build System <autodist@mambasoft.it> 0.7.0-1mamba
- automatic version update by autodist
* Fri Oct 04 2019 Automatic Build System <autodist@mambasoft.it> 0.6.3-1mamba
- automatic version update by autodist