2014-06-12 18:14:40 +00:00
|
|
|
#
|
|
|
|
# spec file for package kwrited5
|
|
|
|
#
|
2022-01-05 11:02:38 +00:00
|
|
|
# Copyright (c) 2022 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
|
|
|
#
|
|
|
|
|
|
|
|
|
2022-01-19 20:18:41 +00:00
|
|
|
%bcond_without released
|
2014-06-12 18:14:40 +00:00
|
|
|
Name: kwrited5
|
2022-11-29 19:14:16 +00:00
|
|
|
Version: 5.26.4
|
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
|
2022-10-18 19:02:56 +00:00
|
|
|
Source: https://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz
|
2022-01-19 20:18:41 +00:00
|
|
|
%if %{with released}
|
2022-10-18 19:02:56 +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
|
2022-09-17 10:40:24 +00:00
|
|
|
BuildRequires: extra-cmake-modules >= 5.98.0
|
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)
|
2022-09-17 10:40:24 +00:00
|
|
|
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
|
2014-06-12 18:14:40 +00:00
|
|
|
|
|
|
|
%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
|