Fix parallel make issue

i9cf
Mamoru Tasaka 14 years ago
parent ee7cc8f167
commit 88a7e84d1f

@ -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 <mtasaka@ioa.s.u-tokyo.ac.jp> - 3:1.2.8.8-1
- Update to 1.2.8.8
- Fix parallel make issue
* Thu Aug 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 3:1.2.8.7-1.1
- rebuild (poppler)

Loading…
Cancel
Save