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@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|nobody@xxxxxxxxxxxxxxxxx |pikachu.2014@xxxxxxxxx --- Comment #2 from Mohamed El Morabity <pikachu.2014@xxxxxxxxx> 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. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review