From 73a1f5edf2fcf209f78b74d787b84613d8d9265d Mon Sep 17 00:00:00 2001 From: lisu Date: Fri, 21 May 2010 09:22:13 +0000 Subject: [PATCH] - don't try to install init_calibre.py (avoid warnings) Changed files: calibre.spec -> 1.14 --- calibre.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/calibre.spec b/calibre.spec index 487f201..80a4e49 100644 --- a/calibre.spec +++ b/calibre.spec @@ -17,6 +17,7 @@ Source1: generate-tarball.sh Patch0: %{name}-prefix.patch Patch1: %{name}-manpages.patch Patch2: %{name}-no-update.patch +Patch3: %{name}-env_module.patch URL: http://www.calibre-ebook.com/ BuildRequires: ImageMagick-devel BuildRequires: chmlib-devel @@ -60,6 +61,7 @@ CBR, CBZ, RTF, TXT, PDF and LRS. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build %{__python} setup.py build -- 2.44.0