From e7509bb540eccc03f2b4ef841c9c39a3c1d23cd7 Mon Sep 17 00:00:00 2001 From: Vladimir Sharonin Date: Mon, 28 Aug 2017 13:31:08 +0300 Subject: [PATCH] Updated to 3.7.0 --- .abf.yml | 3 ++- calibre.spec | 11 +++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.abf.yml b/.abf.yml index d71f13b..eef4f67 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,3 +1,4 @@ sources: - calibre-3.6.0.tar.xz: 331ef0f2e9cbe6dda1f937f2c314bfe1e539cfaa + calibre-3.7.0.tar.xz: 332505b2b18225b9241f82b9f25dcad65b280052 + diff --git a/calibre.spec b/calibre.spec index 44ed613..5df8932 100644 --- a/calibre.spec +++ b/calibre.spec @@ -1,11 +1,11 @@ Summary: E-book converter and library management Name: calibre -Version: 3.6.0 +Version: 3.7.0 Release: 1 License: GPLv3+ Group: Office Url: http://calibre-ebook.com/ -Source0: %{name}-%{version}.tar.xz +Source0: https://download.calibre-ebook.com/%{version}/%{name}-%{version}.tar.xz Source2: calibre-mount-helper Patch0: calibre-2.75.1-linkage.patch Patch1: calibre-no-update.patch @@ -42,6 +42,10 @@ BuildRequires: pkgconfig(poppler-glib) BuildRequires: pkgconfig(poppler-qt5) BuildRequires: pkgconfig(python) BuildRequires: pkgconfig(sqlite3) +BuildRequires: pythonegg(chardet) +BuildRequires: pythonegg(lxml) +BuildRequires: pkgconfig(Qt5Gui) +BuildRequires: pkgconfig(cairo) Requires: imagemagick Requires: python-apsw Requires: python-beautifulsoup @@ -257,5 +261,4 @@ sed -i -e 's:localization/locale.zip:%{_datadir}/%{name}/localization/locales.zi rm -f %{buildroot}%{_bindir}/%{name}-uninstall -install -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/ - +install -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/ \ No newline at end of file