revert 'build docs first'
This commit is contained in:
parent
eeecca6075
commit
20808dba5b
@ -456,10 +456,12 @@ test -x configure || chmod +x configure
|
|||||||
%{?use_gold_linker} \
|
%{?use_gold_linker} \
|
||||||
-no-directfb
|
-no-directfb
|
||||||
|
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%if 0%{?docs}
|
%if 0%{?docs}
|
||||||
# qdoc
|
# qdoc
|
||||||
make sub-src-qmake_all %{?_smp_mflags}
|
#make sub-src-qmake_all %{?_smp_mflags}
|
||||||
make sub-qdoc %{?_smp_mflags} -C src
|
#make sub-qdoc %{?_smp_mflags} -C src
|
||||||
# wierd but necessary, to force regeration to use just-built qdoc
|
# wierd but necessary, to force regeration to use just-built qdoc
|
||||||
#rm -fv src/corelib/Makefile
|
#rm -fv src/corelib/Makefile
|
||||||
# HACK to avoid multilib conflicts in noarch content
|
# HACK to avoid multilib conflicts in noarch content
|
||||||
@ -476,8 +478,6 @@ make docs %{?_smp_mflags} -k || \
|
|||||||
)
|
)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install INSTALL_ROOT=%{buildroot}
|
make install INSTALL_ROOT=%{buildroot}
|
||||||
@ -926,7 +926,7 @@ fi
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jul 15 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-8
|
* Wed Jul 15 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-8
|
||||||
- %%build: build docs first, hack around 'make docs' failures (on f22+)
|
- %%build: hack around 'make docs' failures (on f22+)
|
||||||
|
|
||||||
* Wed Jul 15 2015 Jan Grulich <jgrulich@redhat.com> 5.5.0-7
|
* Wed Jul 15 2015 Jan Grulich <jgrulich@redhat.com> 5.5.0-7
|
||||||
- restore previously dropped patches
|
- restore previously dropped patches
|
||||||
|
Loading…
Reference in New Issue
Block a user