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