]> git.pld-linux.org Git - packages/calibre.git/commitdiff
- BR: xdg-utils
authorlisu <lisu@pld-linux.org>
Fri, 21 May 2010 08:53:14 +0000 (08:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- include generate-tarball.sh script to automate full free tarball generation

Changed files:
    calibre.spec -> 1.13

calibre.spec

index 3098c36fcc36a24e633eaac4e00d9e9fb1fa40ee..487f201d6ac7078e4fb23f25cd380c8c2308bed3 100644 (file)
@@ -2,19 +2,8 @@
 # NOTE:
 # Upstream packages some unfree fonts which we cannot redistribute,
 # so when upgrading calibre we should download upstream tarball by hand from
-# http://downloads.sourceforge.net/calibre and run below script in order
-# to remove them:
-#
-# #!/bin/sh
-#
-# VERSION=$1
-#
-# rm -rf calibre
-# tar -xvzf calibre-$VERSION.tar.gz
-# rm -f calibre/resources/fonts/liberation/*
-# rm -f calibre/resources/fonts/prs500/*
-#
-# tar -cvjf calibre-$VERSION-nofonts.tar.bz2 calibre
+# http://downloads.sourceforge.net/calibre and run generate-tarball.sh script
+# included as SourceX.
 #
 Summary:       E-book converter and library management
 Name:          calibre
@@ -24,6 +13,7 @@ License:      GPL v3+
 Group:         Applications/Multimedia
 Source0:       %{name}-%{version}-nofonts.tar.bz2
 # Source0-md5: 7ed89159bbd97db0d2dcf850bb1dd867
+Source1:       generate-tarball.sh
 Patch0:                %{name}-prefix.patch
 Patch1:                %{name}-manpages.patch
 Patch2:                %{name}-no-update.patch
@@ -42,6 +32,7 @@ BuildRequires:        python-mechanize
 BuildRequires: python-modules-sqlite
 BuildRequires: python-sip-devel
 BuildRequires: rpm-pythonprov
+BuildRequires: xdg-utils
 Requires:      python-PIL
 Requires:      python-cssutils
 Requires:      python-dateutil
This page took 0.206507 seconds and 4 git commands to generate.