From 7e2734bdfa7fc77b94a630227cbb4c5a8d16fc05aaf5b244d6d48f277b10bf85 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 22:58:42 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krfb?expand=0&rev=62 --- krfb.changes | 11 +++++++++++ krfb.spec | 32 +++++++++++++++++--------------- 2 files changed, 28 insertions(+), 15 deletions(-) diff --git a/krfb.changes b/krfb.changes index b1f30a2..64e6c44 100644 --- a/krfb.changes +++ b/krfb.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Aug 11 22:45:58 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : + * Remove old X11 plugin + * Implement XCB framebuffer plugin (port from x11) \(kde#377998\) + * Fix SPDX license ID + ------------------------------------------------------------------- Sat Aug 5 18:18:40 UTC 2017 - christophe@krop.fr diff --git a/krfb.spec b/krfb.spec index 875c3ed..37cee2f 100644 --- a/krfb.spec +++ b/krfb.spec @@ -1,7 +1,7 @@ # # spec file for package krfb # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,18 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %bcond_without lang Name: krfb Version: 17.07.90 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Desktop Sharing License: GPL-2.0+ -# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" -Group: Productivity/Networking/Remote Desktop +Group: Productivity/Networking/Other Source0: %{name}-%{version}.tar.xz BuildRequires: LibVNCServer-devel BuildRequires: extra-cmake-modules @@ -45,18 +45,20 @@ BuildRequires: kwidgetsaddons-devel BuildRequires: kxmlgui-devel BuildRequires: oxygen5-icon-theme-large BuildRequires: pkgconfig +BuildRequires: systemd-devel +BuildRequires: telepathy-qt5-devel +BuildRequires: update-desktop-files +BuildRequires: xcb-util-image-devel BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5X11Extras) -BuildRequires: pkgconfig(xcb-image) BuildRequires: pkgconfig(xdamage) BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(xtst) -BuildRequires: systemd-devel -BuildRequires: telepathy-qt5-devel -BuildRequires: update-desktop-files +%if %{with lang} Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -101,15 +103,15 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %files %defattr(-,root,root) %doc README -%{_kf5_bindir}/krfb -%{_kf5_libdir}/libkrfbprivate.so* +%doc %lang(en) %{_kf5_htmldir}/en/krfb/ %{_kf5_applicationsdir}/org.kde.krfb.desktop -%{_kf5_htmldir}/en/krfb/ -%{_kf5_servicetypesdir}/krfb-framebuffer*.desktop -%{_kf5_iconsdir}/hicolor/*/apps/krfb.* -%{_kf5_plugindir}/krfb/ -%{_datadir}/krfb/ %{_kf5_appstreamdir}/ +%{_kf5_bindir}/krfb +%{_kf5_iconsdir}/hicolor/*/apps/krfb.* +%{_kf5_libdir}/libkrfbprivate.so* +%{_kf5_plugindir}/krfb/ +%{_kf5_servicetypesdir}/krfb-framebuffer*.desktop +%{_kf5_sharedir}/krfb/ %if %{with lang} %files lang -f %{name}.lang