Author: lisu Date: Fri May 21 08:53:19 2010 GMT Module: packages Tag: HEAD ---- Log message: - BR: xdg-utils - include generate-tarball.sh script to automate full free tarball generation
---- Files affected: packages/calibre: calibre.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: packages/calibre/calibre.spec diff -u packages/calibre/calibre.spec:1.12 packages/calibre/calibre.spec:1.13 --- packages/calibre/calibre.spec:1.12 Fri May 21 10:46:23 2010 +++ packages/calibre/calibre.spec Fri May 21 10:53:14 2010 @@ -3,19 +3,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 @@ -25,6 +14,7 @@ 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 @@ -43,6 +33,7 @@ BuildRequires: python-modules-sqlite BuildRequires: python-sip-devel BuildRequires: rpm-pythonprov +BuildRequires: xdg-utils Requires: python-PIL Requires: python-cssutils Requires: python-dateutil @@ -100,6 +91,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2010/05/21 08:53:14 lisu +- BR: xdg-utils +- include generate-tarball.sh script to automate full free tarball generation + Revision 1.12 2010/05/21 08:46:23 lisu - reverse, CFLAGS already passed by python macro ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/calibre/calibre.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
