[Bug 512627] Review Request: MiniCopier - Graphical copy manager

bugzilla at redhat.com bugzilla at redhat.com
Tue Jul 21 17:16:44 UTC 2009


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


Jussi Lehtola <jussi.lehtola at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |jussi.lehtola at iki.fi
         AssignedTo|nobody at fedoraproject.org    |jussi.lehtola at iki.fi
               Flag|                            |fedora-review?




--- Comment #1 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-07-21 13:16:43 EDT ---
BLOCKER: You need to package PgsLookAndFeel separately and make MiniCopier use
the separate package. [No bundling of external libraries.]

https://pgslookandfeel.dev.java.net/


- You have to comment your patches.

- The patches are incorrectly named; their names have to begin with %{name}.

- The package is noarch, so there's no need for
 %global debug_package %{nil}

- The license is GPLv2+ not GPLv2.

- Drop the line
 chmod 0644 %{SOURCE0}
which serves no purpose.

- If you make backups of the original files in patching with -b, use different
suffixes for different patches.

- I suggest using
 install -D -p -m 644 %{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
instead of
 mkdir -p $RPM_BUILD_ROOT%{_javadir}
 cp %{name}.jar lib/*.jar $RPM_BUILD_ROOT%{_javadir}
and the same for the png file.

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




More information about the Fedora-package-review mailing list