Bug 1867587 - Review Request: lprint - A Label Printer Application
Summary: Review Request: lprint - A Label Printer Application
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Andy Mender
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1843340
TreeView+ depends on / blocked
 
Reported: 2020-08-10 12:26 UTC by Zdenek Dohnal
Modified: 2020-12-21 17:24 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-08-26 14:50:12 UTC
Type: ---
Embargoed:
andymenderunix: fedora-review+
thozza: mirror+


Attachments (Terms of Use)

Description Zdenek Dohnal 2020-08-10 12:26:00 UTC
Spec URL: https://zdohnal.fedorapeople.org/lprint/lprint.spec
SRPM URL: https://zdohnal.fedorapeople.org/lprint/lprint-1.0-1.fc32.src.rpm

Description:
LPrint is a label printer application for macOS and Linux. Basically,
LPrint is a print spooler optimized for label printing. It accepts
"raw" print data as well as PNG images (like those used for shipping
labels by most shippers' current web APIs) and has built-in "drivers"
to send the print data to USB and network-connected label printers.

Fedora Account System Username: zdohnal

Comment 1 Andy Mender 2020-08-11 19:12:30 UTC
Koji build: https://koji.fedoraproject.org/koji/taskinfo?taskID=49103238

> # dns-sd support for register/sharing devices
> BuildRequires: avahi-devel >= 0.7
> # uses CUPS API for arrays, options, rastering, HTTP, IPP support
> BuildRequires: cups-devel >= 2.2.0
> [...]
> # PNG printing support
> BuildRequires: libpng-devel >= 1.6.0
> # USB printing support
> BuildRequires: libusb-devel >= 1.0

Can you check whether these lines can be replaced with their "pkgconfig(foo)" equivalents?

All else seems clean. Full review matrix below:

Package Review
==============

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



===== 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 successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
     Note: Using prebuilt packages
     Review: tested locally in mock.
[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", "Apache License 2.0", "GNU General
     Public License (v2)", "NTP License". 26 files have unknown license.
     Detailed output of licensecheck in
     /home/amender/rpmbuild/SPECS/lprint/lprint/licensecheck.txt
     Review: the extra licenses are bogus, for instance:
     lprint-1.0/NOTICE: GNU General Public License (v2)
[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.
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[?]: 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.
[?]: 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 30720 bytes in 5 files.
[x]: 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]: 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]: 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 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:
[x]: 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.
[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.
[-]: 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.
     Review: tested in Koji.
[-]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed
     files.
[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]: Rpmlint is run on debuginfo package(s).
     Note: No rpmlint messages.
[x]: Rpmlint is run on all installed packages.
     Note: No rpmlint messages.
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.


Rpmlint
-------
Checking: lprint-1.0-1.fc33.x86_64.rpm
          lprint-debuginfo-1.0-1.fc33.x86_64.rpm
          lprint-debugsource-1.0-1.fc33.x86_64.rpm
          lprint-1.0-1.fc33.src.rpm
lprint.x86_64: W: spelling-error %description -l en_US macOS -> ma Cos, mac OS, mac-OS
lprint.x86_64: W: spelling-error %description -l en_US spooler -> spoiler, spooled, spool er
lprint.src: W: spelling-error %description -l en_US macOS -> ma Cos, mac OS, mac-OS
lprint.src: W: spelling-error %description -l en_US spooler -> spoiler, spooled, spool er
4 packages and 0 specfiles checked; 0 errors, 4 warnings.




Rpmlint (debuginfo)
-------------------
Checking: lprint-debuginfo-1.0-1.fc33.x86_64.rpm
1 packages and 0 specfiles checked; 0 errors, 0 warnings.





Rpmlint (installed packages)
----------------------------
(none): E: no installed packages by name lprint
(none): E: no installed packages by name lprint-debugsource
(none): E: no installed packages by name lprint-debuginfo
0 packages and 0 specfiles checked; 0 errors, 0 warnings.



Source checksums
----------------
https://github.com/michaelrsweet/lprint/releases/download/v1.0/lprint-1.0.tar.gz :
  CHECKSUM(SHA256) this package     : 52a34d4a17accdc90aa32a29faf8da3493c274d838fdb86f0034ceaac83b5a32
  CHECKSUM(SHA256) upstream package : 52a34d4a17accdc90aa32a29faf8da3493c274d838fdb86f0034ceaac83b5a32


Requires
--------
lprint (rpmlib, GLIBC filtered):
    libavahi-client.so.3()(64bit)
    libavahi-common.so.3()(64bit)
    libc.so.6()(64bit)
    libcups.so.2()(64bit)
    libpng16.so.16()(64bit)
    libpng16.so.16(PNG16_0)(64bit)
    libpthread.so.0()(64bit)
    libusb-1.0.so.0()(64bit)
    rtld(GNU_HASH)

lprint-debuginfo (rpmlib, GLIBC filtered):

lprint-debugsource (rpmlib, GLIBC filtered):



Provides
--------
lprint:
    lprint
    lprint(x86-64)

lprint-debuginfo:
    debuginfo(build-id)
    lprint-debuginfo
    lprint-debuginfo(x86-64)

lprint-debugsource:
    lprint-debugsource
    lprint-debugsource(x86-64)

Comment 2 Zdenek Dohnal 2020-08-13 08:18:53 UTC
(In reply to Andy Mender from comment #1)
> Koji build: https://koji.fedoraproject.org/koji/taskinfo?taskID=49103238
> 
> > # dns-sd support for register/sharing devices
> > BuildRequires: avahi-devel >= 0.7
> > # uses CUPS API for arrays, options, rastering, HTTP, IPP support
> > BuildRequires: cups-devel >= 2.2.0
> > [...]
> > # PNG printing support
> > BuildRequires: libpng-devel >= 1.6.0
> > # USB printing support
> > BuildRequires: libusb-devel >= 1.0
> 
> Can you check whether these lines can be replaced with their
> "pkgconfig(foo)" equivalents?
> 
> All else seems clean. Full review matrix below:
> 

Using pkconfig for BuildRequires isn't mandatory, though I updated spec to reflect it (only cups doesn't ship .pc file on purpose).

Please see the updated links, thank you!

Comment 3 Andy Mender 2020-08-13 19:57:40 UTC
Looks good, package approved!

Comment 4 Gwyn Ciesla 2020-08-17 13:20:58 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/lprint

Comment 5 Fedora Update System 2020-08-17 16:14:52 UTC
FEDORA-2020-47d7ce943a has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-47d7ce943a

Comment 6 Fedora Update System 2020-08-18 01:20:11 UTC
FEDORA-2020-47d7ce943a has been pushed to the Fedora 32 testing repository.
In short time you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-47d7ce943a`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-47d7ce943a

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 7 Fedora Update System 2020-08-26 14:50:12 UTC
FEDORA-2020-47d7ce943a has been pushed to the Fedora 32 stable repository.
If problem still persists, please make note of it in this bug report.


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