[packages/CLI11] - updated to 2.6.2

qboosh qboosh at pld-linux.org
Fri Feb 27 06:22:41 CET 2026


commit f81073e003907dfa375c5f12d035f70a576b0b1e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Feb 27 06:22:30 2026 +0100

    - updated to 2.6.2

 CLI11.spec | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/CLI11.spec b/CLI11.spec
index c15adf7..3afb738 100644
--- a/CLI11.spec
+++ b/CLI11.spec
@@ -5,16 +5,16 @@
 Summary:	CLI11 - command line parser for C++ 11
 Summary(pl.UTF-8):	CLI11 - parser linii poleceń dla C++ 11
 Name:		CLI11
-Version:	2.5.0
+Version:	2.6.2
 Release:	1
 License:	BSD
 Group:		Libraries
 #Source0Download: https://github.com/CLIUtils/CLI11/releases
 Source0:	https://github.com/CLIUtils/CLI11/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	0810cda604aa50492aa7c6b7471f1d3a
+# Source0-md5:	6e6356c286340514bc0f7a52e407fa06
 URL:		https://github.com/CLIUtils/CLI11
 BuildRequires:	catch2-devel
-BuildRequires:	cmake >= 3.10
+BuildRequires:	cmake >= 3.14
 %{?with_apidocs:BuildRequires:	doxygen}
 BuildRequires:	libstdc++-devel >= 6:4.7
 BuildArch:	noarch
@@ -74,15 +74,13 @@ Dokumentacja API biblioteki CLI11.
 %setup -q
 
 %build
-install -d build
-cd build
-%cmake .. \
+%cmake -B build \
 	-DCLI11_BUILD_DOCS=%{__ON_OFF apidocs}
 
-%{__make}
+%{__make} -C build
 
 %if %{with apidocs}
-%{__make} docs
+%{__make} -C build docs
 %endif
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/CLI11.git/commitdiff/f81073e003907dfa375c5f12d035f70a576b0b1e



More information about the pld-cvs-commit mailing list