Hide Forgot
Spec URL: https://martinkg.fedorapeople.org/Review/SPECS/musicqueue.spec SRPM URL: https://martinkg.fedorapeople.org/Review/SRPMS/musicqueue-0.4.3-1.gita9c95e2.fc24.src.rpm Description: Music orgainizer and player based on a fork of Guayadeque Fedora Account System Username: martinkg rpmlint -i /home/martin/rpmbuild/SRPMS/musicqueue-0.4.3-1.gita9c95e2.fc24.src.rpm /home/martin/rpmbuild/RPMS/x86_64/musicqueue-0.4.3-1.gita9c95e2.fc24.x86_64.rpm /home/martin/rpmbuild/RPMS/x86_64/musicqueue-debuginfo-0.4.3-1.gita9c95e2.fc24.x86_64.rpm musicqueue.src: W: spelling-error Summary(en_US) orgainizer -> organizer, organize The value of this tag appears to be misspelled. Please double-check. musicqueue.src: W: spelling-error %description -l en_US orgainizer -> organizer, organize The value of this tag appears to be misspelled. Please double-check. musicqueue.src: W: spelling-error %description -l en_US revison -> revision The value of this tag appears to be misspelled. Please double-check. musicqueue.src: W: spelling-error %description -l en_US podcasts -> podcast, pod casts, pod-casts The value of this tag appears to be misspelled. Please double-check. musicqueue.src:14: W: macro-in-comment %{name} There is a unescaped macro after a shell style comment in the specfile. Macros are expanded everywhere, so check if it can cause a problem in this case and escape the macro with another leading % if appropriate. musicqueue.src:15: W: macro-in-comment %{name} There is a unescaped macro after a shell style comment in the specfile. Macros are expanded everywhere, so check if it can cause a problem in this case and escape the macro with another leading % if appropriate. musicqueue.src:15: W: macro-in-comment %{shortcommit0} There is a unescaped macro after a shell style comment in the specfile. Macros are expanded everywhere, so check if it can cause a problem in this case and escape the macro with another leading % if appropriate. musicqueue.src:15: W: macro-in-comment %{name} There is a unescaped macro after a shell style comment in the specfile. Macros are expanded everywhere, so check if it can cause a problem in this case and escape the macro with another leading % if appropriate. musicqueue.src:32: W: unversioned-explicit-provides bundled(md5-polstra) The specfile contains an unversioned Provides: token, which will match all older, equal, and newer versions of the provided thing. This may cause update problems and will make versioned dependencies, obsoletions and conflicts on the provided thing useless -- make the Provides versioned if possible. musicqueue.x86_64: W: spelling-error Summary(en_US) orgainizer -> organizer, organize The value of this tag appears to be misspelled. Please double-check. musicqueue.x86_64: W: spelling-error %description -l en_US orgainizer -> organizer, organize The value of this tag appears to be misspelled. Please double-check. musicqueue.x86_64: W: spelling-error %description -l en_US revison -> revision The value of this tag appears to be misspelled. Please double-check. musicqueue.x86_64: W: spelling-error %description -l en_US podcasts -> podcast, pod casts, pod-casts The value of this tag appears to be misspelled. Please double-check. musicqueue.x86_64: W: no-manual-page-for-binary musicqueue Each executable in standard binary directories should have a man page. 3 packages and 0 specfiles checked; 0 errors, 14 warnings.
Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed ===== Issues ===== - Compile involves code released under BSD license (src/hmac) and LGPLv2+ (src/ApeTag.cpp src/ApeTag.h src/TagInfo.cpp src/TagInfo.h). - Default compiler flags are not honored with 'c++', only with 'cc'. See build log. - appdata file is not edited according to the Fedora guidelines and points to screenshot from different operating systems. See https://fedoraproject.org/wiki/Packaging:AppData - Your package does not install icons into one of the subdirectories in %{_datadir}/icons/; scriptlets are useless. https://fedoraproject.org/wiki/Packaging:Scriptlets?rd=Packaging:ScriptletSnippets#Icon_Cache ===== MUST items ===== C/C++: [x]: Package does not contain kernel modules. [x]: Package contains no static executables. [x]: Header files in -devel subpackage, if present. [x]: Package does not contain any libtool archives (.la) [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. Licenses found: "GPL (v3 or later)", "Unknown or generated", "MIT/X11 (BSD like)", "*No copyright* Public domain", "BSD (3 clause)", "LGPL (v2.1 or later)". 217 files have unknown license. Detailed output of licensecheck in /home/sagitter/FedoraReview/1328041-musicqueue/licensecheck.txt [x]: License file installed when any subpackage combination is installed. [!]: %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. [-]: Development files must be in a -devel package [x]: Package uses nothing in %doc for runtime. [x]: The spec file handles locales properly. [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]: update-desktop-database is invoked in %post and %postun if package contains desktop file(s) with a MimeType: entry. Note: desktop file(s) with MimeType entry in musicqueue [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 10240 bytes in 1 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]: 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 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]: Fully versioned dependency in subpackages if applicable. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in musicqueue-debuginfo [ ]: Package functions as described. [x]: Latest version is packaged. [x]: Package does not include license text files separate from upstream. [-]: 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]: 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]: Packager, Vendor, PreReq, Copyright tags should not be in spec file [x]: Uses parallel make %{?_smp_mflags} macro. [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: [-]: Large data in /usr/share should live in a noarch subpackage if package is arched. Note: Arch-ed rpms have a total of 1720320 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: musicqueue-0.4.3-1.gita9c95e2.fc25.x86_64.rpm musicqueue-debuginfo-0.4.3-1.gita9c95e2.fc25.x86_64.rpm musicqueue-0.4.3-1.gita9c95e2.fc25.src.rpm musicqueue.x86_64: W: spelling-error Summary(en_US) orgainizer -> organizer, organize musicqueue.x86_64: W: spelling-error %description -l en_US orgainizer -> organizer, organize musicqueue.x86_64: W: spelling-error %description -l en_US revison -> revision musicqueue.x86_64: W: spelling-error %description -l en_US podcasts -> podcast, pod casts, pod-casts musicqueue.x86_64: W: no-manual-page-for-binary musicqueue musicqueue.src: W: spelling-error Summary(en_US) orgainizer -> organizer, organize musicqueue.src: W: spelling-error %description -l en_US orgainizer -> organizer, organize musicqueue.src: W: spelling-error %description -l en_US revison -> revision musicqueue.src: W: spelling-error %description -l en_US podcasts -> podcast, pod casts, pod-casts musicqueue.src:28: W: unversioned-explicit-provides bundled(md5-polstra) 3 packages and 0 specfiles checked; 0 errors, 10 warnings. Rpmlint (debuginfo) ------------------- Checking: musicqueue-debuginfo-0.4.3-1.gita9c95e2.fc25.x86_64.rpm 1 packages and 0 specfiles checked; 0 errors, 0 warnings. Rpmlint (installed packages) ---------------------------- sh: /usr/bin/python: No such file or directory musicqueue.x86_64: W: spelling-error Summary(en_US) orgainizer -> organizer, organize musicqueue.x86_64: W: spelling-error %description -l en_US orgainizer -> organizer, organize musicqueue.x86_64: W: spelling-error %description -l en_US revison -> revision musicqueue.x86_64: W: spelling-error %description -l en_US podcasts -> podcast, pod casts, pod-casts musicqueue.x86_64: W: no-manual-page-for-binary musicqueue 2 packages and 0 specfiles checked; 0 errors, 5 warnings. Requires -------- musicqueue-debuginfo (rpmlib, GLIBC filtered): musicqueue (rpmlib, GLIBC filtered): /bin/sh libc.so.6()(64bit) libcurl.so.4()(64bit) libdbus-1.so.3()(64bit) libdbus-1.so.3(LIBDBUS_1_3)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgpod.so.4()(64bit) libgstreamer-0.10.so.0()(64bit) libgthread-2.0.so.0()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libsqlite3.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libtag.so.1()(64bit) libwx_baseu-3.0.so.0()(64bit) libwx_baseu-3.0.so.0(WXU_3.0)(64bit) libwx_baseu_net-3.0.so.0()(64bit) libwx_baseu_xml-3.0.so.0()(64bit) libwx_baseu_xml-3.0.so.0(WXU_3.0)(64bit) libwx_gtk3u_adv-3.0.so.0()(64bit) libwx_gtk3u_adv-3.0.so.0(WXU_3.0)(64bit) libwx_gtk3u_aui-3.0.so.0()(64bit) libwx_gtk3u_aui-3.0.so.0(WXU_3.0)(64bit) libwx_gtk3u_core-3.0.so.0()(64bit) libwx_gtk3u_core-3.0.so.0(WXU_3.0)(64bit) libwx_gtk3u_html-3.0.so.0()(64bit) libwx_gtk3u_html-3.0.so.0(WXU_3.0)(64bit) libwx_gtk3u_qa-3.0.so.0()(64bit) libwx_gtk3u_qa-3.0.so.0(WXU_3.0)(64bit) libwxcode_gtk3u_wxsqlite3-3.0.so.0()(64bit) libxml2.so.2()(64bit) rtld(GNU_HASH) Provides -------- musicqueue-debuginfo: musicqueue-debuginfo musicqueue-debuginfo(x86-64) musicqueue: appdata() appdata(musicqueue.appdata.xml) application() application(musicqueue.desktop) bundled(md5-polstra) guayadeque mimehandler(application/ogg) mimehandler(application/x-flac) mimehandler(audio/mp4) mimehandler(audio/mpeg) mimehandler(audio/mpegurl) mimehandler(audio/ogg) mimehandler(audio/x-ape) mimehandler(audio/x-flac) mimehandler(audio/x-m4a) mimehandler(audio/x-mod) mimehandler(audio/x-mp3) mimehandler(audio/x-mpeg) mimehandler(audio/x-mpegurl) mimehandler(audio/x-ms-asf) mimehandler(audio/x-ms-asx) mimehandler(audio/x-ms-wax) mimehandler(audio/x-ms-wma) musicqueue musicqueue(x86-64) Source checksums ---------------- https://gitlab.com/digifuzzy/musicqueue/repository/archive.tar.gz?ref=v0.4.3#/musicqueue-0.4.3.tar.gz : CHECKSUM(SHA256) this package : 4268c8d16469d2a3c91cd61977596e9fd5a8de32aa54ebcf3156d2a79b40b8c1 CHECKSUM(SHA256) upstream package : 4268c8d16469d2a3c91cd61977596e9fd5a8de32aa54ebcf3156d2a79b40b8c1 Generated by fedora-review 0.6.0 (7737a2a) last change: 2015-11-26 Command line :./try-fedora-review -m fedora-rawhide-x86_64 -b 1328041 Buildroot used: fedora-rawhide-x86_64 Active plugins: Generic, Shell-api, C/C++ Disabled plugins: Java, Python, fonts, SugarActivity, Ocaml, Perl, Haskell, R, PHP, Ruby Disabled flags: EXARCH, DISTTAG, EPEL5, BATCH, EPEL6
(In reply to Antonio Trande from comment #1) > > ===== Issues ===== > > - Compile involves code released under BSD license (src/hmac) and > LGPLv2+ (src/ApeTag.cpp src/ApeTag.h src/TagInfo.cpp src/TagInfo.h). done > - Default compiler flags are not honored with 'c++', only with 'cc'. > See build log. > done > - appdata file is not edited according to the Fedora guidelines and points to > screenshot from different operating systems. > See https://fedoraproject.org/wiki/Packaging:AppData > added patch, if this is ok, i will forward the patch to upstream. > - Your package does not install icons into one of the subdirectories in > %{_datadir}/icons/; scriptlets are useless. > https://fedoraproject.org/wiki/Packaging:Scriptlets?rd=Packaging: > ScriptletSnippets#Icon_Cache > done Spec URL: https://martinkg.fedorapeople.org/Review/SPECS/musicqueue.spec SRPM URL: https://martinkg.fedorapeople.org/Review/SRPMS/musicqueue-0.4.6-1.gitd2d8824.fc24.src.rpm %changelog * Tue May 03 2016 Martin Gansser <martinkg> - 0.4.6-1.gitd2d8824 - updat to 0.4.6 - added license BSD and LGPLv2+ to license tag - added -DCMAKE_C_FLAGS="%%{optflags}" - added %%{name}-appdata.patch - dropped scriptlets for installing %%{_datadir}/icons/ - spec file cleanup rpmlint: Checking: musicqueue-0.4.6-1.gitd2d8824.fc25.x86_64.rpm musicqueue-debuginfo-0.4.6-1.gitd2d8824.fc25.x86_64.rpm musicqueue-0.4.6-1.gitd2d8824.fc25.src.rpm musicqueue.x86_64: W: spelling-error Summary(en_US) orgainizer -> organizer, organize musicqueue.x86_64: W: spelling-error %description -l en_US orgainizer -> organizer, organize musicqueue.x86_64: W: spelling-error %description -l en_US revison -> revision musicqueue.x86_64: W: spelling-error %description -l en_US podcasts -> podcast, pod casts, pod-casts musicqueue.x86_64: W: no-manual-page-for-binary musicqueue musicqueue.src: W: spelling-error Summary(en_US) orgainizer -> organizer, organize musicqueue.src: W: spelling-error %description -l en_US orgainizer -> organizer, organize musicqueue.src: W: spelling-error %description -l en_US revison -> revision musicqueue.src: W: spelling-error %description -l en_US podcasts -> podcast, pod casts, pod-casts musicqueue.src:29: W: unversioned-explicit-provides bundled(md5-polstra) 3 packages and 0 specfiles checked; 0 errors, 10 warnings.
Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed ===== Issues ===== - appdata file is still not ready: note <application>, <project_license> tags. https://fedoraproject.org/wiki/Packaging:AppData - Obsoletes: guayadeque <= 0.3.7-14 Provides: guayadeque = %{version}-%{release} This package does not provide 'guayadeque'. ===== MUST items ===== C/C++: [x]: Package does not contain kernel modules. [x]: Package contains no static executables. [x]: Header files in -devel subpackage, if present. [x]: Package does not contain any libtool archives (.la) [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. [x]: License field in the package spec file matches the actual license. Note: Checking patched sources after %prep for licenses. Licenses found: "MIT/X11 (BSD like)", "LGPL (v2.1 or later)", "GPL (v3 or later)", "Unknown or generated". 219 files have unknown license. Detailed output of licensecheck in /home/sagitter/FedoraReview/1328041-musicqueue/licensecheck.txt [x]: 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]: %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. [-]: Development files must be in a -devel package [x]: Package uses nothing in %doc for runtime. [x]: The spec file handles locales properly. [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]: update-desktop-database is invoked in %post and %postun if package contains desktop file(s) with a MimeType: entry. Note: desktop file(s) with MimeType entry in musicqueue [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 10240 bytes in 1 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]: 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 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]: Fully versioned dependency in subpackages if applicable. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in musicqueue-debuginfo [ ]: 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]: 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]: Packager, Vendor, PreReq, Copyright tags should not be in spec file [x]: Uses parallel make %{?_smp_mflags} macro. [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: [-]: Large data in /usr/share should live in a noarch subpackage if package is arched. Note: Arch-ed rpms have a total of 1720320 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: musicqueue-0.4.6-1.gitd2d8824.fc25.x86_64.rpm musicqueue-debuginfo-0.4.6-1.gitd2d8824.fc25.x86_64.rpm musicqueue-0.4.6-1.gitd2d8824.fc25.src.rpm musicqueue.x86_64: W: spelling-error Summary(en_US) orgainizer -> organizer, organize musicqueue.x86_64: W: spelling-error %description -l en_US orgainizer -> organizer, organize musicqueue.x86_64: W: spelling-error %description -l en_US revison -> revision musicqueue.x86_64: W: spelling-error %description -l en_US podcasts -> podcast, pod casts, pod-casts musicqueue.x86_64: W: no-manual-page-for-binary musicqueue musicqueue.src: W: spelling-error Summary(en_US) orgainizer -> organizer, organize musicqueue.src: W: spelling-error %description -l en_US orgainizer -> organizer, organize musicqueue.src: W: spelling-error %description -l en_US revison -> revision musicqueue.src: W: spelling-error %description -l en_US podcasts -> podcast, pod casts, pod-casts musicqueue.src:29: W: unversioned-explicit-provides bundled(md5-polstra) 3 packages and 0 specfiles checked; 0 errors, 10 warnings. Rpmlint (debuginfo) ------------------- Checking: musicqueue-debuginfo-0.4.6-1.gitd2d8824.fc25.x86_64.rpm 1 packages and 0 specfiles checked; 0 errors, 0 warnings. Rpmlint (installed packages) ---------------------------- sh: /usr/bin/python: No such file or directory musicqueue.x86_64: W: spelling-error Summary(en_US) orgainizer -> organizer, organize musicqueue.x86_64: W: spelling-error %description -l en_US orgainizer -> organizer, organize musicqueue.x86_64: W: spelling-error %description -l en_US revison -> revision musicqueue.x86_64: W: spelling-error %description -l en_US podcasts -> podcast, pod casts, pod-casts musicqueue.x86_64: W: no-manual-page-for-binary musicqueue 2 packages and 0 specfiles checked; 0 errors, 5 warnings. Requires -------- musicqueue-debuginfo (rpmlib, GLIBC filtered): musicqueue (rpmlib, GLIBC filtered): /bin/sh libc.so.6()(64bit) libcrypto.so.10()(64bit) libcrypto.so.10(libcrypto.so.10)(64bit) libcurl.so.4()(64bit) libdbus-1.so.3()(64bit) libdbus-1.so.3(LIBDBUS_1_3)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libglib-2.0.so.0()(64bit) libgmodule-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgpod.so.4()(64bit) libgstreamer-0.10.so.0()(64bit) libgthread-2.0.so.0()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) libsqlite3.so.0()(64bit) libssl.so.10()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.8)(64bit) libtag.so.1()(64bit) libwx_baseu-3.0.so.0()(64bit) libwx_baseu-3.0.so.0(WXU_3.0)(64bit) libwx_baseu_net-3.0.so.0()(64bit) libwx_baseu_xml-3.0.so.0()(64bit) libwx_baseu_xml-3.0.so.0(WXU_3.0)(64bit) libwx_gtk3u_adv-3.0.so.0()(64bit) libwx_gtk3u_adv-3.0.so.0(WXU_3.0)(64bit) libwx_gtk3u_aui-3.0.so.0()(64bit) libwx_gtk3u_aui-3.0.so.0(WXU_3.0)(64bit) libwx_gtk3u_core-3.0.so.0()(64bit) libwx_gtk3u_core-3.0.so.0(WXU_3.0)(64bit) libwx_gtk3u_html-3.0.so.0()(64bit) libwx_gtk3u_html-3.0.so.0(WXU_3.0)(64bit) libwx_gtk3u_qa-3.0.so.0()(64bit) libwx_gtk3u_qa-3.0.so.0(WXU_3.0)(64bit) libwxcode_gtk3u_wxsqlite3-3.0.so.0()(64bit) libxml2.so.2()(64bit) rtld(GNU_HASH) Provides -------- musicqueue-debuginfo: musicqueue-debuginfo musicqueue-debuginfo(x86-64) musicqueue: appdata() appdata(musicqueue.appdata.xml) application() application(musicqueue.desktop) bundled(md5-polstra) guayadeque mimehandler(application/ogg) mimehandler(application/x-flac) mimehandler(audio/mp4) mimehandler(audio/mpeg) mimehandler(audio/mpegurl) mimehandler(audio/ogg) mimehandler(audio/x-ape) mimehandler(audio/x-flac) mimehandler(audio/x-m4a) mimehandler(audio/x-mod) mimehandler(audio/x-mp3) mimehandler(audio/x-mpeg) mimehandler(audio/x-mpegurl) mimehandler(audio/x-ms-asf) mimehandler(audio/x-ms-asx) mimehandler(audio/x-ms-wax) mimehandler(audio/x-ms-wma) musicqueue musicqueue(x86-64) Source checksums ---------------- https://gitlab.com/digifuzzy/musicqueue/repository/archive.tar.gz?ref=v0.4.6#/musicqueue-0.4.6.tar.gz : CHECKSUM(SHA256) this package : 8ba2cd7680cba901f0f9da89acbdf785b6866c9610fafce7ca468ad5eb9f5afa CHECKSUM(SHA256) upstream package : 8ba2cd7680cba901f0f9da89acbdf785b6866c9610fafce7ca468ad5eb9f5afa Generated by fedora-review 0.6.0 (7737a2a) last change: 2015-11-26 Command line :./try-fedora-review -m fedora-rawhide-x86_64 -b 1328041 Buildroot used: fedora-rawhide-x86_64 Active plugins: Generic, Shell-api, C/C++ Disabled plugins: Java, Python, fonts, SugarActivity, Ocaml, Perl, Haskell, R, PHP, Ruby Disabled flags: EXARCH, DISTTAG, EPEL5, BATCH, EPEL6
(In reply to Antonio Trande from comment #3) > > ===== Issues ===== > > - appdata file is still not ready: note <application>, <project_license> > tags. > https://fedoraproject.org/wiki/Packaging:AppData > done > - Obsoletes: guayadeque <= 0.3.7-14 > Provides: guayadeque = %{version}-%{release} > > This package does not provide 'guayadeque'. done Spec URL: https://martinkg.fedorapeople.org/Review/SPECS/musicqueue.spec SRPM URL: https://martinkg.fedorapeople.org/Review/SRPMS/musicqueue-0.4.6-2.gitd2d8824.fc24.src.rpm %changelog * Tue May 03 2016 Martin Gansser <martinkg> - 0.4.6-2.gitd2d8824 - corrected license tag in %%{name}.appdata.xml file - dropped Provides tag
Package approved.
@Antonio Thanks for the review.
Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/rpms/musicqueue
package has been built successfully on fc24 and rawhide.
I will retire musicqueue from git, because the developer of musicqueue has stopped development and the developer of guayadeque has resumed development after a year of abstinence. :-(