Ignore files listed twice

This commit is contained in:
Denis Silakov 2016-09-23 00:19:12 +03:00
parent 233a3c4748
commit 3e48cb0ca0

View file

@ -1,3 +1,5 @@
%define _files_listed_twice_terminate_build 0
# 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
%global debug_suffix_unquoted -debug
@ -556,7 +558,8 @@ exit 0
%dir %{_jvmdir}/%{sdkdir %%1}/lib
%{_jvmdir}/%{sdkdir %%1}/bin/*
%{_jvmdir}/%{sdkdir %%1}/include/*
%{_jvmjardir}/%{sdkdir %%1}
%{_jvmdir}/%{sdkdir %%1}/lib/*
#%{_jvmjardir}/%{sdkdir %%1}
%{_datadir}/applications/*jconsole%1.desktop
%{_mandir}/man1/appletviewer-%{uniquesuffix %%1}.1*
%{_mandir}/man1/extcheck-%{uniquesuffix %%1}.1*