mirror of
https://abf.rosa.ru/djam/calibre.git
synced 2025-02-24 16:12:47 +00:00
Updated to 3.7.0
This commit is contained in:
parent
33866a555b
commit
e7509bb540
2 changed files with 9 additions and 5 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,3 +1,4 @@
|
|||
sources:
|
||||
calibre-3.6.0.tar.xz: 331ef0f2e9cbe6dda1f937f2c314bfe1e539cfaa
|
||||
calibre-3.7.0.tar.xz: 332505b2b18225b9241f82b9f25dcad65b280052
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
@ -258,4 +262,3 @@ sed -i -e 's:localization/locale.zip:%{_datadir}/%{name}/localization/locales.zi
|
|||
rm -f %{buildroot}%{_bindir}/%{name}-uninstall
|
||||
|
||||
install -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue