commit 62f71590489ee582acd8631f77844d5a6fadf6c3
Author: Witold Filipczyk <[email protected]>
Date:   Mon Mar 25 08:46:50 2019 +0100

    -updated to 5.56

 kf5-kpty.spec | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/kf5-kpty.spec b/kf5-kpty.spec
index f1a4b17..ea4cf97 100644
--- a/kf5-kpty.spec
+++ b/kf5-kpty.spec
@@ -1,15 +1,15 @@
-%define                kdeframever     5.53
+%define                kdeframever     5.56
 %define                qtver           5.9.0
 %define                kfname          kpty
 
 Summary:       Interfacing with pseudo terminal devices
 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: 102ec25afd116f79bb78699e3bf90bd7
+# Source0-md5: 0e1a8bec275e08cf1b8ba9c32c83a465
 URL:           http://www.kde.org/
 BuildRequires: Qt5Core-devel >= %{qtver}
 BuildRequires: Qt5Test-devel >= %{qtver}
@@ -19,6 +19,7 @@ BuildRequires:        kf5-extra-cmake-modules >= 1.4.0
 BuildRequires: kf5-kcoreaddons-devel >= %{version}
 BuildRequires: kf5-ki18n-devel >= %{version}
 BuildRequires: libutempter-devel
+BuildRequires: ninja
 BuildRequires: rpmbuild(macros) >= 1.164
 BuildRequires: tar >= 1:1.22
 BuildRequires: xz
@@ -50,16 +51,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
 
 %find_lang %{kfname}5
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kpty.git/commitdiff/62f71590489ee582acd8631f77844d5a6fadf6c3

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

Reply via email to