2013-07-08 05:27:24 +00:00
|
|
|
#
|
2013-07-22 15:18:48 +00:00
|
|
|
# spec file for package kteatime
|
2013-07-08 05:27:24 +00:00
|
|
|
#
|
2021-03-28 07:27:37 +00:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2013-07-08 05:27:24 +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-11-24 23:45:14 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2013-07-08 05:27:24 +00:00
|
|
|
#
|
|
|
|
|
2017-08-11 22:59:14 +00:00
|
|
|
|
2019-11-29 11:40:15 +00:00
|
|
|
%define kf5_version 5.60.0
|
2017-08-11 22:59:14 +00:00
|
|
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
2018-07-28 13:44:28 +00:00
|
|
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
2018-11-24 23:45:14 +00:00
|
|
|
%bcond_without lang
|
|
|
|
Name: kteatime
|
2021-11-04 17:26:47 +00:00
|
|
|
Version: 21.08.3
|
2018-11-24 23:45:14 +00:00
|
|
|
Release: 0
|
2018-11-27 06:33:46 +00:00
|
|
|
Summary: Timer for various types of tea
|
2018-11-24 23:45:14 +00:00
|
|
|
License: GPL-2.0-or-later
|
2016-12-03 13:54:16 +00:00
|
|
|
Group: Amusements/Toys/Other
|
2021-04-19 13:31:07 +00:00
|
|
|
URL: https://apps.kde.org/kteatime
|
2021-08-07 11:17:27 +00:00
|
|
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
2021-04-19 13:31:07 +00:00
|
|
|
%if %{with lang}
|
2021-08-07 11:17:27 +00:00
|
|
|
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
2021-04-19 13:31:07 +00:00
|
|
|
Source2: applications.keyring
|
|
|
|
%endif
|
2015-05-11 16:30:31 +00:00
|
|
|
BuildRequires: extra-cmake-modules
|
2020-03-28 13:58:12 +00:00
|
|
|
BuildRequires: update-desktop-files
|
2019-11-29 11:40:15 +00:00
|
|
|
BuildRequires: cmake(KF5Config)
|
|
|
|
BuildRequires: cmake(KF5Crash)
|
|
|
|
BuildRequires: cmake(KF5DocTools)
|
|
|
|
BuildRequires: cmake(KF5I18n)
|
|
|
|
BuildRequires: cmake(KF5IconThemes)
|
|
|
|
BuildRequires: cmake(KF5Notifications)
|
|
|
|
BuildRequires: cmake(KF5NotifyConfig)
|
|
|
|
BuildRequires: cmake(KF5TextWidgets)
|
|
|
|
BuildRequires: cmake(KF5WidgetsAddons)
|
|
|
|
BuildRequires: cmake(KF5XmlGui)
|
|
|
|
BuildRequires: cmake(Qt5Core)
|
|
|
|
BuildRequires: cmake(Qt5Widgets)
|
2015-05-11 16:30:31 +00:00
|
|
|
Obsoletes: %{name}5 < %{version}
|
|
|
|
Provides: %{name}5 = %{version}
|
2013-07-08 05:27:24 +00:00
|
|
|
|
|
|
|
%description
|
2019-04-03 08:52:43 +00:00
|
|
|
Timer utility by KDE where the user can select a particular type of tea,
|
|
|
|
and be reminded when the associated hardcoded time is over.
|
2013-07-08 05:27:24 +00:00
|
|
|
|
2017-04-15 13:28:41 +00:00
|
|
|
%lang_package
|
|
|
|
|
2013-07-08 05:27:24 +00:00
|
|
|
%prep
|
2021-04-19 13:31:07 +00:00
|
|
|
%autosetup -p1
|
2013-07-08 05:27:24 +00:00
|
|
|
|
|
|
|
%build
|
2015-05-11 16:30:31 +00:00
|
|
|
%cmake_kf5 -d build
|
2020-02-07 08:47:22 +00:00
|
|
|
%cmake_build
|
2013-07-08 05:27:24 +00:00
|
|
|
|
|
|
|
%install
|
2015-05-11 16:30:31 +00:00
|
|
|
%kf5_makeinstall -C build
|
2017-04-15 13:28:41 +00:00
|
|
|
%if %{with lang}
|
|
|
|
%find_lang %{name} --with-man --all-name
|
2018-11-24 23:45:14 +00:00
|
|
|
%{kf5_find_htmldocs}
|
2017-04-15 13:28:41 +00:00
|
|
|
%endif
|
2021-07-27 09:35:58 +00:00
|
|
|
%suse_update_desktop_file org.kde.kteatime Applet
|
2013-07-08 05:27:24 +00:00
|
|
|
|
|
|
|
%files
|
2018-11-24 23:45:14 +00:00
|
|
|
%license COPYING COPYING.DOC
|
2017-08-11 22:59:14 +00:00
|
|
|
%doc %lang(en) %{_kf5_htmldir}/en/kteatime/
|
2015-05-11 16:30:31 +00:00
|
|
|
%{_kf5_applicationsdir}/org.kde.kteatime.desktop
|
2021-04-19 13:31:07 +00:00
|
|
|
%{_kf5_appstreamdir}/org.kde.kteatime.appdata.xml
|
2017-08-11 22:59:14 +00:00
|
|
|
%{_kf5_bindir}/kteatime
|
|
|
|
%{_kf5_iconsdir}/hicolor/*/apps/kteatime.*
|
|
|
|
%{_kf5_sharedir}/knotifications5/kteatime.notifyrc
|
2013-07-08 05:27:24 +00:00
|
|
|
|
2017-04-15 13:28:41 +00:00
|
|
|
%if %{with lang}
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%endif
|
|
|
|
|
2013-07-08 05:27:24 +00:00
|
|
|
%changelog
|