[packages/kp5-kwallet-pam] - updated to 5.15.3
witekfl
witekfl at pld-linux.org
Mon Mar 25 08:59:21 CET 2019
commit 2352eda753c02dfed9e08d58571b119756b259bd
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date: Mon Mar 25 08:59:16 2019 +0100
- updated to 5.15.3
kp5-kwallet-pam.spec | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/kp5-kwallet-pam.spec b/kp5-kwallet-pam.spec
index abe8fe5..f8ce097 100644
--- a/kp5-kwallet-pam.spec
+++ b/kp5-kwallet-pam.spec
@@ -1,14 +1,14 @@
-%define kdeplasmaver 5.14.5
+%define kdeplasmaver 5.15.3
%define qtver 5.9.0
%define kpname kwallet-pam
Summary: KWallet PAM integration
Name: kp5-%{kpname}
-Version: 5.14.5
+Version: 5.15.3
Release: 1
License: GPL v2+/LGPL v2.1+
Group: Base
Source0: http://download.kde.org/stable/plasma/%{kdeplasmaver}/%{kpname}-%{version}.tar.xz
-# Source0-md5: 139421199c698f76fa3ebed9d3f765d7
+# Source0-md5: 6ebd5b3e62be468b4a5841bcce624093
URL: http://www.kde.org/
BuildRequires: cmake >= 2.8.12
BuildRequires: kf5-extra-cmake-modules >= 1.4.0
@@ -28,16 +28,15 @@ KWallet PAM integration.
%build
install -d build
cd build
-%cmake \
+%cmake -G Ninja \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DCMAKE_INSTALL_LIBDIR:PATH=/%{_lib} \
..
-%{__make}
+%ninja_build
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} -C build install \
- DESTDIR=$RPM_BUILD_ROOT
+%ninja_install -C build
%clean
rm -rf $RPM_BUILD_ROOT
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/kp5-kwallet-pam.git/commitdiff/2352eda753c02dfed9e08d58571b119756b259bd
More information about the pld-cvs-commit
mailing list