2014-06-12 18:14:40 +00:00
|
|
|
#
|
|
|
|
# spec file for package kwrited5
|
|
|
|
#
|
2021-01-06 08:40:37 +00:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2014-06-12 18:14:40 +00:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2018-10-16 19:53:15 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-06-12 18:14:40 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
2018-10-06 16:17:33 +00:00
|
|
|
%bcond_without lang
|
2014-06-12 18:14:40 +00:00
|
|
|
Name: kwrited5
|
2021-09-01 06:06:04 +00:00
|
|
|
Version: 5.22.5
|
2014-06-12 18:14:40 +00:00
|
|
|
Release: 0
|
2014-06-12 18:18:35 +00:00
|
|
|
Summary: Daemon listening for wall and write messages
|
2018-06-19 21:42:12 +00:00
|
|
|
License: GPL-2.0-or-later
|
2014-06-12 18:14:40 +00:00
|
|
|
Group: System/GUI/KDE
|
2020-02-25 18:30:05 +00:00
|
|
|
URL: http://www.kde.org
|
2021-07-07 07:52:59 +00:00
|
|
|
Source: https://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz
|
2018-09-19 04:47:29 +00:00
|
|
|
%if %{with lang}
|
2021-07-07 07:52:59 +00:00
|
|
|
Source1: https://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz.sig
|
2018-09-19 04:47:29 +00:00
|
|
|
Source2: plasma.keyring
|
|
|
|
%endif
|
2015-11-29 19:25:58 +00:00
|
|
|
BuildRequires: extra-cmake-modules >= 0.0.11
|
2014-06-12 18:14:40 +00:00
|
|
|
BuildRequires: kf5-filesystem
|
|
|
|
BuildRequires: xz
|
2015-11-29 19:25:58 +00:00
|
|
|
BuildRequires: cmake(KF5CoreAddons)
|
|
|
|
BuildRequires: cmake(KF5DBusAddons)
|
|
|
|
BuildRequires: cmake(KF5I18n)
|
|
|
|
BuildRequires: cmake(KF5Notifications)
|
|
|
|
BuildRequires: cmake(KF5Pty)
|
|
|
|
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
2014-06-12 18:14:40 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
2014-06-12 18:18:35 +00:00
|
|
|
KDE daemon listening for wall and write messages.
|
2014-06-12 18:14:40 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n kwrited-%{version}
|
|
|
|
|
|
|
|
%build
|
2014-07-03 21:36:34 +00:00
|
|
|
%cmake_kf5 -d build -- -DBUILD_AS_EXECUTABLE=OFF -DBUILD_po=OFF
|
2020-02-08 00:13:22 +00:00
|
|
|
%cmake_build
|
2014-06-12 18:14:40 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%kf5_makeinstall -C build
|
|
|
|
|
|
|
|
%files
|
2021-05-15 16:17:03 +00:00
|
|
|
%license LICENSES/*
|
2014-06-12 18:14:40 +00:00
|
|
|
%{_kf5_plugindir}/
|
|
|
|
%{_kf5_notifydir}/
|
|
|
|
|
|
|
|
%changelog
|