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


Issues:
=======
- 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 is not marked as %license
  See: https://docs.fedoraproject.org/en-US/packaging-
  guidelines/LicensingGuidelines/#_license_text
- Package does not use a name that already exists.
  Note: A package with this name already exists. Please check
  https://src.fedoraproject.org/rpms/inkscape,
  https://src.fedoraproject.org/flatpaks/inkscape
  See: https://docs.fedoraproject.org/en-US/packaging-
  guidelines/Naming/#_conflicting_package_names


===== MUST items =====

C/C++:
[ ]: Package does not contain kernel modules.
[ ]: 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]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

Generic:
[ ]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
     Note: Using prebuilt packages
[ ]: 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: "*No copyright* GNU General Public License, Version 2",
     "Unknown or generated", "*No copyright* GNU General Public License
     v3.0 or later GNU General Public License v2.0 or later", "GNU General
     Public License, Version 2", "*No copyright* GNU General Public License
     v2.0 or later", "GNU General Public License, Version 3", "*No
     copyright* GNU Library General Public License v2 or later", "GNU
     Lesser General Public License, Version 2.1", "*No copyright* GNU
     Lesser General Public License v3.0 or later", "GNU Lesser General
     Public License, Version 3", "*No copyright* Mozilla Public License
     1.1", "SIL Open Font License 1.1", "GNU General Public License v2.0 or
     later [obsolete FSF postal address (Temple Place)]", "*No copyright*
     [generated file]", "[generated file]", "*No copyright* GNU General
     Public License v3.0 or later", "GNU General Public License v2.0 or
     later", "*No copyright* GNU General Public License, Version 3 GNU
     General Public License, Version 2", "Mozilla Public License 1.1 GNU
     General Public License v2.0 or later GNU General Public License (v2 or
     later) or GNU Lesser General Public License (v2.1 or later)", "MIT
     License GNU General Public License, Version 2", "*No copyright* GNU
     General Public License", "Public domain GNU General Public License,
     Version 2", "BSD 3-Clause License", "GNU General Public License", "*No
     copyright* SIL Open Font License", "GNU Lesser General Public License
     v3.0 or later", "GNU General Public License v3.0 or later", "MIT
     License", "GNU Lesser General Public License v2.1 or later", "*No
     copyright* GNU Lesser General Public License, Version 2.1", "GNU
     General Public License v2.0 or later [obsolete FSF postal address
     (Mass Ave)]", "GNU Lesser General Public License v2.1 or later
     [obsolete FSF postal address (Temple Place)]", "*No copyright* GNU
     General Public License GNU Lesser General Public License, Version
     2.1", "GNU Lesser General Public License", "FSF Unlimited License
     (with License Retention) [generated file]", "FSF Unlimited License
     [generated file]", "*No copyright* GNU Lesser General Public License,
     Version 2.1 [obsolete FSF postal address (Temple Place)]", "GNU Lesser
     General Public License, Version 2.1 [obsolete FSF postal address
     (Temple Place)]", "GNU Lesser General Public License v2.1 or later GNU
     General Public License v2.0 or later", "GNU General Public License,
     Version 2 GNU Library General Public License v2 or later [obsolete FSF
     postal address (Temple Place)]", "SIL Open Font License", "Apache
     License 2.0", "Mozilla Public License 1.1 GNU Lesser General Public
     License, Version 2.1 [obsolete FSF postal address (Temple Place)]",
     "*No copyright* Public domain", "Mozilla Public License 1.1 GNU Lesser
     General Public License, Version 2.1", "Historical Permission Notice
     and Disclaimer - sell variant", "NTP License (legal disclaimer)
     Historical Permission Notice and Disclaimer - sell variant",
     "Historical Permission Notice and Disclaimer - sell variant Mozilla
     Public License 1.1 GNU Lesser General Public License, Version 2.1",
     "*No copyright* MIT License", "BSD 3-Clause License Mozilla Public
     License 1.1 GNU Lesser General Public License, Version 2.1 [obsolete
     FSF postal address (Temple Place)]", "*No copyright* Mozilla Public
     License 1.1 GNU Lesser General Public License, Version 2.1 [obsolete
     FSF postal address (Temple Place)]", "*No copyright* GNU General
     Public License, Version 3". 9844 files have unknown license. Detailed
     output of licensecheck in /var/lib/copr-
     rpmbuild/results/inkscape/licensecheck.txt
[ ]: 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.
[ ]: Package requires other packages for directories it uses.
     Note: No known owner of /usr/share/locale/ks@deva/LC_MESSAGES,
     /usr/share/locale/ks@deva
[ ]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/share/locale/ks@deva,
     /usr/share/locale/ks@deva/LC_MESSAGES
[ ]: %build honors applicable compiler flags or justifies otherwise.
[ ]: Package contains no bundled libraries without FPC exception.
[ ]: Changelog in prescribed format.
[ ]: Sources contain only permissible code or content.
[ ]: Development files must be in a -devel package
[ ]: Package uses nothing in %doc for runtime.
[ ]: The spec file handles locales properly.
[ ]: 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.
[ ]: Useful -debuginfo package or justification otherwise.
[ ]: 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 81920 bytes in 6 files.
[ ]: 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]: 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 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 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:
[!]: 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.
[ ]: Final provides and requires are sane (see attachments).
[ ]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in
     inkscape-view , inkscape-docs
