[Bug 2257179] Review Request: qmplay2 - Qt based media player, streamer and downloader

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=2257179

Dominik 'Rathann' Mierzejewski <dominik@xxxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@xxxxxxxxxxxxxxxxx    |dominik@xxxxxxxxxxxxxx
              Flags|                            |fedora-review?



--- Comment #3 from Dominik 'Rathann' Mierzejewski <dominik@xxxxxxxxxxxxxx> ---
Package Review
==============

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


Issues:
=======
- Missing BuildRequires against gcc, gcc-c++ or clang.
  Note: No gcc, gcc-c++ or clang found in BuildRequires
  See: https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/

- Unversioned .so file is present in the main package
(%{_libdir}/libqmplay2.so)

- The bundled vulkan headers are licensed under Apache-2.0 license:
  src/qmplay2/vulkan/headers/include/vulkan/vulkan_core.h: Apache-2.0
  src/qmplay2/vulkan/headers/include/vulkan/vulkan.hpp: Apache-2.0 and/or GPL-2
  Please unbundle and/or update License tag and license break-down.

- Please include license texts:
  * qmvk MIT license text (src/qmvk/LICENSE)
  * libmodplug license text (src/modules/Modplug/libmodplug/COPYING)
  * (if not unbundled) vulkan headers Apache license text
(src/qmplay2/vulkan/headers/LICENSE.txt)

- The package seems to support Qt6. Perhaps it should be built with
  the newer Qt version?

- in the %install section, you are removing some files:

# AUTHORS & ChangeLog are required for Help->About window
rm -f %{buildroot}%{_datadir}/qmplay2/{LICENSE,README.md}

  Please use rm -v here so that you are aware when these are
  moved somewhere else by upstream. 

- There are some documentation duplicates caught by rpmlint:
  qmplay2.x86_64: W: files-duplicate /usr/share/qmplay2/AUTHORS
/usr/share/doc/qmplay2/AUTHORS
  qmplay2.x86_64: W: files-duplicate /usr/share/qmplay2/ChangeLog
/usr/share/doc/qmplay2/ChangeLog
  but I guess it's explained above. Perhaps asking to patch
  the code to look for these in the "correct" location is
  too much.

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

C/C++:
[-]: Provides: bundled(gnulib) in place as required.
     Note: Sources not installed
[-]: Package does not contain kernel modules.
[x]: Header files in -devel subpackage, if present.
[x]: Package does not contain any libtool archives (.la)
[x]: Package contains no static executables.
[x]: Rpath absent or only used for internal libs.

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. No licenses
     found. Please check the source files for licenses manually.
[!]: License file installed when any subpackage combination is installed.
[!]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.
[x]: Package requires other packages for directories it uses.
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[x]: 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]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[-]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 80772 bytes in 3 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]: The License field must be a valid SPDX expression.
[x]: Package must own all directories that it creates.
[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]: Package installs a %{name}.desktop using desktop-file-install or
     desktop-file-validate if there is such a file.
[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]: Packages must not store files under /srv, /opt or /usr/local

