mirror of
https://abf.rosa.ru/djam/java-1.8.0-openjdk.git
synced 2025-04-19 15:04:15 +00:00
Ignore files listed twice
This commit is contained in:
parent
233a3c4748
commit
3e48cb0ca0
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
%define _files_listed_twice_terminate_build 0
|
||||||
|
|
||||||
# note, parametrised macros are order-senisitve (unlike not-parametrized) even with normal macros
|
# note, parametrised macros are order-senisitve (unlike not-parametrized) even with normal macros
|
||||||
# also necessary when passing it as parameter other macros. If not macro, then it is considered as switch
|
# also necessary when passing it as parameter other macros. If not macro, then it is considered as switch
|
||||||
%global debug_suffix_unquoted -debug
|
%global debug_suffix_unquoted -debug
|
||||||
|
@ -556,7 +558,8 @@ exit 0
|
||||||
%dir %{_jvmdir}/%{sdkdir %%1}/lib
|
%dir %{_jvmdir}/%{sdkdir %%1}/lib
|
||||||
%{_jvmdir}/%{sdkdir %%1}/bin/*
|
%{_jvmdir}/%{sdkdir %%1}/bin/*
|
||||||
%{_jvmdir}/%{sdkdir %%1}/include/*
|
%{_jvmdir}/%{sdkdir %%1}/include/*
|
||||||
%{_jvmjardir}/%{sdkdir %%1}
|
%{_jvmdir}/%{sdkdir %%1}/lib/*
|
||||||
|
#%{_jvmjardir}/%{sdkdir %%1}
|
||||||
%{_datadir}/applications/*jconsole%1.desktop
|
%{_datadir}/applications/*jconsole%1.desktop
|
||||||
%{_mandir}/man1/appletviewer-%{uniquesuffix %%1}.1*
|
%{_mandir}/man1/appletviewer-%{uniquesuffix %%1}.1*
|
||||||
%{_mandir}/man1/extcheck-%{uniquesuffix %%1}.1*
|
%{_mandir}/man1/extcheck-%{uniquesuffix %%1}.1*
|
||||||
|
|
Loading…
Add table
Reference in a new issue