Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=822328

--- Comment #4 from Nikita Klimov <[email protected]> ---
Hi Vasiliy,
I have a few comments:
- file /usr/share/doc/libmediainfo-devel-0.7.62/Example/HowToUse_Dll.cs in
libmediainfo-devel package is not valid utf-8;
- you can swap 
find Source -type f -exec chmod 644 {} ';'
chmod 644 *.txt License.html
to
find . -type f -exec chmod 644 {} ';'
- tag `HTML_ALIGN_MEMBERS' at line 67 of file Doxyfile has become obsolete,
please use `doxygen -u Doxyfile` before generate documentation;
- IMO upstream should be notified about all warnings in generated documentation
time (doxygen Doxyfile);
- I'm not sure about license, I will clarify this issue in the legal mailing
list.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=8TW4VRNngp&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to