]> git.pld-linux.org Git - packages/calibre.git/blobdiff - calibre.spec
- 0.7.8
[packages/calibre.git] / calibre.spec
index 6fc39e638a22cc466dff2a91783d43a98a3d47cf..5e354e3528c6c61410b3983c21d35861cf1f7cc2 100644 (file)
@@ -1,5 +1,6 @@
 #
 # 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,
 Summary:       E-book converter and library management
 Summary(pl.UTF-8):     Konwerter oraz biblioteka dla e-booków
 Name:          calibre
-Version:       0.7.2
+Version:       0.7.8
 Release:       0.1
 License:       GPL v3+
 Group:         Applications/Multimedia
 Source0:       %{name}-%{version}-nofonts.tar.bz2
-# Source0-md5: af8d4d574cb452952c0360bc9eb6c238
+# Source0-md5: b6d0cf3afc2d6ef927028cd98e13604b
 Source1:       generate-tarball.sh
 Patch0:                %{name}-prefix.patch
 Patch1:                %{name}-manpages.patch
@@ -42,6 +43,7 @@ BuildRequires:        rpm-pythonprov
 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
@@ -94,8 +96,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__python} setup.py install \
        --root=$RPM_BUILD_ROOT \
-       --libdir="%{_libdir}" \
-       XDG_UTILS_INSTALL_MODE="system"
+       --libdir="%{_libdir}"
 
 # move manpages and locales to proper place
 mv $RPM_BUILD_ROOT%{_datadir}/%{name}/man $RPM_BUILD_ROOT%{_mandir}
This page took 0.067716 seconds and 4 git commands to generate.