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
|
Name: yaml-cpp
|
||||||
Version: 0.7.0
|
Version: 0.8.0
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: A YAML parser and emitter in C++ matching the YAML 1.2 spec
|
Summary: A YAML parser and emitter in C++ matching the YAML 1.2 spec
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/jbeder/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
|
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
|
Patch0: yaml-cpp-0.7.0-fix-cmake-export-files.patch
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -43,7 +43,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .fix-cmake-export-files
|
#%patch 0 -p1 -b .fix-cmake-export-files
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
@ -65,6 +65,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libyaml-cpp.so.*
|
%{_libdir}/libyaml-cpp.so.*
|
||||||
|
%doc LICENSE
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -77,11 +78,14 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%dir %{_includedir}/yaml-cpp/node/detail
|
%dir %{_includedir}/yaml-cpp/node/detail
|
||||||
%{_includedir}/yaml-cpp/node/detail/*.h
|
%{_includedir}/yaml-cpp/node/detail/*.h
|
||||||
%{_libdir}/libyaml-cpp.so
|
%{_libdir}/libyaml-cpp.so
|
||||||
%{_datadir}/pkgconfig/yaml-cpp.pc
|
%dir %{_libdir}/cmake/yaml-cpp
|
||||||
%dir %{_datadir}/cmake/yaml-cpp/
|
%{_libdir}/cmake/yaml-cpp/yaml-cpp*.cmake
|
||||||
%{_datadir}/cmake/yaml-cpp/yaml-cpp*.cmake
|
%{_libdir}/pkgconfig/yaml-cpp.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 24 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.0-3mamba
|
||||||
- apply another (upstream) patch to fix cmake exported files
|
- apply another (upstream) patch to fix cmake exported files
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user