Skip to content

Instantly share code, notes, and snippets.

@pvalena
Last active August 19, 2020 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pvalena/487ce9d78c99e05c7730b202b5d112c7 to your computer and use it in GitHub Desktop.
Save pvalena/487ce9d78c99e05c7730b202b5d112c7 to your computer and use it in GitHub Desktop.
Package Review
==============
Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed
Issues:
=======
- Gem package must not define a non-gem subpackage
- Package contains Requires: ruby(release).
- 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 LICENSE_txt.html is not marked as %license
See: https://docs.fedoraproject.org/en-US/packaging-
guidelines/LicensingGuidelines/#_license_text
===== MUST items =====
Generic:
[ ]: 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: "Unknown or generated", "Expat License". 64 files have unknown
license. Detailed output of licensecheck in /home/lpcs/lpcsf-
new/test/fedora/packages/rubygem-ruby-vips/rubygem-ruby-
vips/licensecheck.txt
[ ]: License file installed when any subpackage combination is installed.
[ ]: Package must own all directories that it creates.
Note: Directories without known owners: /usr/share/gems/doc,
/usr/share/gems
[ ]: Package contains no bundled libraries without FPC exception.
[ ]: Changelog in prescribed format.
[ ]: 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.
[ ]: 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.
[ ]: 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 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]: 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]: 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
Ruby:
[ ]: Platform dependent files must all go under %{gem_extdir_mri}, platform
independent under %{gem_dir}.
[x]: Macro %{gem_extdir} is deprecated.
[x]: Gem package is named rubygem-%{gem_name}
[x]: Package contains BuildRequires: rubygems-devel.
[x]: Gem package must define %{gem_name} macro.
[x]: Pure Ruby package must be built as noarch
[x]: Package does not contain Requires: ruby(abi).
===== SHOULD items =====
Generic:
[ ]: Avoid bundling fonts in non-fonts packages.
Note: Package contains font files
[ ]: 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.
[ ]: 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.
[ ]: 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.
[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.
Ruby:
[x]: Gem package should exclude cached Gem.
[x]: Gem should use %gem_install macro.
[x]: gems should not require rubygems package
[x]: Specfile should use macros from rubygem-devel package.
[x]: Test suite should not be run by rake.
[x]: Test suite of the library should be run.
===== EXTRA items =====
Generic:
[x]: Rpmlint is run on all installed packages.
Note: There are rpmlint messages (see attachment).
Rpmlint
-------
Checking: rubygem-ruby-vips-2.0.17-1.fc34.noarch.rpm
rubygem-ruby-vips-doc-2.0.17-1.fc34.noarch.rpm
rubygem-ruby-vips-2.0.17-1.fc34.src.rpm
rubygem-ruby-vips.noarch: W: no-documentation
rubygem-ruby-vips-doc.noarch: E: env-script-interpreter /usr/share/gems/gems/ruby-vips-2.0.17/example/example1.rb /usr/bin/env ruby
rubygem-ruby-vips-doc.noarch: E: env-script-interpreter /usr/share/gems/gems/ruby-vips-2.0.17/example/thumb.rb /usr/bin/env ruby
rubygem-ruby-vips.src: W: invalid-url Source1: ruby-vips-2.0.17-spec.txz
3 packages and 0 specfiles checked; 2 errors, 2 warnings.
Rpmlint (installed packages)
----------------------------
rubygem-ruby-vips-doc.noarch: W: invalid-url URL: http://github.com/libvips/ruby-vips <urlopen error [Errno -3] Temporary failure in name resolution>
rubygem-ruby-vips-doc.noarch: E: env-script-interpreter /usr/share/gems/gems/ruby-vips-2.0.17/example/example1.rb /usr/bin/env ruby
rubygem-ruby-vips-doc.noarch: E: env-script-interpreter /usr/share/gems/gems/ruby-vips-2.0.17/example/thumb.rb /usr/bin/env ruby
rubygem-ruby-vips.noarch: W: invalid-url URL: http://github.com/libvips/ruby-vips <urlopen error [Errno -3] Temporary failure in name resolution>
rubygem-ruby-vips.noarch: W: no-documentation
2 packages and 0 specfiles checked; 2 errors, 3 warnings.
Source checksums
----------------
Using local file /home/lpcs/lpcsf-new/test/fedora/packages/rubygem-ruby-vips/ruby-vips-2.0.17-spec.txz as upstream
file:///home/lpcs/lpcsf-new/test/fedora/packages/rubygem-ruby-vips/ruby-vips-2.0.17-spec.txz :
CHECKSUM(SHA256) this package : 00c50ad58ab217a108b477483ddef6356e76272dde3a19cfa638aa7ff944c2e9
CHECKSUM(SHA256) upstream package : 00c50ad58ab217a108b477483ddef6356e76272dde3a19cfa638aa7ff944c2e9
https://rubygems.org/gems/ruby-vips-2.0.17.gem :
CHECKSUM(SHA256) this package : 8a73579c68c4df522d7a45c4c9d988f67965b74a5e5f996b450eea1e1b116152
CHECKSUM(SHA256) upstream package : 8a73579c68c4df522d7a45c4c9d988f67965b74a5e5f996b450eea1e1b116152
Requires
--------
rubygem-ruby-vips (rpmlib, GLIBC filtered):
(rubygem(ffi) >= 1.9 with rubygem(ffi) < 2)
ruby(rubygems)
rubygem-ruby-vips-doc (rpmlib, GLIBC filtered):
/bin/bash
/usr/bin/env
/usr/bin/ruby
rubygem-ruby-vips
Provides
--------
rubygem-ruby-vips:
rubygem(ruby-vips)
rubygem-ruby-vips
rubygem-ruby-vips-doc:
rubygem-ruby-vips-doc
Generated by fedora-review 0.7.5 (5fa5b7e) last change: 2020-02-16
Command line :/usr/bin/fedora-review -r -n orig/rubygem-ruby-vips-2.0.17-1.fc34.src.rpm
Buildroot used: fedora-rawhide-x86_64
Active plugins: Shell-api, Ruby, Generic
Disabled plugins: Python, fonts, C/C++, Ocaml, R, SugarActivity, Java, Haskell, Perl, PHP
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment