From 79744c42cd42946847ef266cfe15dc6cb77d0de4 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Wed, 19 Apr 2023 16:48:41 +0200 Subject: [PATCH] SPEC autoformat. --- yaml-cpp.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).