[ ]: 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.
[ ]: 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.
[ ]: Spec use %global instead of %define unless justified.
     Note: %define requiring justification: %define debug_package %{nil}
[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]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.

===== 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 153405440 bytes in /usr/share
     inkscape-1.2.1-4.fc38.1.x86_64.rpm:151592960
     See:
     https://fedoraproject.org/wiki/Packaging:ReviewGuidelines#Package_Review_Guidelines
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Package should not use obsolete m4 macros


Rpmlint
-------
Cannot parse rpmlint output:


Rpmlint (installed packages)
----------------------------
Cannot parse rpmlint output:


Source checksums
----------------
https://inkscape.org/gallery/item/34673/inkscape-1.2.1.tar.xz :
  CHECKSUM(SHA256) this package     : 46ce7da0eba7ca4badc1db70e9cbb67e0adf9bb342687dc6e08b5ca21b8d4c1b
  CHECKSUM(SHA256) upstream package : 46ce7da0eba7ca4badc1db70e9cbb67e0adf9bb342687dc6e08b5ca21b8d4c1b


Requires
--------
inkscape (rpmlib, GLIBC filtered):
    libMagick++-6.Q16.so.9()(64bit)
    libX11.so.6()(64bit)
    libatkmm-1.6.so.1()(64bit)
    libboost_filesystem.so.1.78.0()(64bit)
    libc.so.6()(64bit)
    libcairo-gobject.so.2()(64bit)
    libcairo.so.2()(64bit)
    libcairomm-1.0.so.1()(64bit)
    libdouble-conversion.so.3()(64bit)
    libfontconfig.so.1()(64bit)
    libfreetype.so.6()(64bit)
    libgc.so.1()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libgcc_s.so.1(GCC_3.3.1)(64bit)
    libgcc_s.so.1(GCC_3.4)(64bit)
    libgcc_s.so.1(GCC_4.0.0)(64bit)
    libgdk-3.so.0()(64bit)
    libgdk_pixbuf-2.0.so.0()(64bit)
    libgdkmm-3.0.so.1()(64bit)
    libgio-2.0.so.0()(64bit)
    libgiomm-2.4.so.1()(64bit)
    libglib-2.0.so.0()(64bit)
    libglibmm-2.4.so.1()(64bit)
    libgmodule-2.0.so.0()(64bit)
    libgobject-2.0.so.0()(64bit)
    libgomp.so.1()(64bit)
    libgomp.so.1(GOMP_4.0)(64bit)
    libgomp.so.1(OMP_1.0)(64bit)
    libgsl.so.27()(64bit)
    libgslcblas.so.0()(64bit)
    libgspell-1.so.2()(64bit)
    libgtk-3.so.0()(64bit)
    libgtkmm-3.0.so.1()(64bit)
    libharfbuzz.so.0()(64bit)
    libjpeg.so.62()(64bit)
    libjpeg.so.62(LIBJPEG_6.2)(64bit)
    liblcms2.so.2()(64bit)
    libm.so.6()(64bit)
    libpango-1.0.so.0()(64bit)
    libpangocairo-1.0.so.0()(64bit)
    libpangoft2-1.0.so.0()(64bit)
    libpangomm-1.4.so.1()(64bit)
    libpng16.so.16()(64bit)
    libpng16.so.16(PNG16_0)(64bit)
    libpoppler-glib.so.8()(64bit)
    libpoppler.so.123()(64bit)
    libpotrace.so.0()(64bit)
    librevenge-0.0.so.0()(64bit)
    librevenge-stream-0.0.so.0()(64bit)
    libsigc-2.0.so.0()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.1)(64bit)
    libstdc++.so.6(CXXABI_1.3.2)(64bit)
    libstdc++.so.6(CXXABI_1.3.5)(64bit)
    libstdc++.so.6(CXXABI_1.3.8)(64bit)
    libstdc++.so.6(CXXABI_1.3.9)(64bit)
    libwpg-0.3.so.3()(64bit)
    libxml2.so.2()(64bit)
    libxml2.so.2(LIBXML2_2.4.30)(64bit)
    libxml2.so.2(LIBXML2_2.6.0)(64bit)
    libxml2.so.2(LIBXML2_2.6.3)(64bit)
    libxslt.so.1()(64bit)
    libxslt.so.1(LIBXML2_1.0.11)(64bit)
    libz.so.1()(64bit)
    python3
    python3-appdirs
    python3-cssselect
    python3-lxml
    python3-numpy
    python3-scour
    rtld(GNU_HASH)

