[Bug 730644] Review Request: svgSalamander - An SVG engine for Java

bugzilla at redhat.com bugzilla at redhat.com
Sun Aug 21 19:00:02 UTC 2011


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

Mohamed El Morabity <pikachu.2014 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|nobody at fedoraproject.org    |pikachu.2014 at gmail.com

--- Comment #2 from Mohamed El Morabity <pikachu.2014 at gmail.com> 2011-08-21 15:00:01 EDT ---
You should name your package to lowercase, since there is no particular reason
not to do so:
   http://fedoraproject.org/wiki/Packaging:NamingGuidelines#Case_Sensitivity
   http://packages.debian.org/source/sid/svgsalamander

You can forget the symbolic links to required jars to build svgsalamander you
created: the Ant build file provides some properties so set the paths to junit
and javacc:
   %build
   ant \
     -Djavacc.home=$(dirname $(build-classpath javacc)) \
     -Djunit.jar=$(build-classpath junit)

You can also remove the « BuildRoot: .... » line, as well as the %clean target
and all occurrences of « rm -rf %{buildroot} » in your .spec file. They are no
longer required for a moment:
   http://fedoraproject.org/wiki/Packaging:Guidelines#BuildRoot_tag
   http://fedoraproject.org/wiki/Packaging:Guidelines#.25clean

-- 
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 package-review mailing list