forked from pool/rsibreak
Accepting request 711031 from KDE:Extra
OBS-URL: https://build.opensuse.org/request/show/711031 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsibreak?expand=0&rev=35
This commit is contained in:
commit
dd750b871e
3
rsibreak-0.12.10.tar.xz
Normal file
3
rsibreak-0.12.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93f790e107c9ec98c6a5f45f89b318a0b72c906c69828f2f91094b859510cc51
|
||||
size 546044
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:badf32d66e961e99006da942b8026a7c7b648f09ccf1322157812028229b9798
|
||||
size 541368
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 07:44:13 UTC 2019 - wbauer@tmo.at
|
||||
|
||||
- Update to 0.12.10:
|
||||
* Added appdata file
|
||||
* Translation improvements
|
||||
* Minor internal refactoring
|
||||
- Use %kf5_find_htmldocs macro to generate the translated docs
|
||||
filelist
|
||||
- Remove ldconfig calls in %post/%postun, the package doesn't
|
||||
install shared libraries
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 9 09:28:31 UTC 2018 - wbauer@tmo.at
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rsibreak
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,19 +12,19 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define base_ver 0.12
|
||||
Name: rsibreak
|
||||
Version: 0.12.9
|
||||
Version: 0.12.10
|
||||
Release: 0
|
||||
Summary: Assists in the Recovery and Prevention of Repetitive Strain Injury
|
||||
License: GPL-2.0-or-later
|
||||
Group: Productivity/Other
|
||||
Url: https://userbase.kde.org/RSIBreak
|
||||
Source0: http://download.kde.org/stable/rsibreak/%{base_ver}/rsibreak-%{version}.tar.xz
|
||||
URL: https://userbase.kde.org/RSIBreak
|
||||
Source0: https://download.kde.org/stable/rsibreak/%{base_ver}/rsibreak-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kconfig-devel
|
||||
@ -69,23 +69,20 @@ you to take a break now and then.
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%suse_update_desktop_file -G "RSI Prevention" rsibreak Qt KDE TimeUtility
|
||||
%suse_update_desktop_file -G "RSI Prevention" org.kde.rsibreak Qt KDE TimeUtility
|
||||
%find_lang %{name} --all-name
|
||||
%kf5_find_htmldocs
|
||||
%fdupes -s %{buildroot}%{_kf5_sharedir}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%doc %{_kf5_htmldir}
|
||||
%exclude %{_kf5_htmldir}/en/
|
||||
|
||||
%files
|
||||
%license COPYING COPYING.DOC
|
||||
%doc AUTHORS ChangeLog NEWS
|
||||
%{_kf5_configdir}/autostart/rsibreak_autostart.desktop
|
||||
%{_kf5_dbusinterfacesdir}/org.rsibreak.rsiwidget.xml
|
||||
%{_kf5_applicationsdir}/rsibreak.desktop
|
||||
%{_kf5_applicationsdir}/org.kde.rsibreak.desktop
|
||||
%{_kf5_appstreamdir}/org.kde.rsibreak.appdata.xml
|
||||
%{_kf5_notifydir}/rsibreak.notifyrc
|
||||
%{_kf5_bindir}/rsibreak
|
||||
%{_kf5_iconsdir}/hicolor/*/*/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user