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=524119


Jussi Lehtola <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #1 from Jussi Lehtola <[email protected]>  2009-09-18 09:33:06 
EDT ---
- Drop the 'rm' statements from %prep, they are not necessary.

- Drop the patch and the hard link, they are not necessary. Instead, just
compile the program manually in %build (the makefile is trivial and badly
written) with
 gcc $RPM_OPT_FLAGS -D JFS -D GETUSER -D LARGEMEM -o nmon lmon%{version}.c

- In %install, just run
 rm -rf $RPM_BUILD_ROOT
 install -D -p -m 755 nmon $RPM_BUILD_ROOT%{_bindir}/nmon

-- 
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.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to