[sword/f20: 5/5] Upstream update.

Greg Hellings greghellings at fedoraproject.org
Tue Aug 26 03:26:06 UTC 2014


commit b2b9585f990556e71eace203cc7cc4fb93939e3d
Author: Greg Hellings <greg.hellings at gmail.com>
Date:   Mon Aug 25 22:25:27 2014 -0500

    Upstream update.

 sword.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sword.spec b/sword.spec
index 424a33a..4686d72 100644
--- a/sword.spec
+++ b/sword.spec
@@ -41,10 +41,10 @@ developing applications that use %{name}.
 %configure --disable-static --with-icu --with-clucene=%{_prefix}
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-%make_build
+make %{?_smp_mflags}
 
 %install
-%make_install
+make install DESTDIR=%{buildroot}
 mkdir -p %{buildroot}%{_datadir}/sword/modules
 
 find %{buildroot} -type f -name "*.la" -delete -print


More information about the scm-commits mailing list