inkscape-view (rpmlib, GLIBC filtered):
    libMagick++-6.Q16.so.9()(64bit)
    libX11.so.6()(64bit)
    libatkmm-1.6.so.1()(64bit)
    libboost_filesystem.so.1.78.0()(64bit)
    libc.so.6()(64bit)
    libcairo-gobject.so.2()(64bit)
    libcairo.so.2()(64bit)
    libcairomm-1.0.so.1()(64bit)
    libdouble-conversion.so.3()(64bit)
    libfontconfig.so.1()(64bit)
    libfreetype.so.6()(64bit)
    libgc.so.1()(64bit)
    libgcc_s.so.1()(64bit)
    libgcc_s.so.1(GCC_3.0)(64bit)
    libgcc_s.so.1(GCC_3.3.1)(64bit)
    libgcc_s.so.1(GCC_3.4)(64bit)
    libgcc_s.so.1(GCC_4.0.0)(64bit)
    libgdk-3.so.0()(64bit)
    libgdk_pixbuf-2.0.so.0()(64bit)
    libgdkmm-3.0.so.1()(64bit)
    libgio-2.0.so.0()(64bit)
    libgiomm-2.4.so.1()(64bit)
    libglib-2.0.so.0()(64bit)
    libglibmm-2.4.so.1()(64bit)
    libgmodule-2.0.so.0()(64bit)
    libgobject-2.0.so.0()(64bit)
    libgomp.so.1()(64bit)
    libgomp.so.1(GOMP_4.0)(64bit)
    libgomp.so.1(OMP_1.0)(64bit)
    libgsl.so.27()(64bit)
    libgslcblas.so.0()(64bit)
    libgspell-1.so.2()(64bit)
    libgtk-3.so.0()(64bit)
    libgtkmm-3.0.so.1()(64bit)
    libharfbuzz.so.0()(64bit)
    libjpeg.so.62()(64bit)
    libjpeg.so.62(LIBJPEG_6.2)(64bit)
    liblcms2.so.2()(64bit)
    libm.so.6()(64bit)
    libpango-1.0.so.0()(64bit)
    libpangocairo-1.0.so.0()(64bit)
    libpangoft2-1.0.so.0()(64bit)
    libpangomm-1.4.so.1()(64bit)
    libpng16.so.16()(64bit)
    libpng16.so.16(PNG16_0)(64bit)
    libpoppler-glib.so.8()(64bit)
    libpoppler.so.123()(64bit)
    libpotrace.so.0()(64bit)
    librevenge-0.0.so.0()(64bit)
    librevenge-stream-0.0.so.0()(64bit)
    libsigc-2.0.so.0()(64bit)
    libstdc++.so.6()(64bit)
    libstdc++.so.6(CXXABI_1.3)(64bit)
    libstdc++.so.6(CXXABI_1.3.1)(64bit)
    libstdc++.so.6(CXXABI_1.3.2)(64bit)
    libstdc++.so.6(CXXABI_1.3.5)(64bit)
    libstdc++.so.6(CXXABI_1.3.8)(64bit)
    libstdc++.so.6(CXXABI_1.3.9)(64bit)
    libwpg-0.3.so.3()(64bit)
    libxml2.so.2()(64bit)
    libxml2.so.2(LIBXML2_2.4.30)(64bit)
    libxml2.so.2(LIBXML2_2.6.0)(64bit)
    libxml2.so.2(LIBXML2_2.6.3)(64bit)
    libxslt.so.1()(64bit)
    libxslt.so.1(LIBXML2_1.0.11)(64bit)
    libz.so.1()(64bit)
    rtld(GNU_HASH)

inkscape-docs (rpmlib, GLIBC filtered):



Provides
--------
inkscape:
    application()
    application(org.inkscape.Inkscape.desktop)
    bundled(adaptagrams)
    bundled(autotrace)
    bundled(lib2geom)
    bundled(libcroco)
    bundled(libdepixelize)
    bundled(libuemf)
    inkscape
    inkscape(x86-64)
    metainfo()
    metainfo(org.inkscape.Inkscape.appdata.xml)
    mimehandler(application/illustrator)
    mimehandler(application/pdf)
    mimehandler(application/postscript)
    mimehandler(application/visio)
    mimehandler(application/visio.drawing)
    mimehandler(application/vnd.corel-draw)
    mimehandler(application/vnd.visio)
    mimehandler(application/vsd)
    mimehandler(application/x-visio)
    mimehandler(application/x-vsd)
    mimehandler(application/x-xccx)
    mimehandler(application/x-xcdt)
    mimehandler(application/x-xcgm)
    mimehandler(application/x-xcmx)
    mimehandler(application/x-xsk1)
    mimehandler(image/cgm)
    mimehandler(image/svg+xml)
    mimehandler(image/svg+xml-compressed)
    mimehandler(image/x-eps)
    mimehandler(image/x-vsd)
    mimehandler(image/x-wmf)
    mimehandler(image/x-xcdr)

inkscape-view:
    inkscape-view
    inkscape-view(x86-64)

inkscape-docs:
    inkscape-docs
    inkscape-docs(x86-64)



Generated by fedora-review 0.8.0 (e988316) last change: 2022-04-07
Command line :/usr/bin/fedora-review --no-colors --prebuilt --rpm-spec --name inkscape --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg
Buildroot used: fedora-rawhide-x86_64
Active plugins: C/C++, Generic, Shell-api
Disabled plugins: SugarActivity, Java, R, Perl, Python, Ocaml, PHP, fonts, Haskell
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH