97 lines
2.9 KiB
RPMSpec
97 lines
2.9 KiB
RPMSpec
|
#
|
||
|
# spec file for package rsibreak (Version 0.8.0)
|
||
|
#
|
||
|
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||
|
# This file and all modifications and additions to the pristine
|
||
|
# package are under the same license as the package itself.
|
||
|
#
|
||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||
|
#
|
||
|
|
||
|
# norootforbuild
|
||
|
|
||
|
Name: rsibreak
|
||
|
URL: http://www.rsibreak.org
|
||
|
BuildRequires: kdelibs3-devel
|
||
|
License: GPL
|
||
|
Group: Productivity/Other
|
||
|
Summary: Assists in the Recovery and Prevention of Repetitive Strain Injury
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||
|
Version: 0.8.0
|
||
|
Release: 1
|
||
|
Source: Rsibreak-%{version}.tar.bz2
|
||
|
|
||
|
%description
|
||
|
Repetitive Strain Injury is an illness which can occur as a result of
|
||
|
working with a mouse and keyboard. This utility can be used to remind
|
||
|
you to take a break now and then.
|
||
|
|
||
|
|
||
|
|
||
|
Authors:
|
||
|
--------
|
||
|
Tom Albers <tomalbers@kde.nl>
|
||
|
Bram Schoenmakers <bramschoenmakers@kde.nl>
|
||
|
|
||
|
%prep
|
||
|
%setup -q -n %name-%version
|
||
|
. /etc/opt/kde3/common_options
|
||
|
update_admin
|
||
|
|
||
|
%build
|
||
|
. /etc/opt/kde3/common_options
|
||
|
./configure $configkde --disable-final
|
||
|
make %{?jobs:-j%jobs}
|
||
|
|
||
|
%install
|
||
|
. /etc/opt/kde3/common_options
|
||
|
make DESTDIR=$RPM_BUILD_ROOT $INSTALL_TARGET
|
||
|
%if %suse_version < 1010
|
||
|
%suse_update_desktop_file %name TimeUtility
|
||
|
%else
|
||
|
%suse_update_desktop_file -G "RSI Prevention" %name TimeUtility
|
||
|
%endif
|
||
|
%find_lang %name
|
||
|
|
||
|
%files -f %name.lang
|
||
|
%defattr(-,root,root)
|
||
|
/opt/kde3/bin/rsibreak
|
||
|
/opt/kde3/share/apps/rsibreak
|
||
|
/opt/kde3/share/applications/kde/rsibreak.desktop
|
||
|
/opt/kde3/share/autostart/rsibreak.desktop
|
||
|
/opt/kde3/share/icons/*/*/*/rsibreak*
|
||
|
%dir /opt/kde3/share/doc/HTML/en/rsibreak-%version-apidocs
|
||
|
|
||
|
%changelog -n rsibreak
|
||
|
* Sun Oct 15 2006 - stbinner@suse.de
|
||
|
- Update to version 0.8
|
||
|
* Replaced DCOP dialog with a more flexible and standardized
|
||
|
interface to attach events to breaks
|
||
|
* Show where RSIBreak is located in the tray when started a
|
||
|
second time.
|
||
|
* RSIBreak now has a manual.
|
||
|
* Option to only reset timers when idle for the duration of a
|
||
|
long break.
|
||
|
* Skip button in relax popup
|
||
|
* Xinerama fixes
|
||
|
Images smaller than 1/3 of the screen will not be used for
|
||
|
the slideshow
|
||
|
* Some tiny optimizations and bugfixes
|
||
|
* Tue Jun 20 2006 - stbinner@suse.de
|
||
|
- Update to version 0.7.1
|
||
|
* New icons from Lee Olson.
|
||
|
* Usability review from Tina Trillitzsch.
|
||
|
* Two new DCOP calls: doTinyBreak and doBigBreak.
|
||
|
* New statistics: percentage of activity during the last minute,
|
||
|
last hour and last 6 hours.
|
||
|
* Inform the user when the next break will be a big break.
|
||
|
* Ability to make DCOP calls to the start and end of breaks.
|
||
|
* Possibility to use KDCOP to set that up.
|
||
|
* Possibility to break at fixed times.
|
||
|
* Tue May 30 2006 - adrian@suse.de
|
||
|
- fix build for < 10.1
|
||
|
* Tue Apr 11 2006 - stbinner@suse.de
|
||
|
- Update to version 0.6
|
||
|
* Wed Apr 05 2006 - stbinner@suse.de
|
||
|
- Initial package (version 0.6 rc1)
|