Bug 700427 - Review Request: jopt-simple - A Java command line parser
Summary: Review Request: jopt-simple - A Java command line parser
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Alexander Kurtakov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 700566
TreeView+ depends on / blocked
 
Reported: 2011-04-28 11:34 UTC by Karel Klíč
Modified: 2013-03-03 23:02 UTC (History)
4 users (show)

Fixed In Version: jopt-simple-3.3-3.fc16
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-09-07 00:05:41 UTC
Type: ---
Embargoed:
akurtako: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Karel Klíč 2011-04-28 11:34:20 UTC
Spec URL: http://kklic.fedorapeople.org/jopt-simple.spec
SRPM URL: http://kklic.fedorapeople.org/jopt-simple-3.3-0.git12c0e63.fc14.src.rpm
Description: 
A Java library for parsing command line options.

$ rpmlint jopt-simple-3.3-0.git12c0e63.fc14.noarch.rpm
jopt-simple.noarch: W: non-conffile-in-etc /etc/maven/fragments/jopt-simple
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

$ rpmlint jopt-simple-javadoc-3.3-0.git12c0e63.fc14.noarch.rpm
1 packages and 0 specfiles checked; 0 errors, 0 warnings.

$ rpmlint jopt-simple-3.3-0.git12c0e63.fc14.src.rpm
jopt-simple.src: W: invalid-url Source0: pholser-jopt-simple-12c0e63.tar.gz
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

Comment 1 Karel Klíč 2011-04-28 22:56:39 UTC
Spec URL: http://kklic.fedorapeople.org/jopt-simple.spec
SRPM URL: http://kklic.fedorapeople.org/jopt-simple-3.3-0.2.git12c0e63.fc14.src.rpm

* Thu Apr 28 2011 Karel Klíč <kklic> - 3.3-0.2.git12c0e63
- Added jpackage-utils dependency to -javadoc package (needed for directory)
- Better versioning

Comment 2 Alexander Kurtakov 2011-04-30 09:42:58 UTC
New packages would be better to use maven (v 3) package instead of the old maven2 package. There is also a new script mvn-rpmbuild especially for rpm builds. See http://fedoraproject.org/wiki/Packaging/Java#maven_3

Comment 3 Alexander Kurtakov 2011-05-12 09:29:58 UTC
If you start using maven (v 3) I'll review it :).

Comment 4 Karel Klíč 2011-05-16 19:13:49 UTC
Alexander, thanks.

I'm going to modify the jopt-simple package to use maven v3 when Fedora 15 is released. I cannot develop/test/use maven v3 package on my computers running F-14, and it's too much hassle to do it in a virtual machine.

Comment 5 Alexander Kurtakov 2011-06-02 19:10:42 UTC
Still interested in review? Pending on maven 3 change.

Comment 6 Karel Klíč 2011-06-29 20:43:05 UTC
Spec URL: http://kklic.fedorapeople.org/jopt-simple.spec
SRPM URL: http://kklic.fedorapeople.org/jopt-simple-3.3-1.fc15.src.rpm

* Wed Jun 29 2011 Karel Klíč <kklic> - 3.3-1
- Use maven3 instead of maven2 to build the package.
- Updated to upstream final 3.3 release.

Comment 7 Alexander Kurtakov 2011-07-07 18:59:36 UTC
I would do this one.

Initial issues:
* doesn't build - you use %{_mavenpomdir} in install but %{_datadir}/maven2/poms in files and they are not equal anymore
* we do not need post/postun calls in F-15 and rawhide (pending FPC approval)
* no need for the Requires(post) postun because of the previous one

Comment 8 Alexander Kurtakov 2011-07-26 13:07:02 UTC
Are you still interested in finishing this review?

Comment 9 Karel Klíč 2011-07-29 19:21:04 UTC
Yes, I am, thanks. I have checked that this version can be built in Rawhide and F-15.

Spec URL: http://kklic.fedorapeople.org/jopt-simple.spec
SRPM URL: http://kklic.fedorapeople.org/jopt-simple-3.3-2.fc15.src.rpm

