remove useless conditional for %_licensedir
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
be9b090778
commit
c533a4b629
@ -132,7 +132,6 @@ fi
|
|||||||
|
|
||||||
%files -f %{name}.lang -f %{name}_document.lang
|
%files -f %{name}.lang -f %{name}_document.lang
|
||||||
%doc AUTHORS ChangeLog NEWS README TODO
|
%doc AUTHORS ChangeLog NEWS README TODO
|
||||||
%{!?_licensedir:%global license %%doc}
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/makeinfo
|
%{_bindir}/makeinfo
|
||||||
%{_bindir}/texi2any
|
%{_bindir}/texi2any
|
||||||
@ -146,7 +145,6 @@ fi
|
|||||||
|
|
||||||
%files -n info
|
%files -n info
|
||||||
%config(noreplace) %verify(not md5 size mtime) %{_infodir}/dir
|
%config(noreplace) %verify(not md5 size mtime) %{_infodir}/dir
|
||||||
%{!?_licensedir:%global license %%doc}
|
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/info
|
%{_bindir}/info
|
||||||
%{_infodir}/info-stnd.info*
|
%{_infodir}/info-stnd.info*
|
||||||
|
Loading…
Reference in New Issue
Block a user