commit 78b8e080e9634f503d015f1e866ea6a59d7c52e8
Author: Witold Filipczyk <[email protected]>
Date:   Mon Mar 25 08:51:39 2019 +0100

    -updated to 5.56

 kf5-kplotting.spec | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/kf5-kplotting.spec b/kf5-kplotting.spec
index 664847d..e99a038 100644
--- a/kf5-kplotting.spec
+++ b/kf5-kplotting.spec
@@ -1,15 +1,15 @@
-%define                kdeframever     5.53
+%define                kdeframever     5.56
 %define                qtver           5.9.0
 %define                kfname          kplotting
 #
 Summary:       Data plotting
 Name:          kf5-%{kfname}
-Version:       5.53.0
+Version:       5.56.0
 Release:       1
 License:       LGPL v2.1+
 Group:         X11/Libraries
 Source0:       
http://download.kde.org/stable/frameworks/%{kdeframever}/%{kfname}-%{version}.tar.xz
-# Source0-md5: 34125fa1563feb9af831b1f7e05629ae
+# Source0-md5: efa1993430511e0e20e059f835a1c237
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel
 BuildRequires: Qt5Gui-devel >= 5.3.1
@@ -17,6 +17,7 @@ BuildRequires:        Qt5Test-devel
 BuildRequires: Qt5Widgets-devel
 BuildRequires: cmake >= 2.8.12
 BuildRequires: kf5-extra-cmake-modules >= 1.0.0
+BuildRequires: ninja
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
@@ -61,16 +62,14 @@ 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
 
 %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-kplotting.git/commitdiff/78b8e080e9634f503d015f1e866ea6a59d7c52e8

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to