]> git.pld-linux.org Git - packages/calibre.git/blobdiff - calibre.spec
- 0.8.39
[packages/calibre.git] / calibre.spec
index ac6ce6a097ee7638b41c9910b9c06144c5b4c4bb..d6f22fceca072c927f0197accee6ff68381603e2 100644 (file)
@@ -1,6 +1,8 @@
 #
 # TODO: - xdg stuff (put desktops and icons in proper place)
 #      - rewrite generate-tarball.sh script to provide locales.zip handling (if needed)
+#      - make separate server package with init-scripts, etc...
+#      - -locales.patch needs love
 #
 # NOTE:
 # Upstream packages some unfree fonts which we cannot redistribute,
 Summary:       E-book converter and library management
 Summary(pl.UTF-8):     Konwerter oraz biblioteka dla e-booków
 Name:          calibre
-Version:       0.8.18
+Version:       0.8.39
 Release:       1
 License:       GPL v3+
 Group:         Applications/Multimedia
 Source0:       %{name}-%{version}-nofonts.tar.xz
-# Source0-md5: 05db52c60e59b299453ef0ab8abe937a
+# Source0-md5: 584549a7d76004131aeb36ec7d62439e
 Source1:       generate-tarball.sh
 Source2:       %{name}-mount-helper
 Patch0:                %{name}-prefix.patch
@@ -53,6 +55,7 @@ BuildRequires:        xdg-utils
 BuildRequires: xz >= 1:4.999.7
 Requires:      python-BeautifulSoup
 Requires:      python-PIL
+Requires:      python-PyQt4
 Requires:      python-cssutils
 Requires:      python-dateutil
 Requires:      python-lxml
@@ -60,6 +63,8 @@ Requires:     python-mechanize
 Requires:      python-modules-sqlite
 Suggests:      ImageMagick-coder-jpeg
 Suggests:      ImageMagick-coder-png
+### FIXME: libunrar.so is needed for rar-packed files
+Suggests:      libunrar-devel
 Suggests:      poppler-progs
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -122,7 +127,7 @@ chmod 755 resources/localization/locales/*
 rm -f resources/localization/locales.zip
 
 %build
-CC=%{__cc} \
+CC="%{__cc}" \
 CXX=%{__cxx} \
 OVERRIDE_CFLAGS="%{rpmcflags}" \
 OVERRIDE_LDFLAGS="%{rpmldflags}" \
This page took 0.049343 seconds and 4 git commands to generate.