From 9eff2b36e1a249352b72d9ad5f41849eaf736950 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 19:59:52 +0100 Subject: [PATCH] update to 0.8.0 [release 0.8.0-1mamba;Fri Sep 15 2023] --- yaml-cpp.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/yaml-cpp.spec b/yaml-cpp.spec index a74807f..ebed22c 100644 --- a/yaml-cpp.spec +++ b/yaml-cpp.spec @@ -1,13 +1,13 @@ Name: yaml-cpp -Version: 0.7.0 -Release: 3mamba +Version: 0.8.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://github.com/jbeder/yaml-cpp -Source: https://github.com/jbeder/yaml-cpp.git/yaml-cpp-%{version}/yaml-cpp-%{version}.tar.bz2 +Source: https://github.com/jbeder/yaml-cpp.git/%{version}/yaml-cpp-%{version}.tar.bz2 Patch0: yaml-cpp-0.7.0-fix-cmake-export-files.patch License: MIT ## AUTOBUILDREQ-BEGIN @@ -43,7 +43,7 @@ This package contains libraries and header files for developing applications tha %prep %setup -q -%patch0 -p1 -b .fix-cmake-export-files +#%patch 0 -p1 -b .fix-cmake-export-files %build %cmake -d build \ @@ -65,6 +65,7 @@ This package contains libraries and header files for developing applications tha %files -n lib%{name} %defattr(-,root,root) %{_libdir}/libyaml-cpp.so.* +%doc LICENSE %files -n lib%{name}-devel %defattr(-,root,root) @@ -77,11 +78,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 -%{_datadir}/pkgconfig/yaml-cpp.pc -%dir %{_datadir}/cmake/yaml-cpp/ -%{_datadir}/cmake/yaml-cpp/yaml-cpp*.cmake +%dir %{_libdir}/cmake/yaml-cpp +%{_libdir}/cmake/yaml-cpp/yaml-cpp*.cmake +%{_libdir}/pkgconfig/yaml-cpp.pc %changelog +* Fri Sep 15 2023 Silvan Calarco 0.8.0-1mamba +- update to 0.8.0 + * Wed Aug 24 2022 Silvan Calarco 0.7.0-3mamba - apply another (upstream) patch to fix cmake exported files