Re-review request for un-retirement Spec URL: https://mtasaka.fedorapeople.org/Review_request/pnmixer/pnmixer.spec SRPM URL: https://mtasaka.fedorapeople.org/Review_request/pnmixer/pnmixer-0.7.2-3.fc30.src.rpm Description: PNMixer is system tray sound mixer. Currently it supports ALSA and PulseAudio. It is written in C, depends only on GTK+, and does not require Gnome. PNMixer is a fork of OBMixer with a number of additions. These include: * Volume adjustment with the scroll wheel * Textual display of volume level in popup window * Continuous volume adjustment when dragging the slider (not just when you let go) * Draw a volume level onto system tray icon * Use system icon theme for icons and use mute/low/medium/high volume icons * Configurable middle click action (default is mute/unmute) * Preferences for: * volume text display * volume text position * icon theme * amount to adjust per scroll * middle click action * drawing of volume level on tray icon Fedora Account System Username: mtasaka koji scratch build for F33: https://koji.fedoraproject.org/koji/taskinfo?taskID=41822931
>Group: Applications/Multimedia The "Group:" tag is not used in Fedora. https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sections >URL: https://github.com/nicklan/pnmixer >Source0: %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz For GitHub, you can use "archive/v%{version}/%{name}-%{version}.tar.gz". ># Fix icon in launcher >sed -i \ > 's/Icon=pnmixer/Icon=multimedia-volume-control/' \ > data/desktop/pnmixer.desktop.in >[...] >%files >%{_datadir}/icons/hicolor/128x128/apps/%{name}.png If the program comes with an icon, why replace it in the desktop file? Could you perhaps expand the comment?
Thank you for comments. https://mtasaka.fedorapeople.org/Review_request/pnmixer/pnmixer.spec https://mtasaka.fedorapeople.org/Review_request/pnmixer/pnmixer-0.7.2-4.fc30.src.rpm * Tue Feb 25 2020 Mamoru TASAKA <mtasaka> - 0.7.2-4 - Reflect review request comments - Change SourceURL - Remove obsolete items - Remove unused files
- Why do you change the icon? And remove all icons? - Why don't you keep the desktop file in applications? Even if you autorun it, it should be accessible from the menu. - This shouldn't be marked as %config I think: %config %{_sysconfdir}/xdg/autostart/%{name}.desktop - Split the doc into a noarch subpackage: Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 4218880 bytes in 501 files. See: https://docs.fedoraproject.org/en-US/packaging- guidelines/#_documentation Package Review ============== Legend: [x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated [ ] = Manual review needed Issues: ======= - Package does not use a name that already exists. Note: A package with this name already exists. Please check https://src.fedoraproject.org/rpms/pnmixer See: https://docs.fedoraproject.org/en-US/packaging- guidelines/Naming/#_conflicting_package_names - Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 4218880 bytes in 501 files. See: https://docs.fedoraproject.org/en-US/packaging- guidelines/#_documentation ===== MUST items ===== C/C++: [x]: Package does not contain kernel modules. [x]: Package contains no static executables. [x]: If your application is a C or C++ application you must list a BuildRequires against gcc, gcc-c++ or clang. [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: "Unknown or generated", "*No copyright* GNU General Public License (v3)", "*No copyright* GPL (v3)". 56 files have unknown license. Detailed output of licensecheck in /home/bob/packaging/review/pnmixer/review-pnmixer/licensecheck.txt [x]: License file installed when any subpackage combination is installed. [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]: %config files are marked noreplace or the reason is justified. Note: No (noreplace) in %config /etc/xdg/autostart/pnmixer.desktop [-]: 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]: Useful -debuginfo package or justification otherwise. [x]: Package is not known to require an ExcludeArch tag. [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 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 use %makeinstall only when make install DESTDIR=... doesn't work. [x]: Package is named using only allowed ASCII characters. [x]: No %config files under /usr. [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). [?]: 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. [-]: Sources are verified with gpgverify first in %prep if upstream publishes signatures. Note: gpgverify is not used. [-]: 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]: 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: [!]: Large data in /usr/share should live in a noarch subpackage if package is arched. Note: Arch-ed rpms have a total of 4567040 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: pnmixer-0.7.2-4.fc33.x86_64.rpm pnmixer-debuginfo-0.7.2-4.fc33.x86_64.rpm pnmixer-debugsource-0.7.2-4.fc33.x86_64.rpm pnmixer-0.7.2-4.fc33.src.rpm pnmixer.x86_64: W: spelling-error %description -l en_US popup -> pop up, pop-up, popular pnmixer.x86_64: W: spelling-error %description -l en_US unmute -> mute pnmixer.x86_64: W: conffile-without-noreplace-flag /etc/xdg/autostart/pnmixer.desktop pnmixer.src: W: spelling-error %description -l en_US popup -> pop up, pop-up, popular pnmixer.src: W: spelling-error %description -l en_US unmute -> mute 4 packages and 0 specfiles checked; 0 errors, 5 warnings.
Thank you for comments: - Why do you change the icon? And remove all icons? Using system-wide icon enables the looks to change according to system style. - Why don't you keep the desktop file in applications? Even if you autorun it, it should be accessible from the menu. Because this is not something like "GUI". This is usually aimed for staying on panels. - This shouldn't be marked as %config I think: - %config %{_sysconfdir}/xdg/autostart/%{name}.desktop I see some other packages actually mark these files (under /etc/xdg/autostart) as %config (but not (noreplace)), but I can rethink this later. - Split the doc into a noarch subpackage: I don't think I should split html files into another subpackage for this rpm for now.
> - Split the doc into a noarch subpackage: I don't think I should split html files into another subpackage for this rpm for now. This is required for large documentation: - Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 4218880 bytes in 501 files. See: https://docs.fedoraproject.org/en-US/packaging- guidelines/#_documentation
This is an automatic check from review-stats script. This review request ticket hasn't been updated for some time. We're sorry it is taking so long. If you're still interested in packaging this software into Fedora repositories, please respond to this comment clearing the NEEDINFO flag. You may want to update the specfile and the src.rpm to the latest version available and to propose a review swap on Fedora devel mailing list to increase chances to have your package reviewed. If this is your first package and you need a sponsor, you may want to post some informal reviews. Read more at https://fedoraproject.org/wiki/How_to_get_sponsored_into_the_packager_group. Without any reply, this request will shortly be considered abandoned and will be closed. Thank you for your patience.
This is an automatic action taken by review-stats script. The ticket submitter failed to clear the NEEDINFO flag in a month. As per https://fedoraproject.org/wiki/Policy_for_stalled_package_reviews we consider this ticket as DEADREVIEW and proceed to close it.