[packages/kp5-kwallet-pam] - updated to 5.27.7; cmake -B build

witekfl witekfl at pld-linux.org
Wed Aug 2 12:27:16 CEST 2023


commit 9aab66f8da11fb7368b61e425fc48dcc8d6c1bf6
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Wed Aug 2 11:21:33 2023 +0200

    - updated to 5.27.7; cmake -B build

 kp5-kwallet-pam.spec | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/kp5-kwallet-pam.spec b/kp5-kwallet-pam.spec
index da785ba..f710d0c 100644
--- a/kp5-kwallet-pam.spec
+++ b/kp5-kwallet-pam.spec
@@ -1,19 +1,19 @@
 #
 # Conditional build:
 %bcond_with	tests		# build with tests
-%define		kdeplasmaver	5.27.6
+%define		kdeplasmaver	5.27.7
 %define		qtver		5.15.2
 %define		kpname		kwallet-pam
 Summary:	KWallet PAM integration
 Name:		kp5-%{kpname}
-Version:	5.27.6
+Version:	5.27.7
 Release:	1
 License:	GPL v2+/LGPL v2.1+
 Group:		Base
 Source0:	https://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5:	e832ae27e2167655c6a21893587b16bc
+# Source0-md5:	d75c043ef114b2b590f8ede12bb86a24
 URL:		http://www.kde.org/
-BuildRequires:	cmake >= 2.8.12
+BuildRequires:	cmake >= 3.16.0
 BuildRequires:	kf5-extra-cmake-modules >= 1.4.0
 BuildRequires:	pam-devel
 BuildRequires:	qt5-build >= %{qtver}
@@ -29,15 +29,13 @@ KWallet PAM integration.
 %setup -q -n %{kpname}-%{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 \
 	-DCMAKE_INSTALL_LIBDIR:PATH=/%{_lib} \
-	-DHTML_INSTALL_DIR=%{_kdedocdir} \
-	..
-%ninja_build
+	-DHTML_INSTALL_DIR=%{_kdedocdir}
+%ninja_build -C build
 
 %if %{with tests}
 ctest
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kp5-kwallet-pam.git/commitdiff/9aab66f8da11fb7368b61e425fc48dcc8d6c1bf6



More information about the pld-cvs-commit mailing list