]> git.pld-linux.org Git - packages/calibre.git/blobdiff - calibre.spec
- 0.7.8
[packages/calibre.git] / calibre.spec
index 82d1506ebb3f3a5004d5369e3214d548971619b6..5e354e3528c6c61410b3983c21d35861cf1f7cc2 100644 (file)
@@ -1,4 +1,7 @@
 #
+# TODO: - xdg stuff (put desktops and icons in proper place)
+#      - calibre can be installed only when some locales files are already installed, try to fix it
+#
 # NOTE:
 # Upstream packages some unfree fonts which we cannot redistribute,
 # so when upgrading calibre we should download upstream tarball by hand from
 Summary:       E-book converter and library management
 Summary(pl.UTF-8):     Konwerter oraz biblioteka dla e-booków
 Name:          calibre
-Version:       0.6.53
+Version:       0.7.8
 Release:       0.1
 License:       GPL v3+
 Group:         Applications/Multimedia
 Source0:       %{name}-%{version}-nofonts.tar.bz2
-# Source0-md5: 7ed89159bbd97db0d2dcf850bb1dd867
+# Source0-md5: b6d0cf3afc2d6ef927028cd98e13604b
 Source1:       generate-tarball.sh
 Patch0:                %{name}-prefix.patch
 Patch1:                %{name}-manpages.patch
 Patch2:                %{name}-no-update.patch
 Patch3:                %{name}-env_module.patch
 Patch4:                %{name}-locales.patch
+Patch5:                %{name}-mounthelper.patch
 URL:           http://www.calibre-ebook.com/
 BuildRequires: ImageMagick-devel
 BuildRequires: chmlib-devel
+BuildRequires: pkgconfig
 BuildRequires: podofo-devel
 BuildRequires: poppler-Qt-devel
 BuildRequires: python-BeautifulSoup
@@ -35,9 +40,10 @@ BuildRequires:       python-mechanize
 BuildRequires: python-modules-sqlite
 BuildRequires: python-sip-devel
 BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(find_lang) >= 1.23
+BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: sed >= 4.0
 BuildRequires: xdg-utils
+Requires:      ImageMagick-coder-jpeg
 Requires:      python-PIL
 Requires:      python-cssutils
 Requires:      python-dateutil
@@ -80,6 +86,7 @@ swój własny serwer darmowych książek.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 %{__python} setup.py build
This page took 0.067297 seconds and 4 git commands to generate.