Bug 923960
Summary: | Review Request: JMapViewer - JMapViewer is a java component to integrate an OSM map view into your Java application. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | hannes <johannes.lips> |
Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | mizdebsk, volker27 |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-02-03 07:40:07 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
hannes
2013-03-20 19:34:02 UTC
Update to latest version: Spec URL: http://hannes.fedorapeople.org/JMapViewer.spec SRPM URL: http://hannes.fedorapeople.org/JMapViewer-2013.03.22-1.fc18.src.rpm JMapViewer.spec:32: W: setup-not-quiet JMapViewer.spec:52: W: mixed-use-of-spaces-and-tabs (spaces: line 52, tab: line 2) The description commonly doesn't repeat the name and doesn't have a period at the end. The line is also too long, I guess. How did you find out this software was GPLv2? The headers only say "GPL" and so does the website. Buildroot is no longer necessary; same goes for defattr. Use the name macro in Source1. OK, fixed it. I think the license was a leftover from my spec template. Spec URL: http://hannes.fedorapeople.org/JMapViewer.spec SRPM URL: http://hannes.fedorapeople.org/JMapViewer-2013.03.22-2.fc18.src.rpm 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 please, use %setup -q -c -n %{name} summary should be: "Java Open Street Map Viewer" ping Last response from hannes is from March last year. Hannes, are you still interested? Well, I am not really interested any more. I released ownership of freemind, so there's no need to get the deps in. I just don't have enough time to maintain java packages. So if anyone wants to take it, feel free. Johannes *** This bug has been marked as a duplicate of bug 1092629 *** |