This is a review *template*. Besides handling the [ ]-marked tests you are also supposed to fix the template before pasting into bugzilla: - Add issues you find to the list of issues on top. If there isn't such a list, create one. - Add your own remarks to the template checks. - Add new lines marked [!] or [?] when you discover new things not listed by fedora-review. - Change or remove any text in the template which is plain wrong. In this case you could also file a bug against fedora-review - Remove the "[ ] Manual check required", you will not have any such lines in what you paste. - Remove attachments which you deem not really useful (the rpmlint ones are mandatory, though) - Remove this text Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed Issues: ======= - Package installs a %{name}.desktop using desktop-file-install or desktop- file-validate if there is such a file. - 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. Note: License file MIT.txt is not marked as %license See: https://docs.fedoraproject.org/en-US/packaging- guidelines/LicensingGuidelines/#_license_text - Packages have proper BuildRequires/Requires on javapackages-tools (jpackage-utils) - Javadoc documentation files are generated and included in -javadoc subpackage Note: No javadoc subpackage present. Note: Javadocs are optional for Fedora versions >= 21 See: https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation - Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlink) Note: No javadoc subpackage present See: https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation - Bundled jar/class files should be removed before build Note: Jar files in source (see attachment) See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Java/#_pre_built_dependencies ===== MUST items ===== Generic: [ ]: Package successfully compiles and builds into binary rpms on at least one supported primary architecture. Note: Using prebuilt packages [ ]: 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: "Eclipse Public License 1.0", "BSD 3-Clause License", "Unknown or generated", "*No copyright* Apache License 2.0", "GNU Lesser General Public License, Version 2.1", "*No copyright* Mozilla Public License 2.0", "MIT License", "Apache License 2.0". 8475 files have unknown license. Detailed output of licensecheck in /var/lib/copr- rpmbuild/results/pjeoffice/licensecheck.txt [ ]: Package requires other packages for directories it uses. Note: No known owner of /usr/share/licenses/bc-java, /usr/share/licenses/pjeoffice, /usr/share/pjeoffice, /usr/share/licenses/log4j [ ]: Package must own all directories that it creates. Note: Directories without known owners: /usr/share/licenses/bc-java, /usr/share/licenses/pjeoffice, /usr/share/pjeoffice, /usr/share/licenses/hamcrest, /usr/share/icons/hicolor/scalable/apps, /usr/share/icons/hicolor, /usr/share/licenses/junit, /usr/share/icons/hicolor/scalable, /usr/share/licenses/log4j [ ]: Package contains no bundled libraries without FPC exception. [ ]: Changelog in prescribed format. [ ]: Sources contain only permissible code or content. [ ]: Development files must be in a -devel package [ ]: Package uses nothing in %doc for runtime. [ ]: Package consistently uses macros (instead of hard-coded directory names). [ ]: Package is named according to the Package Naming Guidelines. [ ]: Package does not generate any conflict. [ ]: Package obeys FHS, except libexecdir and /usr/target. [ ]: If the package is a rename of another package, proper Obsoletes and Provides are present. [ ]: Requires correct, justified where necessary. [ ]: Only use %_sourcedir in very specific situations. Note: %_sourcedir/$RPM_SOURCE_DIR is used. [ ]: Spec file is legible and written in American English. [ ]: Package contains systemd file(s) if in need. [ ]: Package is not known to require an ExcludeArch tag. [ ]: Package complies to the Packaging Guidelines [x]: Package installs properly. [x]: Rpmlint is run on all rpms the build produces. Note: There are rpmlint messages (see attachment). [x]: Package does not own files or directories owned by other packages. [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]: Package contains desktop file if it is a GUI application. [x]: Dist tag is present. [x]: Package does not contain duplicates in %files. [x]: Permissions on files are set properly. [x]: Package must not depend on deprecated() packages. [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]: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 0 bytes in 0 files. [x]: Packages must not store files under /srv, /opt or /usr/local Maven: [ ]: If package contains pom.xml files install it (including metadata) even when building with ant [x]: Old add_to_maven_depmap macro is not being used ===== SHOULD items ===== Generic: [!]: Reviewer should test that the package builds in mock. [ ]: If the source package does not include license text(s) as a separate file from upstream, the packager SHOULD query upstream to include it. [ ]: Final provides and requires are sane (see attachments). [ ]: Package functions as described. [ ]: Latest version is packaged. [ ]: Package does not include license text files separate from upstream. [ ]: SourceX tarball generation or download is documented. Note: Package contains tarball without URL, check comments [ ]: Sources are verified with gpgverify first in %prep if upstream publishes signatures. Note: gpgverify is not used. [ ]: Package should compile and build into binary rpms on all supported architectures. [ ]: %check is present and all tests pass. [ ]: Packages should try to preserve timestamps of original installed files. [ ]: Spec use %global instead of %define unless justified. Note: %define requiring justification: %define dl_url https://cnj-pje- programs.s3.sa-east-1.amazonaws.com, %define dl_name pje-office, %define nspace br.jus.cnj.pje.office [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]: Packager, Vendor, PreReq, Copyright tags should not be in spec file [x]: Sources can be downloaded from URI in Source: tag [x]: SourceX is a working URL. Java: [ ]: 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: There are rpmlint messages (see attachment). Rpmlint ------- Cannot parse rpmlint output: Rpmlint (installed packages) ---------------------------- Cannot parse rpmlint output: Source checksums ---------------- https://cnj-pje-programs.s3.sa-east-1.amazonaws.com/pje-office/pje-office_unix_no_embedded.tar.gz#/pjeoffice-1.0.28.tar.gz : CHECKSUM(SHA256) this package : a2be034517b4a92b7fa48c59bddb8ba629ddfcb9f9eaccad31fc8d9260b3ddd4 CHECKSUM(SHA256) upstream package : a2be034517b4a92b7fa48c59bddb8ba629ddfcb9f9eaccad31fc8d9260b3ddd4 Requires -------- pjeoffice (rpmlib, GLIBC filtered): /usr/bin/sh ca-certificates-brazil java-11-openjdk Provides -------- pjeoffice: application() application(br.jus.cnj.pje.office.desktop) pjeoffice Jar and class files in source ----------------------------- ./pjeoffice-1.0.28/pjeoffice.jar ./pjeoffice-1.0.28/module-info.class ./pjeoffice-1.0.28/java-keystore-test-0.0.1.jar ./pjeoffice-1.0.28/com/nakov/certificate/CertificateVerificationResult.class ./pjeoffice-1.0.28/com/nakov/certificate/CRLVerifier.class ./pjeoffice-1.0.28/com/nakov/certificate/CheckerForExtendedKeyUsage.class ./pjeoffice-1.0.28/com/nakov/certificate/CertificateVerifier.class ./pjeoffice-1.0.28/com/nakov/certificate/CertificateVerificationException.class ./pjeoffice-1.0.28/com/sun/jna/platform/wince/CoreDLL.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Wtsapi32.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Wtsapi32$WTS_PROCESS_INFO_EX.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$SERVICE_TABLE_ENTRY.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$SERVICE_STATUS_PROCESS.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$SERVICE_STATUS_HANDLE.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$SERVICE_STATUS.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$SERVICE_MAIN_FUNCTION.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$SERVICE_FAILURE_ACTIONS_FLAG.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$SERVICE_FAILURE_ACTIONS.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$SERVICE_FAILURE_ACTIONS$ByReference.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$SERVICE_DESCRIPTION.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$SC_STATUS_TYPE.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$SC_HANDLE.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$SC_ACTION.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$SC_ACTION$ByReference.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$HandlerEx.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$Handler.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$ENUM_SERVICE_STATUS_PROCESS.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$ENUM_SERVICE_STATUS.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsvc$ChangeServiceConfig2Info.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinspoolUtil.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winspool.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winspool$PRINTER_INFO_4.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winspool$PRINTER_INFO_2.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winspool$PRINTER_INFO_1.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winspool$LPPRINTER_DEFAULTS.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winspool$JOB_INFO_1.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winsock2.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winnetwk.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winnetwk$UNIVERSAL_NAME_INFO.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winnetwk$UNIVERSAL_NAME_INFO$ByReference.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winnetwk$RESOURCEUSAGE.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winnetwk$RESOURCETYPE.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winnetwk$RESOURCESCOPE.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winnetwk$RESOURCEDISPLAYTYPE.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winnetwk$REMOTE_NAME_INFO.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winnetwk$REMOTE_NAME_INFO$ByReference.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winnetwk$NETRESOURCE.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winnetwk$NETRESOURCE$ByReference.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winnetwk$ConnectFlag.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinioctlUtil.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winioctl.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winioctl$STORAGE_DEVICE_NUMBER.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winioctl$STORAGE_DEVICE_NUMBER$ByReference.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WininetUtil.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Wininet.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Wininet$INTERNET_CACHE_ENTRY_INFO.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Wininet$INTERNET_CACHE_ENTRY_INFO$UNION.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_VARIANT_TYPE.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_VARIANT.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_VARIANT$field1_union.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_VARIANT$ByValue.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_VARIANT$ByReference.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_SYSTEM_PROPERTY_ID.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_SUBSCRIBE_NOTIFY_ACTION.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_SUBSCRIBE_FLAGS.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_SEEK_FLAGS.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_RPC_LOGIN_FLAGS.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_RPC_LOGIN.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_RPC_LOGIN$ByValue.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_RPC_LOGIN$ByReference.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_RENDER_FLAGS.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_RENDER_CONTEXT_FLAGS.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_QUERY_PROPERTY_ID.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_QUERY_FLAGS.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_PUBLISHER_METADATA_PROPERTY_ID.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_OPEN_LOG_FLAGS.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_LOG_PROPERTY_ID.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_LOGIN_CLASS.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_HANDLE.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_FORMAT_MESSAGE_FLAGS.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_EXPORTLOG_FLAGS.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_EVENT_PROPERTY_ID.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_EVENT_METADATA_PROPERTY_ID.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_CHANNEL_TYPE.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_CHANNEL_SID_TYPE.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_CHANNEL_REFERENCE_FLAGS.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_CHANNEL_ISOLATION_TYPE.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_CHANNEL_CONFIG_PROPERTY_ID.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$EVT_CHANNEL_CLOCK_TYPE.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Winevt$1.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/Wincon.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinUser.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinUser$WindowProc.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinUser$WinEventProc.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinUser$WNDENUMPROC.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinUser$WNDCLASSEX.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinUser$WNDCLASSEX$ByReference.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinUser$WINDOWPLACEMENT.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinUser$WINDOWINFO.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinUser$SIZE.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinUser$RAWINPUTDEVICELIST.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinUser$MSG.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinUser$MOUSEINPUT.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinUser$MOUSEINPUT$ByReference.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinUser$MONITORINFOEX.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinUser$MONITORINFO.class ./pjeoffice-1.0.28/com/sun/jna/platform/win32/WinUser$MONITORENUMPROC.class ./p Generated by fedora-review 0.8.0 (e988316) last change: 2022-04-07 Command line :/usr/bin/fedora-review --no-colors --prebuilt --rpm-spec --name pjeoffice --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-rawhide-x86_64 Active plugins: Shell-api, Java, Generic Disabled plugins: Ocaml, C/C++, Haskell, SugarActivity, R, fonts, Perl, PHP, Python Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH