SHA256
1
0
forked from pool/krfb
Christophe Giboudeaux 2017-08-11 22:58:42 +00:00 committed by Git OBS Bridge
parent fcb170de04
commit 7e2734bdfa
2 changed files with 28 additions and 15 deletions

View File

@ -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 Sat Aug 5 18:18:40 UTC 2017 - christophe@krop.fr

View File

@ -1,7 +1,7 @@
# #
# spec file for package krfb # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,18 +15,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
%bcond_without lang %bcond_without lang
Name: krfb Name: krfb
Version: 17.07.90 Version: 17.07.90
Release: 0 Release: 0
%define kf5_version 5.26.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}')} %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Desktop Sharing Summary: Desktop Sharing
License: GPL-2.0+ License: GPL-2.0+
# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" Group: Productivity/Networking/Other
Group: Productivity/Networking/Remote Desktop
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.xz
BuildRequires: LibVNCServer-devel BuildRequires: LibVNCServer-devel
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
@ -45,18 +45,20 @@ BuildRequires: kwidgetsaddons-devel
BuildRequires: kxmlgui-devel BuildRequires: kxmlgui-devel
BuildRequires: oxygen5-icon-theme-large BuildRequires: oxygen5-icon-theme-large
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: systemd-devel
BuildRequires: telepathy-qt5-devel
BuildRequires: update-desktop-files
BuildRequires: xcb-util-image-devel
BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5X11Extras) BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(xcb-image)
BuildRequires: pkgconfig(xdamage) BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xtst) BuildRequires: pkgconfig(xtst)
BuildRequires: systemd-devel %if %{with lang}
BuildRequires: telepathy-qt5-devel
BuildRequires: update-desktop-files
Recommends: %{name}-lang Recommends: %{name}-lang
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -101,15 +103,15 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc README %doc README
%{_kf5_bindir}/krfb %doc %lang(en) %{_kf5_htmldir}/en/krfb/
%{_kf5_libdir}/libkrfbprivate.so*
%{_kf5_applicationsdir}/org.kde.krfb.desktop %{_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_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} %if %{with lang}
%files lang -f %{name}.lang %files lang -f %{name}.lang