a259d7e
Name: sugar-read
fe6c412
Version: 88
fe6c412
Release: 1%{?dist}
a259d7e
Summary: A document reader for Sugar
a259d7e
Group: Sugar/Activities
a259d7e
License: GPLv2+
a259d7e
URL: http://wiki.laptop.org/go/Read
fe6c412
Source0: http://download.sugarlabs.org/sources/sucrose/fructose/Read/Read-%{version}.tar.bz2
fe6c412
BuildArch: noarch
a259d7e
a259d7e
BuildRequires: python
a259d7e
BuildRequires: sugar-toolkit
0d60cdc
BuildRequires: gettext
0d60cdc
a259d7e
Requires: gnome-python2-evince
0d60cdc
Requires: pywebkitgtk
0d60cdc
Requires: python-lxml
0d60cdc
Requires: python-BeautifulSoup
a259d7e
a259d7e
a259d7e
%description
a259d7e
The Read activity allows the laptop to act as a book reader. It has a
a259d7e
simple interface, and will view many kinds of text and image-based book-
a259d7e
like materials. It will have particular strengths in handheld mode, with
a259d7e
extremely low power consumption and simple navigation controls.
a259d7e
a259d7e
Read can read PDF files, single-page TIFF files, and also read DJVU files.
a259d7e
a259d7e
%prep
5074408
%setup -q -n Read-%{version}
a259d7e
a259d7e
%build
a259d7e
python ./setup.py build
a259d7e
a259d7e
%install
a259d7e
mkdir -p $RPM_BUILD_ROOT%{sugaractivitydir}
a259d7e
./setup.py install --prefix=$RPM_BUILD_ROOT/%{_prefix}
a259d7e
a259d7e
%find_lang org.laptop.sugar.ReadActivity
a259d7e
a259d7e
%files -f org.laptop.sugar.ReadActivity.lang
a259d7e
%defattr(-,root,root,-)
a259d7e
%doc COPYING AUTHORS
a259d7e
%{sugaractivitydir}/Read.activity/
a259d7e
a259d7e
a259d7e
%changelog
fe6c412
* Tue Apr  5 2011 Peter Robinson <pbrobinson@gmail.com> - 88-1
fe6c412
- New 88 release
fe6c412
c5260bb
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 79-4
c5260bb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c5260bb
e77d484
* Sat Jan 29 2011 Peter Robinson <pbrobinson@gmail.com> - 29-3
e77d484
- Bump build
e77d484
3b7eefb
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 79-2
3b7eefb
- recompiling .py files against Python 2.7 (rhbz#623384)
3b7eefb
27221b7
* Wed Jul 21 2010 Sebastian Dziallas <sebastian@when.com> - 79-1
27221b7
- New upstream release fixing issues on F13
27221b7
f134594
* Wed Dec 23 2009 Sebastian Dziallas <sebastian@when.com> - 78-1
f134594
- New upstream release
f134594
dc1f82c
* Sun Oct 11 2009 Sebastian Dziallas <sebastian@when.com> - 76-1
dc1f82c
- Fix pagination for IA Epubs
dc1f82c
- Updated Vietnamese translations
dc1f82c
a7bd87b
* Sun Sep 27 2009 Sebastian Dziallas <sebastian@when.com> - 75-1
a7bd87b
- Fix search in Epub files (dslo #1319)
a7bd87b
- Updated translations for German, Mongolian and Portuguese
a7bd87b
0d60cdc
* Sat Sep 12 2009 Simon Schampijer <simon@schampijer.de> - 73-1
0d60cdc
- New toolbars
0d60cdc
- Support for Epub files
0d60cdc
- Support for notes associated with bookmarks
0d60cdc
- Show a information bar in fullscreen mode, with pagecount and battery information
0d60cdc
c3735ee
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 66-2
c3735ee
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c3735ee
d0aeeea
* Mon Apr 06 2009 Simon Schampijer <simon@schampijer.de> - 66-1
d0aeeea
- Support evince binding w/o document_links support #703
d0aeeea
- Update translations
d0aeeea
a259d7e
* Fri Mar 06 2009 Simon Schampijer <simon@schampijer.de> - 65-2
a259d7e
- make dependency only on gnome-python2-evince to not drag in 
a259d7e
  all gnome-python
a259d7e
a259d7e
* Wed Mar 04 2009 Simon Schampijer <simon@schampijer.de> - 65-1
a259d7e
- Initial packaging