[packages/msgpack] Rel 4
arekm
arekm at pld-linux.org
Mon Mar 9 14:18:07 CET 2026
commit 0416ac58c6d160c61c244f774a8d0cc3388fdd19
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Mar 9 14:17:54 2026 +0100
Rel 4
msgpack.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/msgpack.spec b/msgpack.spec
index 37e4a52..63027c8 100644
--- a/msgpack.spec
+++ b/msgpack.spec
@@ -6,7 +6,7 @@ Summary: Binary-based efficient object serialization library
Summary(pl.UTF-8): Biblioteka do wydajnej, binarnej serializacji obiektów
Name: msgpack
Version: 3.3.0
-Release: 3
+Release: 4
License: Boost v1.0
Group: Libraries
#Source0Download: https://github.com/msgpack/msgpack-c/releases
@@ -52,7 +52,9 @@ Pliki nagłówkowe biblioteki MessagePack.
install -d build
cd build
%cmake .. \
- -DMSGPACK_CXX11=ON
+ -DMSGPACK_CXX11=ON \
+ %{cmake_on_off tests MSGPACK_BUILD_TESTS} \
+ -DMSGPACK_BUILD_EXAMPLES=OFF
%{__make}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/msgpack.git/commitdiff/0416ac58c6d160c61c244f774a8d0cc3388fdd19
More information about the pld-cvs-commit
mailing list