Accepting request 606563 from home:alois:branches:devel:languages:misc
- Enable parallel build and tests OBS-URL: https://build.opensuse.org/request/show/606563 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/gnu-cobol?expand=0&rev=7
This commit is contained in:
parent
f4795cb7da
commit
47b9061909
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 12 05:05:29 UTC 2018 - aloisio@gmx.com
|
||||||
|
|
||||||
|
- Enable parallel build and tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 8 22:14:34 UTC 2018 - aloisio@gmx.com
|
Tue May 8 22:14:34 UTC 2018 - aloisio@gmx.com
|
||||||
|
|
||||||
|
@ -81,8 +81,7 @@ dos2unix ABOUT-NLS AUTHORS COPYING COPYING.DOC ChangeLog NEWS \
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--enable-static=no
|
--enable-static=no
|
||||||
# build is not parallel safe
|
make %{?_smp_mflags}
|
||||||
make -j1
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -91,7 +90,7 @@ rm %{buildroot}%{_libdir}/libcob.la
|
|||||||
%find_lang gnucobol
|
%find_lang gnucobol
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make check
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/gnucobol.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/gnucobol.info.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user