diff --git a/yaml-cpp.spec b/yaml-cpp.spec index ed03cee..a7da02b 100644 --- a/yaml-cpp.spec +++ b/yaml-cpp.spec @@ -3,8 +3,9 @@ Name: yaml-cpp Version: 0.7.0 Release: 3%{?dist} + +License: MIT Summary: A YAML parser and emitter for C++ -License: MIT URL: https://github.com/jbeder/yaml-cpp Source0: %{url}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz @@ -83,7 +84,6 @@ mv %{buildroot}%{_libdir}/pkgconfig/%{name}.pc \ %{_libdir}/cmake/%{name}-static %{_libdir}/pkgconfig/%{name}-static.pc - %changelog * Wed Apr 19 2023 Vitaly Zaitsev - 0.7.0-3 - Fixed broken CMake configs (rhbz#2188009).