[Bug 203249] Review Request: kpolynome

bugzilla at redhat.com bugzilla at redhat.com
Sat Aug 19 20:23:06 UTC 2006


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: kpolynome


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





------- Additional Comments From mr.ecik at gmail.com  2006-08-19 16:13 EST -------
I forgot to look into %%files section in your spec file. There is a few things
you have to correct. Your package doesn't own directories that it creates.
For example, RPM creates %{_datadir}/apps/%{name} directory, but during
uninstall, it won't be deleted. Why? Because it is refering to file 
(%{name}ui.rc), not directory. Idem with HTML-doc files. You have to refer
to whole directory, not to particular files. So, your %%files section should
look like:
%{_datadir}/apps/%{name}
%{_docdir}/HTML/en/%{name}
etc.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Fedora-package-review mailing list