Dominique Leuenberger 2021-06-29 20:43:38 +00:00 committed by Git OBS Bridge
commit 982987c894
4 changed files with 30 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3740be7fbf3c7eae72a2d482e781f62b858373a3e71a2f0d87fbd72f8bf47f1a
size 550544

3
rsibreak-0.12.14.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ce37ef875ffa1964db80ddb0898b3f762134592f573fabb9950c467b92a5b7a
size 562176

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Jun 29 06:40:29 UTC 2021 - Wolfgang Bauer <wbauer@tmo.at>
- Update to 0.12.14:
* Translation improvements
* Minor code cleanup
- Remove no longer used KF5IconThemes BuildRequires
-------------------------------------------------------------------
Sat Apr 17 17:13:51 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update URL.
-------------------------------------------------------------------
Thu Aug 27 16:47:54 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Spec cleanup
-------------------------------------------------------------------
Sun Apr 5 08:28:56 UTC 2020 - wbauer@tmo.at

View File

@ -1,7 +1,7 @@
#
# spec file for package rsibreak
#
# Copyright (c) 2020 SUSE LINUX LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,12 @@
%define base_ver 0.12
Name: rsibreak
Version: 0.12.13
Version: 0.12.14
Release: 0
Summary: Repetetive Strain Injury recovery and prevention assistance utility
License: GPL-2.0-or-later
Group: Productivity/Other
URL: https://userbase.kde.org/RSIBreak
URL: https://apps.kde.org/rsibreak
Source0: https://download.kde.org/stable/rsibreak/%{base_ver}/rsibreak-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: fdupes
@ -34,7 +34,6 @@ BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5IdleTime)
BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(KF5NotifyConfig)
@ -62,13 +61,13 @@ you to take a break now and then.
%build
%cmake_kf5 -d build
%make_jobs
%cmake_build
%install
%kf5_makeinstall -C build
%suse_update_desktop_file -G "RSI Prevention" org.kde.rsibreak Qt KDE TimeUtility
%find_lang %{name} --all-name
%kf5_find_htmldocs
%{kf5_find_htmldocs}
%fdupes -s %{buildroot}%{_kf5_sharedir}
%files lang -f %{name}.lang
@ -76,13 +75,13 @@ you to take a break now and then.
%files
%license COPYING COPYING.DOC
%doc AUTHORS ChangeLog NEWS
%{_kf5_configdir}/autostart/rsibreak_autostart.desktop
%{_kf5_dbusinterfacesdir}/org.rsibreak.rsiwidget.xml
%doc %{_kf5_htmldir}/en/
%{_kf5_applicationsdir}/org.kde.rsibreak.desktop
%{_kf5_appstreamdir}/org.kde.rsibreak.appdata.xml
%{_kf5_notifydir}/rsibreak.notifyrc
%{_kf5_bindir}/rsibreak
%{_kf5_configdir}/autostart/rsibreak_autostart.desktop
%{_kf5_dbusinterfacesdir}/org.rsibreak.rsiwidget.xml
%{_kf5_iconsdir}/hicolor/*/*/*
%doc %{_kf5_htmldir}/en/
%{_kf5_notifydir}/rsibreak.notifyrc
%changelog