]> git.pld-linux.org Git - packages/calibre.git/commitdiff
- reverse, CFLAGS already passed by python macro
authorlisu <lisu@pld-linux.org>
Fri, 21 May 2010 08:46:23 +0000 (08:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    calibre.spec -> 1.12

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.07598 seconds and 4 git commands to generate.