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

Terje Røsten <[email protected]> changed:

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

--- Comment #1 from Terje Røsten <[email protected]> ---
Some comments
 - please list only one buildreq on each line (sorted would be nice too)
 - find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' can be replaced by
    find $RPM_BUILD_ROOT -name '*.la'  -delete
- when using %{optflags} you should also use %{buildroot} for $RPM_BUILD_ROOT
- lots of stuff in license, could you explain?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to