Bug 1230949 - Review Request: hid4java - A cross-platform Java Native Access (JNA) wrapper for the signal11/hidapi library
Summary: Review Request: hid4java - A cross-platform Java Native Access (JNA) wrapper ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: 22
Hardware: noarch
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Alexander Kurtakov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-11 20:55 UTC by Jonny Heggheim
Modified: 2016-01-10 12:11 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-10 12:11:13 UTC
Type: ---
Embargoed:
akurtako: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Jonny Heggheim 2015-06-11 20:55:44 UTC
Spec URL: https://raw.githubusercontent.com/hegjon/hid4java-rpm/master/hid4java.spec
SRPM URL: https://github.com/hegjon/hid4java-rpm/raw/master/hid4java-0.3.1-1.fc22.src.rpm
Description: The hid4java project supports USB HID devices through a common API which is
provided here under the MIT license. The API is very simple but provides great 
flexibility such as support for feature reports and blocking reads with 
timeouts. Attach/detach events are provided to allow applications to respond 
instantly to device availability.
Fedora Account System Username: jonny
Koji build link: http://koji.fedoraproject.org/koji/taskinfo?taskID=10024584

I need a sponsor since this is my first package.

Comment 1 gil cattaneo 2015-06-13 14:43:39 UTC
Spec file seem ok, with an exception:
Requires: java-headless >= 1:1.6.0 should be removed

Comment 2 gil cattaneo 2015-06-13 14:44:43 UTC
Also should remove Group: System Environment/Libraries

Comment 3 Jonny Heggheim 2015-06-13 14:58:39 UTC
Thanks for your feedback, I have removed Group: System Environment/Libraries and Requires: java-headless >= 1:1.6.0 and pushed thes changes

Comment 4 Jonny Heggheim 2015-06-13 16:09:56 UTC
Removed %dir %{_javadir}/%{name} from the spec file since this was mentioned in the rescu ticket

Comment 5 Jonny Heggheim 2015-06-14 08:44:35 UTC
Upstream have been informed that I have started to package for Fedora

Comment 6 Alexander Kurtakov 2015-07-15 09:06:14 UTC
I'll take this one.
Jonny, you still need sponsor, right?
Gil, thanks for the preliminary review.

Comment 7 Jonny Heggheim 2015-07-15 09:57:54 UTC
Thanks

Comment 8 Alexander Kurtakov 2015-07-15 10:05:18 UTC
Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed



===== MUST items =====

