2013-07-08 07:27:24 +02:00
|
|
|
#
|
2013-07-22 17:18:48 +02:00
|
|
|
# spec file for package kteatime
|
2013-07-08 07:27:24 +02:00
|
|
|
#
|
2018-11-25 00:45:14 +01:00
|
|
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
2013-07-08 07:27:24 +02: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-25 00:45:14 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2013-07-08 07:27:24 +02:00
|
|
|
#
|
|
|
|
|
2017-08-12 00:59:14 +02:00
|
|
|
|
2016-12-03 14:54:16 +01:00
|
|
|
%define kf5_version 5.26.0
|
2017-08-12 00:59:14 +02:00
|
|
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
2018-07-28 15:44:28 +02:00
|
|
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
2018-11-25 00:45:14 +01:00
|
|
|
%bcond_without lang
|
|
|
|
Name: kteatime
|
2019-02-10 13:11:04 +01:00
|
|
|
Version: 18.12.2
|
2018-11-25 00:45:14 +01:00
|
|
|
Release: 0
|
2018-11-27 07:33:46 +01:00
|
|
|
Summary: Timer for various types of tea
|
2018-11-25 00:45:14 +01:00
|
|
|
License: GPL-2.0-or-later
|
2016-12-03 14:54:16 +01:00
|
|
|
Group: Amusements/Toys/Other
|
2018-11-25 00:45:14 +01:00
|
|
|
URL: http://www.kde.org
|
2016-12-03 14:54:16 +01:00
|
|
|
Source0: %{name}-%{version}.tar.xz
|
2015-05-11 18:30:31 +02:00
|
|
|
BuildRequires: extra-cmake-modules
|
|
|
|
BuildRequires: kconfig-devel
|
|
|
|
BuildRequires: kcrash-devel
|
|
|
|
BuildRequires: kdoctools-devel
|
|
|
|
BuildRequires: ki18n-devel
|
|
|
|
BuildRequires: kiconthemes-devel
|
|
|
|
BuildRequires: knotifications-devel
|
2016-12-03 14:54:16 +01:00
|
|
|
BuildRequires: knotifyconfig-devel
|
2015-05-11 18:30:31 +02:00
|
|
|
BuildRequires: ktextwidgets-devel
|
2016-12-03 14:54:16 +01:00
|
|
|
BuildRequires: kwidgetsaddons-devel
|
2015-05-11 18:30:31 +02:00
|
|
|
BuildRequires: kxmlgui-devel
|
2016-12-03 14:54:16 +01:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRequires: pkgconfig(Qt5Core)
|
|
|
|
BuildRequires: pkgconfig(Qt5Widgets)
|
2015-05-11 18:30:31 +02:00
|
|
|
Obsoletes: %{name}5 < %{version}
|
|
|
|
Provides: %{name}5 = %{version}
|
2017-08-12 00:59:14 +02:00
|
|
|
%if %{with lang}
|
2017-04-20 10:50:04 +02:00
|
|
|
Recommends: %{name}-lang
|
2017-08-12 00:59:14 +02:00
|
|
|
%endif
|
2013-07-08 07:27:24 +02:00
|
|
|
|
|
|
|
%description
|
2018-11-27 07:33:46 +01:00
|
|
|
A 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 07:27:24 +02:00
|
|
|
|
2017-04-15 15:28:41 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%lang_package
|
|
|
|
%endif
|
|
|
|
|
2013-07-08 07:27:24 +02:00
|
|
|
%prep
|
2016-12-03 14:54:16 +01:00
|
|
|
%setup -q
|
2013-07-08 07:27:24 +02:00
|
|
|
|
|
|
|
%build
|
2015-05-11 18:30:31 +02:00
|
|
|
%cmake_kf5 -d build
|
2013-07-08 07:27:24 +02:00
|
|
|
%make_jobs
|
|
|
|
|
|
|
|
%install
|
2015-05-11 18:30:31 +02:00
|
|
|
%kf5_makeinstall -C build
|
2017-04-15 15:28:41 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%find_lang %{name} --with-man --all-name
|
2018-11-25 00:45:14 +01:00
|
|
|
%{kf5_find_htmldocs}
|
2017-04-15 15:28:41 +02:00
|
|
|
%endif
|
2017-08-29 23:15:15 +02:00
|
|
|
%suse_update_desktop_file org.kde.kteatime Applet
|
2013-07-08 07:27:24 +02:00
|
|
|
|
|
|
|
%files
|
2018-11-25 00:45:14 +01:00
|
|
|
%license COPYING COPYING.DOC
|
2017-08-12 00:59:14 +02:00
|
|
|
%doc %lang(en) %{_kf5_htmldir}/en/kteatime/
|
2015-05-11 18:30:31 +02:00
|
|
|
%{_kf5_applicationsdir}/org.kde.kteatime.desktop
|
2016-12-03 14:54:16 +01:00
|
|
|
%{_kf5_appstreamdir}/
|
2017-08-12 00:59:14 +02:00
|
|
|
%{_kf5_bindir}/kteatime
|
|
|
|
%{_kf5_iconsdir}/hicolor/*/apps/kteatime.*
|
|
|
|
%{_kf5_sharedir}/knotifications5/kteatime.notifyrc
|
2013-07-08 07:27:24 +02:00
|
|
|
|
2017-04-15 15:28:41 +02:00
|
|
|
%if %{with lang}
|
|
|
|
%files lang -f %{name}.lang
|
2018-11-25 00:45:14 +01:00
|
|
|
%license COPYING*
|
2017-04-15 15:28:41 +02:00
|
|
|
%endif
|
|
|
|
|
2013-07-08 07:27:24 +02:00
|
|
|
%changelog
|