diff --git a/yaml-cpp.spec b/yaml-cpp.spec index dbf25a2..2ea7bec 100644 --- a/yaml-cpp.spec +++ b/yaml-cpp.spec @@ -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 -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 0.7.0-1mamba +- automatic version update by autodist + * Fri Oct 04 2019 Automatic Build System 0.6.3-1mamba - automatic version update by autodist