2015-06-28 14:22:35 +03:00
|
|
|
Name: harbour-books
|
|
|
|
Summary: E-book reader
|
2018-02-04 13:14:26 +03:00
|
|
|
Version: 1.0.25
|
2015-06-28 14:22:35 +03:00
|
|
|
Release: 1
|
2016-07-27 23:29:03 +03:00
|
|
|
License: BSD
|
2015-06-28 14:22:35 +03:00
|
|
|
Group: Applications/File
|
|
|
|
URL: http://github.com/monich/harbour-books
|
|
|
|
Source0: %{name}-%{version}.tar.gz
|
|
|
|
|
|
|
|
Requires: sailfishsilica-qt5
|
2016-10-07 18:00:36 +03:00
|
|
|
Requires: qt5-qtsvg-plugin-imageformat-svg
|
2015-06-28 14:22:35 +03:00
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
BuildRequires: pkgconfig(sailfishapp)
|
|
|
|
BuildRequires: pkgconfig(Qt5Quick)
|
|
|
|
BuildRequires: pkgconfig(Qt5Core)
|
|
|
|
BuildRequires: pkgconfig(Qt5Svg)
|
|
|
|
BuildRequires: pkgconfig(Qt5Qml)
|
|
|
|
BuildRequires: pkgconfig(mlite5)
|
|
|
|
BuildRequires: pkgconfig(expat)
|
2016-08-30 12:01:21 +03:00
|
|
|
BuildRequires: pkgconfig(libudev)
|
2015-07-07 12:47:07 +03:00
|
|
|
BuildRequires: file-devel
|
2015-06-28 14:22:35 +03:00
|
|
|
BuildRequires: bzip2-devel
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: qt5-qttools-linguist
|
|
|
|
|
|
|
|
%{!?qtc_qmake5:%define qtc_qmake5 %qmake5}
|
|
|
|
%{!?qtc_make:%define qtc_make make}
|
|
|
|
%{?qtc_builddir:%define _builddir %qtc_builddir}
|
|
|
|
|
|
|
|
%description
|
|
|
|
FBReader-based e-book reader.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n %{name}-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%qtc_qmake5 harbour-books.pro
|
|
|
|
%qtc_make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
cd app
|
|
|
|
%qmake5_install
|
|
|
|
|
|
|
|
desktop-file-install --delete-original \
|
|
|
|
--dir %{buildroot}%{_datadir}/applications \
|
|
|
|
%{buildroot}%{_datadir}/applications/*.desktop
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_bindir}/%{name}
|
|
|
|
%{_datadir}/%{name}
|
|
|
|
%{_datadir}/applications/%{name}.desktop
|
2015-10-19 16:54:37 +03:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
2015-06-28 14:22:35 +03:00
|
|
|
|
2015-08-09 14:41:49 +03:00
|
|
|
%check
|
|
|
|
make -C test test
|
|
|
|
|
2015-06-28 14:22:35 +03:00
|
|
|
%changelog
|
2018-02-04 13:14:26 +03:00
|
|
|
* Sun Feb 4 2018 Slava Monich <slava.monich@jolla.com> 1.0.25
|
|
|
|
- Speed up book loading by caching page marks
|
|
|
|
- Added Dutch and Spanish translations
|
|
|
|
|
2018-01-20 14:52:39 +03:00
|
|
|
* Sat Jan 20 2018 Slava Monich <slava.monich@jolla.com> 1.0.24
|
|
|
|
- Haptic feedback when entering/leaving selection mode
|
|
|
|
- Added "Copied to clipboard" pop-up notification
|
|
|
|
- Corrected page stack behaviour
|
|
|
|
- Fixed FB2 footnotes
|
|
|
|
|
2017-09-07 23:49:56 +03:00
|
|
|
* Tue Sep 07 2017 Slava Monich <slava.monich@jolla.com> 1.0.23
|
|
|
|
- Copy text to clipboard on long press
|
|
|
|
- Added "Select all" function to the import view
|
|
|
|
- Fixed the behavior of the position stack
|
|
|
|
- Improved Swedish translations
|
|
|
|
|
2017-08-08 16:44:21 +03:00
|
|
|
* Tue Aug 08 2017 Slava Monich <slava.monich@jolla.com> 1.0.22
|
|
|
|
- Turn pages with volume keys
|
|
|
|
|
2017-08-03 21:52:58 +03:00
|
|
|
* Thu Aug 03 2017 Slava Monich <slava.monich@jolla.com> 1.0.21
|
|
|
|
- Implemented position stack (history)
|
|
|
|
|
2017-01-28 19:53:08 +03:00
|
|
|
* Sat Jan 28 2017 Slava Monich <slava.monich@jolla.com> 1.0.20
|
|
|
|
- Ignore images with display:none
|
|
|
|
|
2017-01-20 01:57:45 +03:00
|
|
|
* Fri Jan 20 2017 Slava Monich <slava.monich@jolla.com> 1.0.19
|
|
|
|
- Fixed a crash in CSS parser
|
|
|
|
|
2016-11-02 20:01:27 +03:00
|
|
|
* Wed Nov 02 2016 Slava Monich <slava.monich@jolla.com> 1.0.18
|
|
|
|
- Added support for footnotes in epub books
|
|
|
|
|
2016-10-24 10:40:29 +03:00
|
|
|
* Mon Oct 24 2016 Slava Monich <slava.monich@jolla.com> 1.0.17
|
|
|
|
- Updated Swedish translations
|
|
|
|
|
2016-10-23 20:19:16 +03:00
|
|
|
* Sun Oct 23 2016 Slava Monich <slava.monich@jolla.com> 1.0.16
|
|
|
|
- Made books folder on the memory card configurable
|
|
|
|
- Added support for internal hyperlinks
|
|
|
|
- Improved link detection (on long press)
|
|
|
|
|
2016-10-09 12:52:55 +03:00
|
|
|
* Sun Oct 09 2016 Slava Monich <slava.monich@jolla.com> 1.0.15
|
|
|
|
- Fixed the problem with wrong images popping up in zoom view
|
|
|
|
|
2016-10-08 23:38:08 +03:00
|
|
|
* Wed Oct 08 2016 Slava Monich <slava.monich@jolla.com> 1.0.14
|
|
|
|
- Improved image zoom transitions
|
|
|
|
|
2016-10-08 20:02:46 +03:00
|
|
|
* Wed Oct 08 2016 Slava Monich <slava.monich@jolla.com> 1.0.13
|
|
|
|
- Implemented long press actions (open links in brower, zoom images)
|
|
|
|
- Added settings page
|
|
|
|
|
2016-07-27 23:29:03 +03:00
|
|
|
* Wed Jul 28 2016 Slava Monich <slava.monich@jolla.com> 1.0.12
|
|
|
|
- Minor UI tweaks (wrapping of "No books" label)
|
|
|
|
- Fixed license in rpm spec
|
|
|
|
|
2016-07-27 12:44:12 +03:00
|
|
|
* Wed Jul 27 2016 Slava Monich <slava.monich@jolla.com> 1.0.11
|
|
|
|
- German translations
|
|
|
|
- Current folder is restored at startup
|
|
|
|
- Better support for devices with different screen DPI
|
|
|
|
|
2016-03-05 18:32:06 +03:00
|
|
|
* Sun Feb 21 2016 Slava Monich <slava.monich@jolla.com> 1.0.10
|
2016-02-21 18:38:34 +03:00
|
|
|
- Per-book text size
|
|
|
|
- Support for XML entities
|
|
|
|
- Fixed the problem with styleless XHTML
|
|
|
|
- Miscellaneous tweaks and UI improvements
|
|
|
|
|
2015-11-02 22:57:21 +03:00
|
|
|
* Mon Nov 2 2015 Slava Monich <slava.monich@jolla.com> 1.0.9
|
|
|
|
- Workaround for Qt crash
|
|
|
|
|
2015-10-21 14:03:05 +03:00
|
|
|
* Wed Oct 21 2015 Slava Monich <slava.monich@jolla.com> 1.0.8
|
|
|
|
- Fixed the cancel button problem
|
|
|
|
|
2015-10-15 16:30:01 +03:00
|
|
|
* Thu Oct 15 2015 Slava Monich <slava.monich@jolla.com> 1.0.7
|
|
|
|
- First official build for Jolla tablet
|
|
|
|
- Moved font controls from pulley menu to the toolbar
|
|
|
|
- Fixed a few EPUB rendering and decoding issues
|
|
|
|
- Made it easier to cancel book loading
|
|
|
|
- Plugged a few memory leaks
|
|
|
|
|
2015-08-09 14:55:53 +03:00
|
|
|
* Sun Aug 9 2015 Slava Monich <slava.monich@jolla.com> 1.0.6
|
|
|
|
- Improved rendering of EPUB books
|
|
|
|
- Fixed saving the shelf position for zipped books
|
|
|
|
|
2015-07-18 01:12:17 +03:00
|
|
|
* Sat Jul 18 2015 Slava Monich <slava.monich@jolla.com> 1.0.5
|
|
|
|
- Added support for zipped books
|
|
|
|
- Improved performance of scanning for new books
|
|
|
|
- Fixed a problem with some EPUBs being ignored
|
|
|
|
|
|
|
|
* Sun Jul 12 2015 Slava Monich <slava.monich@jolla.com> 1.0.4
|
|
|
|
- Implemented "night mode", switched by double-click
|
|
|
|
- Added left swipe hint
|
|
|
|
- Finnish and Swedish translations
|
|
|
|
- Fixed a bug with current page getting reset after rotation
|
|
|
|
|
|
|
|
* Tue Jul 7 2015 Slava Monich <slava.monich@jolla.com> 1.0.3
|
|
|
|
- Improved CSS support and XHTML formatting
|
|
|
|
|
|
|
|
* Mon Jul 6 2015 Slava Monich <slava.monich@jolla.com> 1.0.2
|
|
|
|
- Replaced Books with Documents/Books for internal storage
|
|
|
|
|
|
|
|
* Fri Jul 3 2015 Slava Monich <slava.monich@jolla.com> 1.0.1
|
|
|
|
- Improved recovery from infinite formatting loops
|
|
|
|
- Fixed one infinite formatting loop
|
|
|
|
|
|
|
|
* Sun Jun 28 2015 Slava Monich <slava.monich@jolla.com> 1.0.0
|
2015-06-28 14:22:35 +03:00
|
|
|
- Initial version
|