Name: antirsi
Summary: Reminds you to take regular breaks
Version: 1.9.2
Release: 1
License: GPL
Group: Applications/Productivity
URL: http://tech.inhelsinki.nl/antirsi/
Description: AntiRSI is a program (originally for Mac OS X) that helps prevent RSI
(repetitive strain injury) and other computer related stress. It does so by
forcing you to take regular breaks, yet without getting in the way. It also
detects natural breaks so it won't force too many breaks on you.
Note: this version is a preview release of AntiRSI for Gnome.
The build could not start because the following file is missing: antirsi-1.9.2.tar.gz
The build could not start because the following file is missing: antirsi-1.9.2.tar.gz
The spec file used by the build system currently has the following contents:
# $Id$
# Authority: shuff
# Upstream: Onne Gorter <o.gorter$gmail,com>
Summary: Reminds you to take regular breaks
Name: antirsi
Version: 1.9.2
Release: 1%{?dist}
License: GPL
Group: Applications/Productivity
URL: http://tech.inhelsinki.nl/antirsi/
Source: http://tech.inhelsinki.nl/2006-07-08/antirsi-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: binutils
BuildRequires: gcc
BuildRequires: gtk2-devel
BuildRequires: libXScrnSaver-devel
BuildRequires: make
BuildRequires: rpm-macros-rpmforge
%description
AntiRSI is a program (originally for Mac OS X) that helps prevent RSI
(repetitive strain injury) and other computer related stress. It does so by
forcing you to take regular breaks, yet without getting in the way. It also
detects natural breaks so it won't force too many breaks on you.
Note: this version is a preview release of AntiRSI for Gnome.
%prep
%setup
%build
%{__make} %{?_smp_mflags}
%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 gnome/antirsi-gnome %{buildroot}%{_bindir}/antirsi
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-, root, root, 0755)
%doc AUTHORS COPYING
%{_bindir}/antirsi
%changelog
* Thu Sep 30 2010 Steve Huff <shuff@vecna.org> - 1.9.2-1
- Initial package.