* Fri Jul 29 2011 Karel Klíč <kklic> - 3.3-2
- Use %%{_mavenpomdir} instead of %%{_datadir}/maven2/poms
- Removed %%post(un) %%update_maven_depmap calls, not needed in F-15+

Comment 10 Alexander Kurtakov 2011-08-10 07:13:25 UTC
Package Review
==============

Key:
- = N/A
x = Check
! = Problem
? = Not evaluated

=== REQUIRED ITEMS ===
[x]  Rpmlint output:
./jopt-simple.spec: W: invalid-url Source0: https://download.github.com/pholser-jopt-simple-jopt-simple-3.3-0-g59a05aa.tar.gz HTTP Error 404: Not Found
The usual github crap.

[x]  Package is named according to the Package Naming Guidelines[1].
[x]  Spec file name must match the base package name, in the format %{name}.spec.
[x]  Package meets the Packaging Guidelines[2].
[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[3,4].
[x]  License field in the package spec file matches the actual license.
License type: MIT
[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.
[!]  All independent sub-packages have license of their own
Javadoc is independent and misses the license
[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.
[x]  All build dependencies are listed in BuildRequires, except for any that are listed in the exceptions section of Packaging Guidelines[5].
[x]  Package must own all directories that it creates.
[x]  Package requires 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 eport URL, git clone URL, ...)
[x]  If source tarball includes bundled jar/class files these need to be removed prior to building
[x]  All filenames in rpm packages must be valid UTF-8.
[x]  Jar files are installed to %{_javadir}/%{name}.jar (see [6] for details)
[x]  If package contains pom.xml files install it (including depmaps) even when building with ant
[!]  pom files has correct add_maven_depmap

=== Maven ===
[x]  Use %{_mavenpomdir} macro for placing pom files instead of %{_datadir}/maven2/poms
[x]  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.

Problems:
1. Missing license for javadoc
2. Use the new add_maven_depmap macro 
%add_to_maven_depmap net.sf.jopt-simple %{name} %{version} JPP %{name} should become
%add_maven_depmap JPP-%{name}.pom %{name}.jar
A lot easier and readable, isn't it ?

Comment 11 Karel Klíč 2011-08-11 13:16:03 UTC
Spec URL: http://kklic.fedorapeople.org/jopt-simple.spec
SRPM URL: http://kklic.fedorapeople.org/jopt-simple-3.3-3.fc14.src.rpm

* Thu Aug 11 2011 Karel Klíč <kklic> - 3.3-3
- Include the license text in the javadoc package, which is
  independent from the main package
- Use %%add_maven_depmap instead of %%add_to_maven_depmap

Comment 12 Alexander Kurtakov 2011-08-11 13:23:03 UTC
Looks good.

APPROVED

Comment 13 Karel Klíč 2011-08-11 13:42:53 UTC
Thank you for the review.

New Package SCM Request
=======================
Package Name: jopt-simple
Short Description: A Java command line parser
Owners: kklic
Branches: f15 f16
InitialCC:

Comment 14 Gwyn Ciesla 2011-08-11 14:03:06 UTC
Git done (by process-git-requests).

Comment 15 Fedora Update System 2011-08-11 15:43:33 UTC
jopt-simple-3.3-3.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/jopt-simple-3.3-3.fc16

Comment 16 Fedora Update System 2011-08-11 15:43:43 UTC
jopt-simple-3.3-3.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/jopt-simple-3.3-3.fc15

Comment 17 Fedora Update System 2011-08-12 04:21:01 UTC
Package jopt-simple-3.3-3.fc16:
* should fix your issue,
* was pushed to the Fedora 16 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing jopt-simple-3.3-3.fc16'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/jopt-simple-3.3-3.fc16
then log in and leave karma (feedback).

Comment 18 Fedora Update System 2011-09-07 00:05:34 UTC
jopt-simple-3.3-3.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 19 Fedora Update System 2011-09-07 03:37:14 UTC
jopt-simple-3.3-3.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.


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