[packages/kf5-kdoctools] - updated to 5.109.0; cmake -B build

witekfl witekfl at pld-linux.org
Fri Aug 18 12:10:17 CEST 2023


commit 27752dbec8a18b27df43ccacb09f2cdf539c6cca
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Fri Aug 18 11:07:01 2023 +0200

    - updated to 5.109.0; cmake -B build

 kf5-kdoctools.spec | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/kf5-kdoctools.spec b/kf5-kdoctools.spec
index fc072db..877c53b 100644
--- a/kf5-kdoctools.spec
+++ b/kf5-kdoctools.spec
@@ -4,18 +4,18 @@
 # TODO:
 # - runtime Requires if any
 # - package manual pages
-%define		kdeframever	5.108
+%define		kdeframever	5.109
 %define		qtver		5.15.2
 %define		kfname		kdoctools
 
 Summary:	Create documentation from DocBook
 Name:		kf5-%{kfname}
-Version:	5.108.0
+Version:	5.109.0
 Release:	1
 License:	GPL v2+/LGPL v2.1+
 Group:		X11/Libraries
 Source0:	https://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5:	b66ce3cb26cf7a0738af5635e53737d1
+# Source0-md5:	43e0fddae05e83dfb7cd0b0bb5cc11e5
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel >= %{qtver}
 BuildRequires:	cmake >= 3.16
@@ -64,16 +64,15 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 %setup -q -n %{kfname}-%{version}
 
 %build
-install -d build
-cd build
-%cmake -G Ninja \
+%cmake -B build \
+	-G Ninja \
 	%{!?with_tests:-DBUILD_TESTING=OFF} \
-	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-	../
-%ninja_build
+	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+
+%ninja_build -C build
 
 %if %{with tests}
-ctest
+%ninja_build -C build test
 %endif
 
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kdoctools.git/commitdiff/27752dbec8a18b27df43ccacb09f2cdf539c6cca



More information about the pld-cvs-commit mailing list