libmmtf-cpp-devel: require libmsgpack-cxx-devel [release 1.1.0-2mamba;Thu May 09 2024]

This commit is contained in:
Silvan Calarco 2024-05-10 19:18:37 +02:00
parent 138b5129d7
commit 1cffe24f23

View File

@ -1,6 +1,6 @@
Name: mmtf-cpp Name: mmtf-cpp
Version: 1.1.0 Version: 1.1.0
Release: 1mamba Release: 2mamba
Summary: The pure C++ implementation of the MMTF API, decoder and encoder Summary: The pure C++ implementation of the MMTF API, decoder and encoder
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -19,7 +19,8 @@ The pure C++ implementation of the MMTF API, decoder and encoder.
%package -n lib%{name}-devel %package -n lib%{name}-devel
Group: Development/Libraries Group: Development/Libraries
Summary: Development files for %{name} Summary: The pure C++ implementation of the MMTF API, decoder and encoder
Requires: libmsgpack-cxx-devel
%description -n lib%{name}-devel %description -n lib%{name}-devel
The pure C++ implementation of the MMTF API, decoder and encoder. The pure C++ implementation of the MMTF API, decoder and encoder.
@ -49,5 +50,8 @@ This package contains libraries and header files for developing applications tha
%doc LICENSE README.md %doc LICENSE README.md
%changelog %changelog
* Thu May 09 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
- libmmtf-cpp-devel: require libmsgpack-cxx-devel
* Sat May 04 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1mamba * Sat May 04 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-1mamba
- package created using the webbuild interface - package created using the webbuild interface