[Bug 513119] Review Request: PgsLookAndFeel - Nice looking LookAndFeel for Swing

bugzilla at redhat.com bugzilla at redhat.com
Wed Aug 5 16:39:22 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=513119


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Flag|fedora-review?              |fedora-review+




--- Comment #9 from Jussi Lehtola <jussi.lehtola at iki.fi>  2009-08-05 12:39:21 EDT ---
You might want to use a fully versioned dependency,
 Requires: %{name} = %{version}-%{release}

**

I'd change
 %{_javadir}/*
to
 %{_javadir}/%{name}*.jar

Actually,
 http://fedoraproject.org/wiki/Packaging/Java#Jar_file_naming
states that
 "If the package provides several JAR files, the filenames assigned by the
build 
 must be used"
so I think you shouldn't add the version suffix to the jar files.

**

You need to run
 find -name '*.jar' -o -name '*.class' -exec rm -f '{}' \;
in %prep to remove any pre-existing jar and class files.

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