https://bugzilla.redhat.com/show_bug.cgi?id=1104746



--- Comment #9 from Christopher Meng <i...@cicku.me> ---
1. Why was the release bumped to 12 suddenly?

2. %doc /usr/share/doc/%{name}-%{version}/LICENSE
%doc /usr/share/man/man8/%{name}.8.gz

/usr/share --> %{_datadir}
/usr/share/doc --> %{_docdir}
/usr/share/man/ --> %{_mandir}

For manpages, it's better to include them as:

%{_mandir}/man8/%{name}.8*, as the "*" is helpful if the manpages are not
compressed(rpm will do this)

And dont mark these as %doc, they will be marked automatically by RPM.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to