update to 0.8.0 [release 0.8.0-1mamba;Fri Sep 15 2023]
This commit is contained in:
parent
f10a9ba7a3
commit
9eff2b36e1
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 0.8.0-1mamba
|
||||
- update to 0.8.0
|
||||
|
||||
* Wed Aug 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-3mamba
|
||||
- apply another (upstream) patch to fix cmake exported files
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user