[packages/kf5-modemmanager-qt] - updated to 5.56.0

witekfl witekfl at pld-linux.org
Mon Mar 25 09:58:13 CET 2019


commit afa4884417e5f727ae05dc22f016a4ce9b5d615d
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Mon Mar 25 09:57:55 2019 +0100

    - updated to 5.56.0

 kf5-modemmanager-qt.spec | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/kf5-modemmanager-qt.spec b/kf5-modemmanager-qt.spec
index 5a8d849..2546fef 100644
--- a/kf5-modemmanager-qt.spec
+++ b/kf5-modemmanager-qt.spec
@@ -2,17 +2,17 @@
 # Conditional build:
 %bcond_with	tests		# build without tests
 #
-%define		kdeframever	5.53
+%define		kdeframever	5.56
 %define		qtver		5.9.0
 %define		kfname		modemmanager-qt
 Summary:	Qt wrapper for ModemManager DBus API
 Name:		kf5-%{kfname}
-Version:	5.53.0
+Version:	5.56.0
 Release:	1
 License:	GPL v2+/LGPL v2.1+
 Group:		X11/Libraries
 Source0:	http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5:	21d412157131d544fe2fd76e230af5e8
+# Source0-md5:	f8d5a52adae4b0427c44de6d964aa009
 URL:		http://www.kde.org/
 BuildRequires:	ModemManager-devel
 BuildRequires:	Qt5Core-devel >= %{qtver}
@@ -25,6 +25,7 @@ BuildRequires:	Qt5Widgets-devel >= %{qtver}
 %endif
 BuildRequires:	cmake >= 2.8.12
 BuildRequires:	kf5-extra-cmake-modules >= 1.4.0
+BuildRequires:	ninja
 BuildRequires:	qt5-build >= %{qtver}
 BuildRequires:	rpmbuild(macros) >= 1.164
 BuildRequires:	tar >= 1:1.22
@@ -53,17 +54,16 @@ Pliki nagłówkowe dla programistów używających %{kfname}.
 %build
 install -d build
 cd build
-%cmake \
+%cmake -G Ninja \
 	-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 	..
-%{__make}
+%ninja_build
 
-%{?with_tests:%{__make} test}
+%{?with_tests:%ninja_build test}
 
 %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/kf5-modemmanager-qt.git/commitdiff/afa4884417e5f727ae05dc22f016a4ce9b5d615d



More information about the pld-cvs-commit mailing list