#718 Fix example on main page using %doc for license
Closed: fixed Opened by ignatenkobrain.

https://fedoraproject.org/wiki/Packaging:Guidelines#Handling_Locale_Files

On this page, I see example of spec wihch uses %doc for installing license file..

%files -f %{name}.lang -f bar.lang
%doc LICENSE README
%{_bindir}/%{name}
%{_mandir}/man1/bar.1.gz

I think we need to change it to

%license LICENSE
%doc README

This is really trivial =)


Thanks for pointing that out; I've fixed it up.

Metadata Update from @tibbs:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

Metadata