[packages/kf5-kdnssd] -updated to 5.56

witekfl witekfl at pld-linux.org
Mon Mar 25 08:47:28 CET 2019


commit 2e4158f5860918d5b559de71945a8db561a82bba
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Mon Mar 25 08:47:23 2019 +0100

    -updated to 5.56

 kf5-kdnssd.spec | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/kf5-kdnssd.spec b/kf5-kdnssd.spec
index e08b4f2..7d8f1d7 100644
--- a/kf5-kdnssd.spec
+++ b/kf5-kdnssd.spec
@@ -1,17 +1,17 @@
 # TODO:
 # - runtime Requires if any
-%define		kdeframever	5.53
+%define		kdeframever	5.56
 %define		qtver		5.9.0
 %define		kfname		kdnssd
 
 Summary:	Network service discovery using Zeroconf
 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:	b3547e0cca796eedfada7a850969f307
+# Source0-md5:	f54a1ec86d7c6004bc19319db1eaae10
 URL:		http://www.kde.org/
 BuildRequires:	Qt5Core-devel >= %{qtver}
 BuildRequires:	Qt5DBus-devel >= %{qtver}
@@ -23,6 +23,7 @@ BuildRequires:	Qt5Xml-devel >= %{qtver}
 BuildRequires:	avahi-devel
 BuildRequires:	cmake >= 2.8.12
 BuildRequires:	kf5-extra-cmake-modules >= 1.4.0
+BuildRequires:	ninja
 BuildRequires:	qt5-linguist >= %{qtver}
 BuildRequires:	rpmbuild(macros) >= 1.164
 BuildRequires:	tar >= 1:1.22
@@ -56,16 +57,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_qt --with-qm --all-name --with-kde
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kf5-kdnssd.git/commitdiff/2e4158f5860918d5b559de71945a8db561a82bba



More information about the pld-cvs-commit mailing list