Generic:
[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.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated". 12 files have unknown license. 
hid4java-0.3.1/src/main/java/org/hid4java/HidDevice.java
hid4java-0.3.1/src/main/java/org/hid4java/HidException.java
hid4java-0.3.1/src/main/java/org/hid4java/HidManager.java
hid4java-0.3.1/src/main/java/org/hid4java/HidServices.java
hid4java-0.3.1/src/main/java/org/hid4java/HidServicesListener.java
hid4java-0.3.1/src/main/java/org/hid4java/event/HidServicesEvent.java
hid4java-0.3.1/src/main/java/org/hid4java/event/HidServicesListenerList.java
hid4java-0.3.1/src/main/java/org/hid4java/jna/HidApi.java
hid4java-0.3.1/src/main/java/org/hid4java/jna/HidApiLibrary.java
hid4java-0.3.1/src/main/java/org/hid4java/jna/HidDeviceInfoStructure.java
hid4java-0.3.1/src/main/java/org/hid4java/jna/HidDeviceStructure.java
hid4java-0.3.1/src/main/java/org/hid4java/jna/WideStringBuffer.java

Please contact upstream to clarify licensing. Best if they put proper license header and release new version.

[x]: License file installed when any subpackage combination is installed.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Package is not known to require an ExcludeArch tag.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 10240 bytes in 2 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[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 %license.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: All build dependencies are listed in BuildRequires, except for any
     that are listed in the exceptions section of Packaging Guidelines.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

Java:
[x]: Bundled jar/class files should be removed before build
[x]: Packages have proper BuildRequires/Requires on jpackage-utils
     Note: Maven packages do not need to (Build)Require jpackage-utils. It
     is pulled in by maven-local
[x]: Javadoc documentation files are generated and included in -javadoc
     subpackage
[x]: Javadoc subpackages should not have Requires: jpackage-utils
[x]: Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlink)

Maven:
[x]: If package contains pom.xml files install it (including metadata) even
     when building with ant
[x]: POM files have correct Maven mapping
[x]: Maven packages should use new style packaging
[x]: Old add_to_maven_depmap macro is not being used
[x]: Packages DO NOT have Requires(post) and Requires(postun) on jpackage-
     utils for %update_maven_depmap macro
[x]: Package DOES NOT use %update_maven_depmap in %post/%postun
[x]: Packages use .mfiles file list instead of %{_datadir}/maven2/poms

===== SHOULD items =====

Generic:
[-]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[-]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in
     hid4java-javadoc
[x]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: Patches link to upstream bugs/comments/lists or are otherwise
     justified.
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[-]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

Java:
[x]: Package uses upstream build method (ant/maven/etc.)
[x]: Packages are noarch unless they use JNI

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on all installed packages.
     Note: No rpmlint messages.
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: hid4java-0.3.1-1.fc23.noarch.rpm
          hid4java-javadoc-0.3.1-1.fc23.noarch.rpm
          hid4java-0.3.1-1.fc23.src.rpm
hid4java.noarch: W: spelling-error Summary(en_US) hidapi -> aphid
hid4java.src: W: spelling-error Summary(en_US) hidapi -> aphid
3 packages and 0 specfiles checked; 0 errors, 2 warnings.




Rpmlint (installed packages)
----------------------------
sh: /usr/bin/python: No such file or directory
2 packages and 0 specfiles checked; 0 errors, 0 warnings.



Requires
--------
hid4java (rpmlib, GLIBC filtered):
    java-headless
    jpackage-utils
    libhidapi-libusb.so.0
    mvn(net.java.dev.jna:jna)

hid4java-javadoc (rpmlib, GLIBC filtered):
    jpackage-utils



Provides
--------
hid4java:
    hid4java
    mvn(org.hid4java:hid4java)
    mvn(org.hid4java:hid4java:pom:)

hid4java-javadoc:
    hid4java-javadoc



Source checksums
----------------
https://github.com/gary-rowe/hid4java/archive/0.3.1.tar.gz :
  CHECKSUM(SHA256) this package     : 4f67d781978dbef3276bd89f8ccaa23950f6f95440371cdde1f154cae92b7302
  CHECKSUM(SHA256) upstream package : 4f67d781978dbef3276bd89f8ccaa23950f6f95440371cdde1f154cae92b7302

Overall package is quite good but the unclear upstream licensing have to be clarified first.

Comment 9 Jonny Heggheim 2015-07-15 12:19:27 UTC
Great, I will contact upstream and ask them to include a license header in the source files

Comment 10 Jonny Heggheim 2015-07-15 19:51:34 UTC
Created a ticket upstream for the license header: https://github.com/gary-rowe/hid4java/issues/25

Comment 11 Jonny Heggheim 2015-07-24 21:15:30 UTC
License header fixed by upstream in https://github.com/gary-rowe/hid4java/commit/aa188231cc912041125816e6343be5dd09568040.

Waiting for the next release.

Comment 12 Alexander Kurtakov 2015-07-28 13:09:49 UTC
I would be fine with using this snapshot as Source0 if you want to see it in sooner.

Comment 13 Jonny Heggheim 2015-07-28 20:14:58 UTC
Great, bumped to a snapshot of what is going to be version 0.4.0.

Spec URL: https://github.com/hegjon/hid4java-rpm/raw/master/hid4java.spec
SRPM URL: https://github.com/hegjon/hid4java-rpm/raw/master/hid4java-0.4.0-0.1.fc22.src.rpm

Comment 14 Alexander Kurtakov 2015-08-06 10:45:40 UTC
Pre release Release tag should be 0.1.git%{short_sha}.

Comment 15 Jonny Heggheim 2015-08-06 19:44:35 UTC
Thanks, I tried to learn more about the naming guidelines at https://fedoraproject.org/wiki/Packaging:NamingGuidelines#Snapshot_packages

Should I also include the date? Like 0.1.20150726git1e9ef80

Comment 16 Alexander Kurtakov 2015-08-07 06:04:51 UTC
No, just 0.1.git1e9ef80

Comment 18 Alexander Kurtakov 2015-08-17 13:27:09 UTC
Thanks for the prompt fixes. Approved.

Comment 19 Alexander Kurtakov 2015-08-17 13:29:33 UTC
What is your FAS id so I can sponsor you? hegjon ?

Comment 20 Alexander Kurtakov 2015-08-17 13:33:03 UTC
Ah, found it https://fedoraproject.org/wiki/User:Jonny

Comment 21 Alexander Kurtakov 2015-08-17 13:35:30 UTC
Sponsored now. Please request scm as described at https://fedoraproject.org/wiki/Package_SCM_admin_requests

Comment 22 Jonny Heggheim 2015-08-18 20:28:45 UTC
Yay, thanks!

Comment 23 Jonny Heggheim 2015-08-19 05:53:15 UTC
New Package SCM Request
=======================
Package Name: hid4java
Short Description: A cross-platform Java Native Access (JNA) wrapper for the signal11/hidapi library
Upstream URL: http://github.com/gary-rowe/hid4java
Owners: jonny
Branches: f23

Comment 24 Gwyn Ciesla 2015-08-20 13:30:38 UTC
Git done (by process-git-requests).

Comment 25 Upstream Release Monitoring 2015-12-14 10:40:27 UTC
jerboaa's scratch build of java-1.8.0-openjdk?#d28765c33d068af9ff432a92443b93beeef88a22 for git://pkgs.fedoraproject.org/java-1.8.0-openjdk?#d28765c33d068af9ff432a92443b93beeef88a22 and rawhide failed http://koji.fedoraproject.org/koji/taskinfo?taskID=12181621


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