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



--- Comment #24 from Dominik 'Rathann' Mierzejewski <domi...@greysector.net> ---
Two more nitpicks:

The -doc subpackage doesn't depend on the main package, so it could be
installed without it and the LICENSE file would not be present then.

The -doc subpackage places its files in:
/usr/share/doc/tetgen-doc
this is not ideal and you could use _pkgdocdir macro to keep manual.pdf in
/usr/share/doc/tetgen

For example, like this:

%install
...
cp -p %{SOURCE1} %{buildroot}%{_pkgdocdir}/

%files
...
%exclude %{_pkgdocdir}/manual.pdf


%files doc
%{_pkgdocdir}/manual.pdf

-- 
You are receiving this mail because:
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