From 5c163f25872655182833d1bb3dcc1c28ff2ac84e Mon Sep 17 00:00:00 2001 From: lisu Date: Fri, 21 May 2010 08:46:23 +0000 Subject: [PATCH] - reverse, CFLAGS already passed by python macro Changed files: calibre.spec -> 1.12 --- calibre.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/calibre.spec b/calibre.spec index d86a21b..3098c36 100644 --- a/calibre.spec +++ b/calibre.spec @@ -71,15 +71,14 @@ CBR, CBZ, RTF, TXT, PDF and LRS. %patch2 -p1 %build -%{__python} setup.py build \ - OVERRIDE_CFLAGS="%{rpmcxxflags}" +%{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install \ --root=$RPM_BUILD_ROOT \ - --libdir=%{_libdir} + --libdir="%{_libdir}" mv $RPM_BUILD_ROOT%{_datadir}/%{name}/man $RPM_BUILD_ROOT%{_mandir} -- 2.44.0