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

gil cattaneo <punto...@libero.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |punto...@libero.it
           Assignee|nob...@fedoraproject.org    |punto...@libero.it
              Flags|                            |fedora-review?



--- Comment #4 from gil cattaneo <punto...@libero.it> ---
hi
you should remove 
BuildRequires:    ant-nodeps
BuildRequires:    ant-trax
ant dont provides anymore these libraries
you should remove also

WARNING: Cannot download url:
http://svn.openstreetmap.org/applications/viewer/JMapViewer/releases/2013-03-22/JMapViewer-nopatents.tar.gz
need only JMapViewer-nopatents.tar.gz
replace
find -name '*.class' -exec rm -f '{}' \;
find -name '*.jar' -exec rm -f '{}' \;
find -name '*.zip' -exec rm -f '{}' \;
with
find -name '*.class' -delete
find -name '*.jar' -delete
find -name '*.zip' -delete
or edit JMapViewer_create_tarball_and_remove_bing.sh for remove bunlded
libraries
remove all mixed-use-of-spaces-and-tabs
can you provides also javadoc package?
regards

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=WefV8vf7L0&a=cc_unsubscribe
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to