Accepting request 640786 from home:wolfi323:branches:KDE:Extra
- Update to 0.12.9: * Fixed some notifications not triggering (kde#396270) * Translation improvements * Minor internal refactoring - Mark license files with %license instead of %doc - Run spec-cleaner OBS-URL: https://build.opensuse.org/request/show/640786 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/rsibreak?expand=0&rev=10
This commit is contained in:
parent
38bb1affba
commit
d1af9750e3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48e4bfd934df54766a97a23af51a74cfaa5cf1b4c41da9e521fcffd465ebc9e2
|
||||
size 401368
|
3
rsibreak-0.12.9.tar.xz
Normal file
3
rsibreak-0.12.9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:badf32d66e961e99006da942b8026a7c7b648f09ccf1322157812028229b9798
|
||||
size 541368
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 9 09:28:31 UTC 2018 - wbauer@tmo.at
|
||||
|
||||
- Update to 0.12.9:
|
||||
* Fixed some notifications not triggering (kde#396270)
|
||||
* Translation improvements
|
||||
* Minor internal refactoring
|
||||
- Mark license files with %license instead of %doc
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 12 13:36:29 UTC 2018 - wbauer@tmo.at
|
||||
|
||||
|
@ -18,10 +18,10 @@
|
||||
|
||||
%define base_ver 0.12
|
||||
Name: rsibreak
|
||||
Version: 0.12.8
|
||||
Version: 0.12.9
|
||||
Release: 0
|
||||
Summary: Assists in the Recovery and Prevention of Repetitive Strain Injury
|
||||
License: GPL-2.0+
|
||||
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
|
||||
@ -40,6 +40,7 @@ BuildRequires: knotifyconfig-devel
|
||||
BuildRequires: ktextwidgets-devel
|
||||
BuildRequires: kwindowsystem-devel
|
||||
BuildRequires: kxmlgui-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.3.0
|
||||
BuildRequires: pkgconfig(Qt5DBus) >= 5.3.0
|
||||
@ -51,7 +52,6 @@ Obsoletes: %{name}-doc < %{version}
|
||||
# REMOVE AFTER Leap 42.1 is out of scope
|
||||
Provides: kde4-rsibreak = %{version}
|
||||
Obsoletes: kde4-rsibreak < %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Repetitive Strain Injury is an illness which can occur as a result of
|
||||
@ -71,21 +71,20 @@ you to take a break now and then.
|
||||
%kf5_makeinstall -C build
|
||||
%suse_update_desktop_file -G "RSI Prevention" rsibreak Qt KDE TimeUtility
|
||||
%find_lang %{name} --all-name
|
||||
%fdupes -s %{buildroot}%{_datadir}
|
||||
%fdupes -s %{buildroot}%{_kf5_sharedir}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%doc %{_kf5_htmldir}
|
||||
%exclude %{_kf5_htmldir}/en/
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS ChangeLog COPYING COPYING.DOC NEWS
|
||||
%{_sysconfdir}/xdg/autostart/rsibreak_autostart.desktop
|
||||
%{_datadir}/dbus-1/interfaces/org.rsibreak.rsiwidget.xml
|
||||
%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_notifydir}/rsibreak.notifyrc
|
||||
%{_kf5_bindir}/rsibreak
|
||||
|
Loading…
Reference in New Issue
Block a user