===== 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).
[x]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[-]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[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]: 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]: Fully versioned dependency in subpackages if applicable.
[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.
[x]: Spec use %global instead of %define unless justified.

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

Generic:
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
     Note: Arch-ed rpms have a total of 1361920 bytes in /usr/share
[x]: Rpmlint is run on debuginfo package(s).
     Note: No rpmlint messages.
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: qmplay2-23.10.22-2.fc41.x86_64.rpm
          qmplay2-devel-23.10.22-2.fc41.x86_64.rpm
          qmplay2-debuginfo-23.10.22-2.fc41.x86_64.rpm
          qmplay2-debugsource-23.10.22-2.fc41.x86_64.rpm
          qmplay2-23.10.22-2.fc41.src.rpm
========================================================== rpmlint session
starts ==========================================================
rpmlint: 2.5.0
configuration:
    /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
rpmlintrc: [PosixPath('/tmp/tmp5tjq00vw')]
checks: 32, packages: 5

qmplay2.spec:64: W: unversioned-explicit-provides bundled(libmodplug)
qmplay2.src: E: spelling-error ('downloader', 'Summary(en_US) downloader ->
downloaded, down loader, down-loader')
qmplay2.src: E: spelling-error ('ffmpeg', '%description -l en_US ffmpeg ->
MPEG')
qmplay2.src: E: spelling-error ('libmodplug', '%description -l en_US libmodplug
')
qmplay2.x86_64: E: spelling-error ('downloader', 'Summary(en_US) downloader ->
downloaded, down loader, down-loader')
qmplay2.x86_64: E: spelling-error ('ffmpeg', '%description -l en_US ffmpeg ->
MPEG')
qmplay2.x86_64: E: spelling-error ('libmodplug', '%description -l en_US
libmodplug ')
qmplay2.x86_64: W: obsolete-not-provided qmplay2-kde-integration
qmplay2-devel.x86_64: W: no-documentation
qmplay2.x86_64: W: gzipped-svg-icon
/usr/share/icons/hicolor/scalable/apps/QMPlay2.svgz
qmplay2.x86_64: W: files-duplicate /usr/share/qmplay2/AUTHORS
/usr/share/doc/qmplay2/AUTHORS
qmplay2.x86_64: W: files-duplicate /usr/share/qmplay2/ChangeLog
/usr/share/doc/qmplay2/ChangeLog
==================== 5 packages and 0 specfiles checked; 6 errors, 6 warnings,
77 filtered, 6 badness; has taken 3.5 s =====================




Rpmlint (debuginfo)
-------------------
Checking: qmplay2-debuginfo-23.10.22-2.fc41.x86_64.rpm
========================================================== rpmlint session
starts ==========================================================
rpmlint: 2.5.0
configuration:
    /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
rpmlintrc: [PosixPath('/tmp/tmpqqw1lx99')]
checks: 32, packages: 1

==================== 1 packages and 0 specfiles checked; 0 errors, 0 warnings,
48 filtered, 0 badness; has taken 1.5 s =====================





Rpmlint (installed packages)
----------------------------
============================ rpmlint session starts
============================
rpmlint: 2.5.0
configuration:
    /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml
    /etc/xdg/rpmlint/fedora-legacy-licenses.toml
    /etc/xdg/rpmlint/fedora-spdx-licenses.toml
    /etc/xdg/rpmlint/fedora.toml
    /etc/xdg/rpmlint/scoring.toml
    /etc/xdg/rpmlint/users-groups.toml
    /etc/xdg/rpmlint/warn-on-functions.toml
checks: 32, packages: 4

qmplay2.x86_64: E: spelling-error ('downloader', 'Summary(en_US) downloader ->
downloaded, down loader, down-loader')
qmplay2.x86_64: E: spelling-error ('ffmpeg', '%description -l en_US ffmpeg ->
MPEG')
qmplay2.x86_64: E: spelling-error ('libmodplug', '%description -l en_US
libmodplug ')
qmplay2.x86_64: W: obsolete-not-provided qmplay2-kde-integration
qmplay2-devel.x86_64: W: no-documentation
qmplay2.x86_64: W: gzipped-svg-icon
/usr/share/icons/hicolor/scalable/apps/QMPlay2.svgz
qmplay2.x86_64: W: files-duplicate /usr/share/qmplay2/AUTHORS
/usr/share/doc/qmplay2/AUTHORS
qmplay2.x86_64: W: files-duplicate /usr/share/qmplay2/ChangeLog
/usr/share/doc/qmplay2/ChangeLog
 4 packages and 0 specfiles checked; 3 errors, 5 warnings, 93 filtered, 3
badness; has taken 8.5 s 



Unversioned so-files
--------------------
qmplay2: /usr/lib64/libqmplay2.so
qmplay2: /usr/lib64/qmplay2/modules/libALSA.so
qmplay2: /usr/lib64/qmplay2/modules/libAudioCD.so
qmplay2: /usr/lib64/qmplay2/modules/libAudioFilters.so
qmplay2: /usr/lib64/qmplay2/modules/libCUVID.so
qmplay2: /usr/lib64/qmplay2/modules/libChiptune.so
qmplay2: /usr/lib64/qmplay2/modules/libExtensions.so
qmplay2: /usr/lib64/qmplay2/modules/libFFmpeg.so
qmplay2: /usr/lib64/qmplay2/modules/libInputs.so
qmplay2: /usr/lib64/qmplay2/modules/libModplug.so
qmplay2: /usr/lib64/qmplay2/modules/libNotify.so
qmplay2: /usr/lib64/qmplay2/modules/libPipeWire.so
qmplay2: /usr/lib64/qmplay2/modules/libPlaylists.so
qmplay2: /usr/lib64/qmplay2/modules/libPulseAudio.so
qmplay2: /usr/lib64/qmplay2/modules/libQPainter.so
qmplay2: /usr/lib64/qmplay2/modules/libSubtitles.so
qmplay2: /usr/lib64/qmplay2/modules/libVideoFilters.so
qmplay2: /usr/lib64/qmplay2/modules/libVisualizations.so
qmplay2: /usr/lib64/qmplay2/modules/libXVideo.so

Source checksums
----------------
https://github.com/zaps166/QMPlay2/releases/download/23.10.22/QMPlay2-src-23.10.22.tar.xz
:
  CHECKSUM(SHA256) this package     :
d81c5a81a8839ac441eb7466eb16931aab92f71fd784a3b3e1d709272c4237cf
  CHECKSUM(SHA256) upstream package :
d81c5a81a8839ac441eb7466eb16931aab92f71fd784a3b3e1d709272c4237cf


Requires
--------
qmplay2 (rpmlib, GLIBC filtered):
    hicolor-icon-theme
    kde-filesystem
    libEGL.so.1()(64bit)
    libQt5Core.so.5()(64bit)
    libQt5Core.so.5(Qt_5)(64bit)
    libQt5Core.so.5(Qt_5.15)(64bit)
    libQt5DBus.so.5()(64bit)
    libQt5DBus.so.5(Qt_5)(64bit)
    libQt5Gui.so.5()(64bit)
    libQt5Gui.so.5(Qt_5)(64bit)
    libQt5Qml.so.5()(64bit)
    libQt5Qml.so.5(Qt_5)(64bit)
    libQt5Widgets.so.5()(64bit)
    libQt5Widgets.so.5(Qt_5)(64bit)
    libX11.so.6()(64bit)
    libXv.so.1()(64bit)
    libasound.so.2()(64bit)
    libasound.so.2(ALSA_0.9)(64bit)
    libasound.so.2(ALSA_0.9.0rc4)(64bit)
    libass.so.9()(64bit)
    libavcodec.so.60()(64bit)
    libavcodec.so.60(LIBAVCODEC_60)(64bit)
    libavdevice.so.60()(64bit)
    libavdevice.so.60(LIBAVDEVICE_60)(64bit)
    libavformat.so.60()(64bit)
    libavformat.so.60(LIBAVFORMAT_60)(64bit)
    libavutil.so.58()(64bit)
    libavutil.so.58(LIBAVUTIL_58)(64bit)
    libc.so.6()(64bit)
    libcddb.so.2()(64bit)
    libcdio.so.19()(64bit)
    libcdio.so.19(CDIO_19)(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libgcc_s.so.1(GCC_3.3.1)(64bit)
    libgme.so.0()(64bit)
    libm.so.6()(64bit)
    libpipewire-0.3.so.0()(64bit)
    libpulse-simple.so.0()(64bit)
    libpulse-simple.so.0(PULSE_0)(64bit)
    libpulse.so.0()(64bit)
    libpulse.so.0(PULSE_0)(64bit)
    libqmplay2.so()(64bit)
    librubberband.so.2()(64bit)
    libsidplayfp.so.6()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.15)(64bit)
    libstdc++.so.6(CXXABI_1.3.5)(64bit)
    libstdc++.so.6(CXXABI_1.3.8)(64bit)
    libstdc++.so.6(CXXABI_1.3.9)(64bit)
    libswresample.so.4()(64bit)
    libswresample.so.4(LIBSWRESAMPLE_4)(64bit)
    libswscale.so.7()(64bit)
    libswscale.so.7(LIBSWSCALE_7)(64bit)
    libtag.so.1()(64bit)
    libva-drm.so.2()(64bit)
    libva.so.2()(64bit)
    libva.so.2(VA_API_0.33.0)(64bit)
    rtld(GNU_HASH)
    shared-mime-info

qmplay2-devel (rpmlib, GLIBC filtered):
    qmplay2(x86-64)

qmplay2-debuginfo (rpmlib, GLIBC filtered):

qmplay2-debugsource (rpmlib, GLIBC filtered):



Provides
--------
qmplay2:
    application()
    application(QMPlay2.desktop)
    application(QMPlay2_enqueue.desktop)
    bundled(libbs2b)
    bundled(libmodplug)
    libqmplay2.so()(64bit)
    metainfo()
    metainfo(QMPlay2.appdata.xml)
    mimehandler(application/vnd.rn-realmedia)
    mimehandler(application/x-cue)
    mimehandler(application/x-matroska)
    mimehandler(application/x-shockwave-flash)
    mimehandler(application/xspf+xml)
    mimehandler(audio/AMR)
    mimehandler(audio/aac)
    mimehandler(audio/ac3)
    mimehandler(audio/flac)
    mimehandler(audio/mp2)
    mimehandler(audio/mp4)
    mimehandler(audio/mpeg)
    mimehandler(audio/ogg)
    mimehandler(audio/prs.sid)
    mimehandler(audio/webm)
    mimehandler(audio/x-aiff)
    mimehandler(audio/x-ape)
    mimehandler(audio/x-flac+ogg)
    mimehandler(audio/x-gme)
    mimehandler(audio/x-it)
    mimehandler(audio/x-j2b)
    mimehandler(audio/x-matroska)
    mimehandler(audio/x-mod)
    mimehandler(audio/x-mpegurl)
    mimehandler(audio/x-ms-asx)
    mimehandler(audio/x-ms-wma)
    mimehandler(audio/x-musepack)
    mimehandler(audio/x-s3m)
    mimehandler(audio/x-scpls)
    mimehandler(audio/x-sfx)
    mimehandler(audio/x-stm)
    mimehandler(audio/x-tta)
    mimehandler(audio/x-umx)
    mimehandler(audio/x-vorbis+ogg)
    mimehandler(audio/x-wav)
    mimehandler(audio/x-wavpack)
    mimehandler(audio/x-xi)
    mimehandler(audio/x-xm)
    mimehandler(inode/directory)
    mimehandler(video/3gpp)
    mimehandler(video/3gpp2)
    mimehandler(video/dv)
    mimehandler(video/mp2t)
    mimehandler(video/mp4)
    mimehandler(video/mpeg)
    mimehandler(video/ogg)
    mimehandler(video/quicktime)
    mimehandler(video/vnd.rn-realvideo)
    mimehandler(video/webm)
    mimehandler(video/x-bink)
    mimehandler(video/x-flv)
    mimehandler(video/x-matroska)
    mimehandler(video/x-ms-asf)
    mimehandler(video/x-ms-wmv)
    mimehandler(video/x-msvideo)
    mimehandler(video/x-ogm+ogg)
    mimehandler(video/x-theora+ogg)
    qmplay2
    qmplay2(x86-64)

qmplay2-devel:
    qmplay2-devel
    qmplay2-devel(x86-64)

qmplay2-debuginfo:
    debuginfo(build-id)
    libALSA.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libAudioCD.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libAudioFilters.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libCUVID.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libChiptune.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libExtensions.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libFFmpeg.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libInputs.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libModplug.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libNotify.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libPipeWire.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libPlaylists.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libPulseAudio.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libQPainter.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libSubtitles.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libVideoFilters.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libVisualizations.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libXVideo.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    libqmplay2.so-23.10.22-2.fc41.x86_64.debug()(64bit)
    qmplay2-debuginfo
    qmplay2-debuginfo(x86-64)

qmplay2-debugsource:
    qmplay2-debugsource
    qmplay2-debugsource(x86-64)



Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24
Command line :/usr/bin/fedora-review -b 2257179
Buildroot used: fedora-rawhide-x86_64
Active plugins: Generic, Shell-api, C/C++
Disabled plugins: Python, Ocaml, Haskell, Java, SugarActivity, Perl, R, PHP,
fonts
Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2257179

Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202257179%23c3
--
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux