Bug 789611 - Review Request: jackson - Jackson Java JSON-processor
Summary: Review Request: jackson - Jackson Java JSON-processor
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Andy Grimm
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 789604
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-11 18:24 UTC by Juan Hernández
Modified: 2016-11-08 03:46 UTC (History)
5 users (show)

Fixed In Version: jackson-1.9.4-2.fc17
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-16 20:19:22 UTC
Type: ---
Embargoed:
agrimm: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Juan Hernández 2012-02-11 18:24:53 UTC
Spec URL:

http://www.xente.mundo-r.com/304027W0001/rpms/jackson.spec

SRPM URL:

http://www.xente.mundo-r.com/304027W0001/rpms/jackson-1.6.3-1.fc17.src.rpm

Description:

JSON processor (JSON parser + JSON generator) written in Java. Beyond basic
JSON reading/writing (parsing, generating), it also offers full node-based Tree
Model, as well as full OJM (Object/Json Mapper) data binding functionality.

Comment 1 Andy Grimm 2012-02-14 04:04:04 UTC
This package did not build for me.  This symlink for jsr-311 is wrong in the spec file:

ln -s /usr/share/java/jboss/jaxrs-api.jar lib/jaxrs/jsr311-api-1.1.jar

I changed it to /usr/share/java/jsr-311.jar and got a successful build.  Please fix this first, and I'll continue the review in the morning.

Comment 2 Juan Hernández 2012-02-14 08:45:21 UTC
The issue in comment #1 has been fixed. The updated spec and SRPM are available here:

http://jhernand.fedorapeople.org/rpms/jackson/3

Comment 3 Juan Hernández 2012-02-14 18:12:12 UTC
Updated the package to use the latest upstream version 1.9.4. The updated spec and SRPM are available here:

http://jhernand.fedorapeople.org/rpms/jackson/1.9.4-1

Comment 4 Andy Grimm 2012-02-14 21:09:11 UTC
=== REQUIRED ITEMS ===
[!]  Rpmlint output [1]:
jackson.noarch: W: name-repeated-in-summary C Jackson
jackson.noarch: E: incorrect-fsf-address /usr/share/doc/jackson-1.9.4/release-notes/lgpl/LGPL2.1
jackson-javadoc.noarch: W: spelling-error Summary(en_US) Javadocs -> Java docs, Java-docs, Avocados
jackson-javadoc.noarch: E: incorrect-fsf-address /usr/share/doc/jackson-javadoc-1.9.4/release-notes/lgpl/LGPL2.1
jackson.src: W: name-repeated-in-summary C Jackson

[x]  Package is named according to the Package Naming Guidelines.
[x]  Spec file name must match the base package name, in the format
%{name}.spec.
[x]  Package meets the Packaging Guidelines.
[x]  Package successfully compiles and builds into binary rpms.
[x]  Buildroot definition is not present
[x]  Package is licensed with an open-source compatible license and meets other
legal requirements as defined in the legal section of Packaging
Guidelines.
[!]  License field in the package spec file matches the actual license. [2]
License type: ASL 2.0 or LGPLv2
[x]  If (and only if) the source package includes the text of the license(s) in
its own file, then that file, containing the text of the license(s) for the
package is included in %doc.
[x]  All independent sub-packages have license of their own
[x]  Spec file is legible and written in American English.
[x]  Sources used to build the package matches the upstream source, as provided
in the spec URL. [3]
[x]  All build dependencies are listed in BuildRequires, except for any that
are listed in the exceptions section of Packaging Guidelines.
[x]  Package must own all directories that it creates or must require other
packages for directories it uses.
[x]  Package does not contain duplicates in %files.
[x]  File sections do not contain %defattr(-,root,root,-) unless changed with
good reason
[x]  Permissions on files are set properly.
[x]  Package does NOT have a %clean section which contains rm -rf %{buildroot}
(or $RPM_BUILD_ROOT). (not needed anymore)
[x]  Package consistently uses macros (no %{buildroot} and $RPM_BUILD_ROOT
mixing)
[x]  Package contains code, or permissable content.
[-]  Fully versioned dependency in subpackages, if present.
[-]  Package contains a properly installed %{name}.desktop file if it is a GUI
application.
[x]  Package does not own files or directories owned by other packages.
[x]  Javadoc documentation files are generated and included in -javadoc
subpackage
[x]  Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlinks)
[x]  Packages have proper BuildRequires/Requires on jpackage-utils
[x]  Javadoc subpackages have Require: jpackage-utils
[x]  Package uses %global not %define
[x]  If package uses tarball from VCS include comment how to re-create that
tarball (svn export URL, git clone URL, ...)
[!]  If source tarball includes bundled jar/class files these need to be
removed prior to building[1]
[x]  All filenames in rpm packages must be valid UTF-8.
[!]  Jar files are installed to %{_javadir}/%{name}.jar [2]
[x]  If package contains pom.xml files install it (including depmaps) even when
building with ant
[x]  pom files has correct add_maven_depmap

=== Maven ===
[x]  Use %{_mavenpomdir} macro for placing pom files instead of
%{_datadir}/maven2/poms
[-]  If package uses "-Dmaven.test.skip=true" explain why it was needed in a
comment
[-]  If package uses custom depmap "-Dmaven.local.depmap.file=*" explain why
it's needed in a comment
[x]  Package DOES NOT use %update_maven_depmap in %post/%postun
[x]  Packages DOES NOT have Requires(post) and Requires(postun) on
jpackage-utils for %update_maven_depmap macro

=== Other suggestions ===
[x]  If possible use upstream build method (maven/ant/javac)
[x]  Avoid having BuildRequires on exact NVR unless necessary
[x]  Package has BuildArch: noarch (if possible)
[x]  Latest version is packaged.
[x]  Reviewer should test that the package builds in mock.


=== Issues ===
[1] The incorrect FSF address in the lgpl license file should  be corrected by the upstream maintainer.  Please notify them of this error.  The correct address is:  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
[2] The license is given as ASL 2.0 in the spec file, but appears to be "ASL 2.0 or LGPLv2"
[3] This is a minor thing, but it is preferred that macros not be used in source URLs, so that they can easily be copied and pasted into a browser or curl/wget command.

Please correct #2 and #3, and I will approve the package.

Comment 5 Juan Hernández 2012-02-15 10:10:12 UTC
Thanks for your comments Andy.

Sent an mail to dev.org for #1:

http://markmail.org/search/?q=list%3Aorg.codehaus.jackson.dev#query:list%3Aorg.codehaus.jackson.dev+page:1+mid:mv4oypqh3kvlb2ou+state:results

Fixed #2 and #3. The updated spec and SRPM are available here:

http://jhernand.fedorapeople.org/rpms/jackson/1.9.4-2

Did a Koji build to verify that it builds correctly:

http://koji.fedoraproject.org/koji/taskinfo?taskID=3792234

Comment 6 Andy Grimm 2012-02-15 13:44:52 UTC
Ok, the spec looks good now.

APPROVED.

Comment 7 Juan Hernández 2012-02-16 19:39:53 UTC
New Package SCM Request
=======================
Package Name: jackson
Short Description: Jackson Java JSON-processor 
Owners: jhernand
Branches: f17
InitialCC: goldmann

Comment 8 Gwyn Ciesla 2012-02-16 19:57:48 UTC
Git done (by process-git-requests).

Comment 9 Fedora Update System 2012-03-06 17:40:43 UTC
jackson-1.9.4-2.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/jackson-1.9.4-2.fc17

Comment 10 Fedora Update System 2012-03-11 16:57:14 UTC
jackson-1.9.4-2.fc17 has been pushed to the Fedora 17 stable repository.


Note You need to log in before you can comment on or make changes to this bug.