5a644f5
Name:           sugar-log
a5ab068
Version:        23
2c37cb5
Release:        2%{?dist}
5a644f5
Summary:        Log activity for Sugar
5a644f5
5a644f5
Group:          Sugar/Activities
5a644f5
License:        GPLv2+
5a644f5
URL:            http://wiki.laptop.org/go/Log
5a644f5
Source0:        http://download.sugarlabs.org/sources/sucrose/fructose/Log/Log-%{version}.tar.bz2
5a644f5
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
5a644f5
BuildArch:      noarch
5a644f5
5a644f5
BuildRequires:  python 
5a644f5
BuildRequires:  sugar-toolkit
2c37cb5
BuildRequires:  gettext
5a644f5
11e9dff
Requires:       sugar
16f6fbb
16f6fbb
%description
16f6fbb
Log is an activity for developers to examine the log files that are 
16f6fbb
generated by system software and other activities. 
16f6fbb
5a644f5
16f6fbb
%prep
16f6fbb
%setup -q -n Log-%{version}
16f6fbb
5a644f5
16f6fbb
%build
5a644f5
python setup.py build
16f6fbb
16f6fbb
5a644f5
%install
5a644f5
rm -rf %{buildroot}
5a644f5
python setup.py install --prefix=%{buildroot}/%{_prefix}
16f6fbb
%find_lang org.laptop.Log
16f6fbb
5a644f5
16f6fbb
%clean
5a644f5
rm -rf %{buildroot}
16f6fbb
16f6fbb
16f6fbb
%files -f org.laptop.Log.lang
16f6fbb
%defattr(-,root,root,-)
16f6fbb
%doc NEWS COPYING
16f6fbb
%{sugaractivitydir}/Log.activity/
16f6fbb
16f6fbb
16f6fbb
%changelog
2c37cb5
* Fri Sep 11 2009 Schampijer <simon@schampijer.de> - 23-2
2c37cb5
* add gettext build requirement
2c37cb5
a5ab068
* Fri Sep 11 2009 Simon Schampijer <simon@schampijer.de> - 23-1
a5ab068
- Fix Tamil translation
a5ab068
0df94f4
* Fri Sep 11 2009 Simon Schampijer <simon@schampijer.de> - 22-1
0df94f4
- Toolbar redesign
0df94f4
11e9dff
* Tue Aug 04 2009 Fabian Affolter <fabian@bernewireless.net> - 19-2
11e9dff
- Added missing requirement
11e9dff
5a644f5
* Tue Aug 04 2009 Fabian Affolter <fabian@bernewireless.net> - 19-1
5a644f5
- Minor spec file modifications
5a644f5
- Changed source0, sugarlabs
5a644f5
- Updated to new upstream version 19
5a644f5
b3e5510
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 18-2
b3e5510
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b3e5510
bf92200
* Sat Apr 04 2009 Steven M. Parrish <tuxbrewr@fedoraproject.org> 18-1
bf92200
- New upstream release
bf92200
75e5f6e
* Tue Mar 03 2009 Simon Schampijer <simon@schampijer.de> - 17-1
75e5f6e
- Rebuild for 0.84
75e5f6e
ca0d9c7
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 16-3
ca0d9c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ca0d9c7
9e99cb8
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 16-2
9e99cb8
- Rebuild for Python 2.6
9e99cb8
16f6fbb
* Sat Sep 13 2008 Simon Schampijer <simon@laptop.org> - 16-1
16f6fbb
- cleanup upstream in respect to review comments 
16f6fbb
16f6fbb
* Fri Sep 12 2008 Simon Schampijer <simon@laptop.org> - 15-1
16f6fbb
- containing licensing information in the activity.info
16f6fbb
- remove pseudo.po in bundlebuilder
16f6fbb
16f6fbb
* Tue Sep 9 2008 Simon Schampijer <simon@laptop.org> - 14-1
16f6fbb
- Initial packaging