]> git.pld-linux.org Git - packages/calibre.git/blobdiff - calibre.spec
- reverse, CFLAGS already passed by python macro
[packages/calibre.git] / calibre.spec
index d86a21b4dc785983a939bd6337062f73e1f4015f..3098c36fcc36a24e633eaac4e00d9e9fb1fa40ee 100644 (file)
@@ -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}
 
This page took 0.0673 seconds and 4 git commands to generate.