Bug 1803524 - Review Request: libavif - Library for encoding and decoding .avif files
Summary: Review Request: libavif - Library for encoding and decoding .avif files
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
urgent
medium
Target Milestone: ---
Assignee: Germano Massullo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-02-16 16:04 UTC by Andreas Schneider
Modified: 2020-03-04 15:05 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-04 15:05:16 UTC
Type: ---
Embargoed:
germano.massullo: fedora-review+


Attachments (Terms of Use)

Description Andreas Schneider 2020-02-16 16:04:06 UTC
Spec URL: https://xor.cryptomilk.org/rpm/libavif/libavif.spec
SRPM URL: https://xor.cryptomilk.org/rpm/libavif/libavif-0.5.3-1.fc33.src.rpm
Description: his library aims to be a friendly, portable C implementation of the AV1 Image File Format, as described here: https://aomediacodec.github.io/av1-avif/
Fedora Account System Username: asn

Comment 2 Germano Massullo 2020-02-17 12:47:25 UTC
(In reply to Andreas Schneider from comment #1)
> SRPM URL: https://xor.cryptomilk.org/rpm/libavif/libavif-0.5.5-1.fc33.src.rpm

The URL does not work

Comment 3 Andreas Schneider 2020-02-17 15:50:52 UTC
I've fixed the permissions, sorry.

Comment 4 Andreas Schneider 2020-02-27 19:56:18 UTC
Ping!

Comment 5 Germano Massullo 2020-03-04 10:36:08 UTC
License: BSD-2-Clause should be changed to License: BSD

Comment 8 Germano Massullo 2020-03-04 11:20:22 UTC
Package does not meet requirement "Latest version is packaged"
https://github.com/AOMediaCodec/libavif/releases/tag/v0.5.7 has been released

Comment 10 Germano Massullo 2020-03-04 11:52:14 UTC
Package approved




This is a review *template*. Besides handling the [ ]-marked tests you are
also supposed to fix the template before pasting into bugzilla:
- Add issues you find to the list of issues on top. If there isn't such
  a list, create one.
- Add your own remarks to the template checks.
- Add new lines marked [!] or [?] when you discover new things not
  listed by fedora-review.
- Change or remove any text in the template which is plain wrong. In this
  case you could also file a bug against fedora-review
- Remove the "[ ] Manual check required", you will not have any such lines
  in what you paste.
- Remove attachments which you deem not really useful (the rpmlint
  ones are mandatory, though)
- Remove this text



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]: ldconfig not called in %post and %postun for Fedora 28 and later.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.
[x]: Development (unversioned) .so files in -devel subpackage, if present.

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", "BSD 2-clause "Simplified" License",
     "Expat License". 45 files have unknown license. Detailed output of
     licensecheck in
     /home/user/libavif/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.
[-]: Package contains desktop file if it is a GUI application.
[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.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 30720 bytes in 2 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]: 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]: 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 libavif-
     devel , libavif-tools
