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


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

--- Comment #25 from Martin Gieseking <martin.giesek...@uos.de> 2011-11-17 
13:41:55 EST ---
(In reply to comment #23)
> Added manual, disabled debuginfo package because it's not generate those
> debuginfo for which rpm is looking for.

Disabling the generation of the debuginfo package is not a good idea. You can
easily enable the generation of the debug data by patching the Makefiles. Just
replace the options "-g-" with "-g" (see attached patch).

Also, don't compress the manpage manually. Instead, add the uncompressed file
with Source2, and replace %{_mandir}/man1/%{name}.1.gz with
%{_mandir}/man1/%{name}.1* in %files. rpmbuild automatically chooses a
compression format and applies it.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to