included missng include_normal_build clausules
around normal staticlibs and devel subpkg
This commit is contained in:
parent
d240da593d
commit
d2784d4c00
@ -1552,19 +1552,23 @@ done
|
|||||||
# placeholder
|
# placeholder
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{include_normal_build}
|
||||||
%files devel
|
%files devel
|
||||||
%{_jvmdir}/%{jdkportablearchive -- %%{nil}}
|
%{_jvmdir}/%{jdkportablearchive -- %%{nil}}
|
||||||
#%{_jvmdir}/%{jdkportablearchive -- .debuginfo}
|
#%{_jvmdir}/%{jdkportablearchive -- .debuginfo}
|
||||||
%{_jvmdir}/%{jdkportablearchive -- %%{nil}}.sha256sum
|
%{_jvmdir}/%{jdkportablearchive -- %%{nil}}.sha256sum
|
||||||
#%{_jvmdir}/%{jdkportablearchive -- .debuginfo}.sha256sum
|
#%{_jvmdir}/%{jdkportablearchive -- .debuginfo}.sha256sum
|
||||||
%license %{unpacked_licenses}/%{jdkportablearchive -- %%{nil}}
|
%license %{unpacked_licenses}/%{jdkportablearchive -- %%{nil}}
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{include_normal_build}
|
||||||
%if %{include_staticlibs}
|
%if %{include_staticlibs}
|
||||||
%files static-libs
|
%files static-libs
|
||||||
%{_jvmdir}/%{staticlibsportablearchive -- %%{nil}}
|
%{_jvmdir}/%{staticlibsportablearchive -- %%{nil}}
|
||||||
%{_jvmdir}/%{staticlibsportablearchive -- %%{nil}}.sha256sum
|
%{_jvmdir}/%{staticlibsportablearchive -- %%{nil}}.sha256sum
|
||||||
%license %{unpacked_licenses}/%{jdkportablearchive -- %%{nil}}
|
%license %{unpacked_licenses}/%{jdkportablearchive -- %%{nil}}
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{include_debug_build}
|
%if %{include_debug_build}
|
||||||
%files slowdebug
|
%files slowdebug
|
||||||
|
Loading…
Reference in New Issue
Block a user