]> git.pld-linux.org Git - packages/calibre.git/commitdiff
- updated to 2.2.0
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 5 Sep 2014 21:50:42 +0000 (23:50 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 5 Sep 2014 21:50:42 +0000 (23:50 +0200)
calibre.spec
generate-tarball.sh [changed mode: 0644->0755]

index 3759b68647d8cec524ba02ed07415ed88da84b0c..a6cda71b9ed8e7a1cb40ee0d249bcb41a80ddbc0 100644 (file)
 Summary:       E-book converter and library management
 Summary(pl.UTF-8):     Konwerter oraz biblioteka dla e-booków
 Name:          calibre
-Version:       1.21.0
+Version:       2.2.0
 Release:       1
 License:       GPL v3+
 Group:         Applications/Multimedia
 Source0:       %{name}-%{version}-nofonts.tar.xz
-# Source0-md5: 46d1ecbd5d68e6d862e9c3c2e566c8cb
+# Source0-md5: 6aacdd853fe6884d1275603d8b48728c
 Source1:       generate-tarball.sh
 Source2:       %{name}-mount-helper
 Patch0:                %{name}-prefix.patch
old mode 100644 (file)
new mode 100755 (executable)
index a614c9a..3aeec00
@@ -3,7 +3,7 @@
 VERSION=$1
 
 tar -xvJf calibre-$VERSION.tar.xz
-rm -f calibre/resources/fonts/liberation/*
-rm -f calibre/resources/fonts/prs500/*
+rm -f calibre-$VERSION/resources/fonts/liberation/*
+rm -f calibre-$VERSION/resources/fonts/prs500/*
 
-tar -cvJf calibre-$VERSION-nofonts.tar.xz calibre
+tar -cvJf calibre-$VERSION-nofonts.tar.xz calibre-$VERSION
This page took 0.185087 seconds and 4 git commands to generate.