From 88a7e84d1f584d35cda579e7d758321df484497e Mon Sep 17 00:00:00 2001 From: Mamoru Tasaka Date: Fri, 10 Sep 2010 23:16:48 +0900 Subject: [PATCH] Fix parallel make issue --- gnome-commander.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnome-commander.spec b/gnome-commander.spec index cd790b2..795c3b3 100644 --- a/gnome-commander.spec +++ b/gnome-commander.spec @@ -26,7 +26,7 @@ %global use_autotool 0 %global update_po 0 %global if_pre 0 -%global main_release 1 +%global main_release 2 %global extratag git_%{git_pull_JST} %undefine extratag %global mimeedit_rev 1958 @@ -169,7 +169,9 @@ ln -sf ../configure # First make po without _smp_mflags, so that messages # won't be mixed up +# Second doc/, parallel make seems to fail %{__make} -C po GMSGFMT="msgfmt --statistics" +%{__make} -C doc %{__make} %{?_smp_mflags} -k popd # from _builddir @@ -236,6 +238,7 @@ desktop-file-install \ %changelog * Fri Sep 10 2010 Mamoru Tasaka - 3:1.2.8.8-1 - Update to 1.2.8.8 +- Fix parallel make issue * Thu Aug 19 2010 Rex Dieter - 3:1.2.8.7-1.1 - rebuild (poppler)