[Bug 435576] Review Request: ncdu - Ncurses disk usage

bugzilla at redhat.com bugzilla at redhat.com
Sun Apr 13 08:58:38 UTC 2008


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: ncdu - Ncurses disk usage


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


bugs.michael at gmx.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|nobody at fedoraproject.org    |bugs.michael at gmx.net
             Status|NEW                         |ASSIGNED




------- Additional Comments From bugs.michael at gmx.net  2008-04-13 04:58 EST -------
Created an attachment (id=302260)
 --> (https://bugzilla.redhat.com/attachment.cgi?id=302260&action=view)
spec patch

> Requires:	  ncurses

Delete this. We rely on the automatic library SONAME
dependencies which are added by rpmbuild.
See "rpm --query --requires ..." of the binary rpm.

> ./configure --prefix=%{_usr} --libdir=%{_libdir}

Prefer the %configure macro, as it sets --prefix --libdir
and other values. It also exports our global compiler flags
(which are not built with when running ./configure).
See "rpm --eval %configure" for details.

> %doc %{_mandir}/man1/ncdu.1.gz

Files in %_mandir are marked %doc automatically.

> Summary:	  Ncurses disk usage

I recommend a slightly more descriptive and less ambiguous
summary.


-- 
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, or are watching someone who is.




More information about the Fedora-package-review mailing list