diff --git a/libplist.spec b/libplist.spec index 6aee34c..8524552 100644 --- a/libplist.spec +++ b/libplist.spec @@ -43,7 +43,7 @@ Requires: python export CMAKE_PREFIX_PATH=/usr %{cmake} -DCMAKE_SKIP_RPATH:BOOL=ON . -make %{?_smp_mflags} +make V=1 %install export CMAKE_PREFIX_PATH=/usr @@ -75,7 +75,7 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog * Fri Mar 23 2012 Peter Robinson - 1.8-2 -- Fix RPATH issue with cmake +- Fix RPATH issue with cmake, disable parallel build as it causes other problems * Thu Jan 12 2012 Peter Robinson - 1.8-1 - 1.8 release