[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.
[-]: 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.
[?]: 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:
[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]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.


Rpmlint
-------
Checking: libavif-0.5.7-1.fc33.x86_64.rpm
          libavif-devel-0.5.7-1.fc33.x86_64.rpm
          libavif-tools-0.5.7-1.fc33.x86_64.rpm
          libavif-debuginfo-0.5.7-1.fc33.x86_64.rpm
          libavif-debugsource-0.5.7-1.fc33.x86_64.rpm
          libavif-0.5.7-1.fc33.src.rpm
libavif.x86_64: W: spelling-error Summary(en_US) avif -> avid, av if, av-if
libavif.x86_64: W: no-documentation
libavif-devel.x86_64: W: no-documentation
libavif-tools.x86_64: W: spelling-error %description -l en_US commandline -> command line, command-line, commandment
libavif-tools.x86_64: W: no-manual-page-for-binary avifdec
libavif-tools.x86_64: W: no-manual-page-for-binary avifenc
libavif.src: W: spelling-error Summary(en_US) avif -> avid, av if, av-if
libavif.src: W: strange-permission libavif-0.5.7.tar.gz 600
6 packages and 0 specfiles checked; 0 errors, 8 warnings.




Rpmlint (debuginfo)
-------------------
Checking: libavif-tools-debuginfo-0.5.7-1.fc33.x86_64.rpm
          libavif-debuginfo-0.5.7-1.fc33.x86_64.rpm
2 packages and 0 specfiles checked; 0 errors, 0 warnings.





Rpmlint (installed packages)
----------------------------
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = "it_IT.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
	LANGUAGE = (unset),
	LC_ALL = (unset),
	LC_CTYPE = "C.UTF-8",
	LANG = "it_IT.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
libavif-tools.x86_64: W: spelling-error %description -l en_US commandline -> command line, command-line, commandment
libavif-tools.x86_64: W: invalid-url URL: https://github.com/AOMediaCodec/libavif <urlopen error [Errno -2] Name or service not known>
libavif-tools.x86_64: W: no-manual-page-for-binary avifdec
libavif-tools.x86_64: W: no-manual-page-for-binary avifenc
libavif-debugsource.x86_64: W: invalid-url URL: https://github.com/AOMediaCodec/libavif <urlopen error [Errno -2] Name or service not known>
libavif-debuginfo.x86_64: W: invalid-url URL: https://github.com/AOMediaCodec/libavif <urlopen error [Errno -2] Name or service not known>
libavif.x86_64: W: spelling-error Summary(en_US) avif -> avid, av if, av-if
libavif.x86_64: W: invalid-url URL: https://github.com/AOMediaCodec/libavif <urlopen error [Errno -2] Name or service not known>
libavif.x86_64: W: no-documentation
libavif-devel.x86_64: W: invalid-url URL: https://github.com/AOMediaCodec/libavif <urlopen error [Errno -2] Name or service not known>
libavif-devel.x86_64: W: no-documentation
libavif-tools-debuginfo.x86_64: W: invalid-url URL: https://github.com/AOMediaCodec/libavif <urlopen error [Errno -2] Name or service not known>
6 packages and 0 specfiles checked; 0 errors, 12 warnings.



Source checksums
----------------
https://github.com/AOMediaCodec/libavif/archive/v0.5.7/libavif-0.5.7.tar.gz :
  CHECKSUM(SHA256) this package     : a13696da1eb876d69bce77a44d52a7ab00e4c8b1692256c4573aa25054c9f76a
  CHECKSUM(SHA256) upstream package : a13696da1eb876d69bce77a44d52a7ab00e4c8b1692256c4573aa25054c9f76a


Requires
--------
libavif (rpmlib, GLIBC filtered):
    libc.so.6()(64bit)
    libdav1d.so.3()(64bit)
    librav1e.so.0()(64bit)
    rtld(GNU_HASH)

libavif-devel (rpmlib, GLIBC filtered):
    /usr/bin/pkg-config
    cmake-filesystem(x86-64)
    libavif
    libavif.so.0()(64bit)

libavif-tools (rpmlib, GLIBC filtered):
    libavif.so.0()(64bit)
    libc.so.6()(64bit)
    rtld(GNU_HASH)

libavif-debuginfo (rpmlib, GLIBC filtered):

libavif-debugsource (rpmlib, GLIBC filtered):



Provides
--------
libavif:
    libavif
    libavif(x86-64)
    libavif.so.0()(64bit)

libavif-devel:
    cmake(libavif)
    libavif-devel
    libavif-devel(x86-64)
    pkgconfig(libavif)

libavif-tools:
    libavif-tools
    libavif-tools(x86-64)

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

libavif-debugsource:
    libavif-debugsource
    libavif-debugsource(x86-64)



Generated by fedora-review 0.7.5 (5fa5b7e) last change: 2020-02-16
Command line :/usr/bin/fedora-review -rn libavif-0.5.7-1.fc33.src.rpm -m fedora-rawhide-x86_64
Buildroot used: fedora-rawhide-x86_64
Active plugins: C/C++, Generic, Shell-api
Disabled plugins: Python, Java, fonts, Haskell, SugarActivity, Ocaml, Perl, R, PHP
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH

Comment 11 Gwyn Ciesla 2020-03-04 14:40:14 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/libavif

Comment 12 Andreas Schneider 2020-03-04 15:05:16 UTC
Package is available in rawhide:

https://bodhi.fedoraproject.org/updates/FEDORA-2020-29dbe1c73b


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