]> git.pld-linux.org Git - packages/calibre.git/commitdiff
- up to 2.33.0
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 2 Aug 2015 13:32:56 +0000 (15:32 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 2 Aug 2015 13:32:56 +0000 (15:32 +0200)
- use max compression in generate-tarball.sh

calibre.spec
generate-tarball.sh

index bb937aeda94202db0baba6d4470f6a6b6b4020a6..177a99dc5048993ee4edc7680419944eb51769f6 100644 (file)
 Summary:       E-book converter and library management
 Summary(pl.UTF-8):     Konwerter oraz biblioteka dla e-booków
 Name:          calibre
-Version:       2.31.0
+Version:       2.33.0
 Release:       1
 License:       GPL v3+
 Group:         Applications/Multimedia
 Source0:       %{name}-%{version}-nofonts.tar.xz
-# Source0-md5: b3a96168c3bcd97d5b9f3d5736fe3b64
+# Source0-md5: 102828023a9661d0767a5677f08fb66e
 Source1:       generate-tarball.sh
 Source2:       %{name}-mount-helper
 Patch0:                %{name}-prefix.patch
index 3aeec00a84a696eb946fe6a5be6531a6241b4aa5..3e4324d9675b67346f39a514625c55602c018623 100755 (executable)
@@ -6,4 +6,8 @@ tar -xvJf calibre-$VERSION.tar.xz
 rm -f calibre-$VERSION/resources/fonts/liberation/*
 rm -f calibre-$VERSION/resources/fonts/prs500/*
 
-tar -cvJf calibre-$VERSION-nofonts.tar.xz calibre-$VERSION
+tar -cf - calibre-$VERSION | xz -9vv >calibre-$VERSION-nofonts.tar.xz
+
+echo
+
+md5sum calibre-$VERSION-nofonts.tar.xz
This page took 0.038327 seconds and 4 git commands to generate.