Takashi Iwai 2009-12-18 16:37:34 +00:00 committed by Git OBS Bridge
parent 44f5ee1d7a
commit b632e7066a
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 18 17:37:24 CET 2009 - tiwai@suse.de
- set AUTOMAKE_JOBS for parallel automake
-------------------------------------------------------------------
Fri Dec 18 17:20:34 CET 2009 - tiwai@suse.de

View File

@ -60,6 +60,7 @@ sed -i -e's/EXTRA_DIST= config.rpath /EXTRA_DIST=/' Makefile.am
%endif
%build
export AUTOMAKE_JOBS=%{?jobs:%jobs}
%if %suse_version < 1020
gettextize -f
%endif