Blob Blame History Raw
%define date 20090126

Name:           sugar-stopwatch
Version:        0
Release:        0.3.%{date}%{?dist}
Summary:        Simple stopwatch for Sugar

Group:          Sugar/Activities
License:        GPLv3+
URL:            http://wiki.laptop.org/go/Stopwatch
Source0:        Stopwatch-%{version}.%{date}.tar.bz2
Source1:        sugar-stopwatch-checkout.sh
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{_id_u} -n)

BuildRequires:  python
BuildRequires:  sugar-toolkit
Requires:       sugar
BuildArch:      noarch

%description
This activity provides multiple stopwatches to time events with. Provide a 
useful timer for races, velocity measurements, etc.  Be accessible to 
innumerate users. Help develop numeracy. Sharing of stopwatch sets, which 
anyone can manipulate. 

%prep
%setup -q -n Stopwatch-%{version}.%{date}


%build
python ./setup.py build


%install
rm -rf  %{buildroot}
python ./setup.py install --prefix=%{buildroot}/%{_prefix}


%clean
rm -rf  %{buildroot}


%files
%defattr(-,root,root,-)
#%doc AUTHORS COPYING NEWS
%{sugaractivitydir}/StopWatch.activity/


%changelog
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0-0.3.20090126
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Sat Feb 07 2009 Fabian Affolter <fabian@bernewireless.net> - 0-0.2.20090126
- Fixed version and release

* Mon Jan 26 2009 Fabian Affolter <fabian@bernewireless.net> - 20090126-1
- Initial package for Fedora