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 your application is a C or C++ application you must list a BuildRequires against gcc, gcc-c++ or clang. Note: No gcc, gcc-c++ or clang found in BuildRequires See: https://docs.fedoraproject.org/en-US/packaging-guidelines/C_and_C++/ - 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 text-x-copying-symbolic.symbolic.png is not marked as %license See: https://docs.fedoraproject.org/en-US/packaging- guidelines/LicensingGuidelines/#_license_text - The License field must be a valid SPDX expression. Note: Not a valid SPDX expression 'GPLv3+ and GPLv2+ and LGPLv3+ and LGPLv2+ and MIT and CC-BY-SA and CC0'. It seems that you are using the old Fedora license abbreviations. Try `license-fedora2spdx' for converting it to SPDX. See: https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1 - Large documentation must go in a -doc subpackage. Large could be size (~1MB) or number of files. Note: Documentation size is 7018365 bytes in 171 files. See: https://docs.fedoraproject.org/en-US/packaging- guidelines/#_documentation ===== MUST items ===== C/C++: [ ]: Provides: bundled(gnulib) in place as required. Note: Sources not installed [ ]: Package does not contain kernel modules. [x]: Header files in -devel subpackage, if present. [x]: Package does not contain any libtool archives (.la) [x]: Package contains no static executables. [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. No licenses found. Please check the source files for licenses manually. [ ]: 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 must own all directories that it creates. Note: Directories without known owners: /usr/lib/python3.12/site- packages, /usr/share/dbus-1/services, /usr/lib/python3.12, /usr/share/icons/hicolor/scalable, /usr/share/dbus-1, /usr/share/icons/hicolor/scalable/apps, /usr/share/icons/hicolor, /usr/share/doc/gnome-builder [ ]: %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. [ ]: 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 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 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 Python: [ ]: Binary eggs must be removed in %prep Note: Cannot find any build in BUILD directory (--prebuilt option?) [ ]: Python eggs must not download any dependencies during the build process. [ ]: A package which is used by another package via an egg interface should provide egg info. [ ]: Package meets the Packaging Guidelines::Python [x]: Package contains BR: python2-devel or python3-devel [x]: Packages MUST NOT have dependencies (either build-time or runtime) on packages named with the unversioned python- prefix unless no properly versioned package exists. Dependencies on Python packages instead MUST use names beginning with python2- or python3- as appropriate. [x]: Python packages must not contain %{pythonX_site(lib|arch)}/* in %files ===== SHOULD items ===== Generic: [!]: Reviewer should test that the package builds in mock. [ ]: 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). [ ]: Fully versioned dependency in subpackages if applicable. Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in gnome- builder-flatpakless-devel [ ]: 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 autorelease(e:s:pb:n) %{?-p:0.}%{lua: [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]: The placement of pkgconfig(.pc) files are correct. [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 17960960 bytes in /usr/share gnome- builder-flatpakless-46.3-1.fc40.x86_64.rpm:13967360 See: https://fedoraproject.org/wiki/Packaging:ReviewGuidelines#Package_Review_Guidelines [x]: Rpmlint is run on debuginfo package(s). Note: No rpmlint messages. [x]: Rpmlint is run on all installed packages. Note: No rpmlint messages. Rpmlint ------- Checking: gnome-builder-flatpakless-46.3-1.fc40.x86_64.rpm gnome-builder-flatpakless-devel-46.3-1.fc40.x86_64.rpm gnome-builder-flatpakless-debuginfo-46.3-1.fc40.x86_64.rpm gnome-builder-flatpakless-debugsource-46.3-1.fc40.x86_64.rpm gnome-builder-flatpakless-46.3-1.fc40.src.rpm ============================ rpmlint session starts ============================ rpmlint: 2.5.0 configuration: /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-legacy-licenses.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml rpmlintrc: [PosixPath('/tmp/tmpvqvoj43m')] checks: 32, packages: 5 gnome-builder-flatpakless.spec:106: W: unversioned-explicit-provides gnome-builder gnome-builder-flatpakless.spec:116: W: unversioned-explicit-provides %{_name}-devel gnome-builder-flatpakless.x86_64: E: non-executable-script /usr/lib/python3.12/site-packages/gi/overrides/Ide.py 644 /usr/bin/env python3 gnome-builder-flatpakless.x86_64: W: no-manual-page-for-binary gnome-builder gnome-builder-flatpakless-devel.x86_64: W: no-documentation gnome-builder-flatpakless.x86_64: W: hidden-file-or-dir /usr/share/doc/gnome-builder/en/.buildinfo gnome-builder-flatpakless.x86_64: W: files-duplicate /usr/share/gnome-builder/icons/hicolor/16x16/mimetypes/text-x-readme-symbolic.symbolic.png /usr/share/gnome-builder/icons/hicolor/16x16/actions/ui-property-symbolic.symbolic.png gnome-builder-flatpakless.x86_64: W: files-duplicate /usr/share/gnome-builder/icons/hicolor/16x16/mimetypes/text-x-cpp-symbolic.symbolic.png /usr/share/gnome-builder/icons/hicolor/16x16/mimetypes/text-x-c++src-symbolic.symbolic.png gnome-builder-flatpakless.x86_64: W: files-duplicate /usr/share/gnome-builder/icons/hicolor/32x32/mimetypes/text-x-readme-symbolic.symbolic.png /usr/share/gnome-builder/icons/hicolor/32x32/actions/ui-property-symbolic.symbolic.png gnome-builder-flatpakless.x86_64: W: files-duplicate /usr/share/gnome-builder/icons/hicolor/32x32/mimetypes/text-x-cpp-symbolic.symbolic.png /usr/share/gnome-builder/icons/hicolor/32x32/mimetypes/text-x-c++src-symbolic.symbolic.png gnome-builder-flatpakless.x86_64: W: files-duplicate /usr/share/gnome-builder/icons/hicolor/48x48/mimetypes/text-x-readme-symbolic.symbolic.png /usr/share/gnome-builder/icons/hicolor/48x48/actions/ui-property-symbolic.symbolic.png gnome-builder-flatpakless.x86_64: W: files-duplicate /usr/share/gnome-builder/icons/hicolor/48x48/mimetypes/text-x-cpp-symbolic.symbolic.png /usr/share/gnome-builder/icons/hicolor/48x48/mimetypes/text-x-c++src-symbolic.symbolic.png gnome-builder-flatpakless.x86_64: W: files-duplicate /usr/share/gnome-builder/icons/hicolor/64x64/mimetypes/text-x-readme-symbolic.symbolic.png /usr/share/gnome-builder/icons/hicolor/64x64/actions/ui-property-symbolic.symbolic.png gnome-builder-flatpakless.x86_64: W: files-duplicate /usr/share/gnome-builder/icons/hicolor/64x64/mimetypes/text-x-cpp-symbolic.symbolic.png /usr/share/gnome-builder/icons/hicolor/64x64/mimetypes/text-x-c++src-symbolic.symbolic.png gnome-builder-flatpakless.x86_64: W: files-duplicate /usr/share/icons/hicolor/scalable/apps/org.gnome.Builder-symbolic.svg /usr/share/gnome-builder/icons/hicolor/scalable/apps/org.gnome.Builder-symbolic.svg:/usr/share/gnome-builder/icons/hicolor/scalable/apps/org.gnome.Builder.Devel-symbolic.svg gnome-builder-flatpakless.x86_64: W: files-duplicate /usr/share/icons/hicolor/scalable/apps/org.gnome.Builder.svg /usr/share/gnome-builder/icons/hicolor/scalable/apps/org.gnome.Builder.svg 5 packages and 0 specfiles checked; 1 errors, 15 warnings, 29 filtered, 1 badness; has taken 3.6 s Rpmlint (debuginfo) ------------------- Checking: gnome-builder-flatpakless-debuginfo-46.3-1.fc40.x86_64.rpm ============================ rpmlint session starts ============================ rpmlint: 2.5.0 configuration: /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-legacy-licenses.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml rpmlintrc: [PosixPath('/tmp/tmpa94ds0bp')] checks: 32, packages: 1 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 14 filtered, 0 badness; has taken 0.3 s Rpmlint (installed packages) ---------------------------- (none): E: there is no installed rpm "gnome-builder-flatpakless". (none): E: there is no installed rpm "gnome-builder-flatpakless-debuginfo". (none): E: there is no installed rpm "gnome-builder-flatpakless-debugsource". ============================ rpmlint session starts ============================ rpmlint: 2.5.0 configuration: /usr/lib/python3.12/site-packages/rpmlint/configdefaults.toml /etc/xdg/rpmlint/fedora-legacy-licenses.toml /etc/xdg/rpmlint/fedora-spdx-licenses.toml /etc/xdg/rpmlint/fedora.toml /etc/xdg/rpmlint/scoring.toml /etc/xdg/rpmlint/users-groups.toml /etc/xdg/rpmlint/warn-on-functions.toml checks: 32, packages: 4 0 packages and 0 specfiles checked; 0 errors, 0 warnings, 0 filtered, 0 badness; has taken 0.0 s (none): E: there is no installed rpm "gnome-builder-flatpakless-devel". There are no files to process nor additional arguments. Nothing to do, aborting. Source checksums ---------------- https://download.gnome.org/sources/gnome-builder/46/gnome-builder-46.3.tar.xz : CHECKSUM(SHA256) this package : 12f27c0e2a4a7316f9f7e21859df6bf1b77570d2966f957a43306f699ec54612 CHECKSUM(SHA256) upstream package : 12f27c0e2a4a7316f9f7e21859df6bf1b77570d2966f957a43306f699ec54612 Requires -------- gnome-builder-flatpakless (rpmlib, GLIBC filtered): glib2(x86-64) gtk4(x86-64) json-glib(x86-64) jsonrpc-glib(x86-64) libadwaita(x86-64) libadwaita-1.so.0()(64bit) libadwaita-1.so.0(LIBADWAITA_1_0)(64bit) libc.so.6()(64bit) libcairo.so.2()(64bit) libclang.so.18.1()(64bit) libclang.so.18.1(LLVM_13)(64bit) libcmark.so.0.30.3()(64bit) libdex(x86-64) libdex-1.so.1()(64bit) libdspy-1.so.1()(64bit) libeditorconfig.so.0()(64bit) libenchant-2.so.2()(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libgdk_pixbuf-2.0.so.0()(64bit) libgio-2.0.so.0()(64bit) libgirepository-1.0.so.1()(64bit) libgit2-glib(x86-64) libgit2-glib-1.0.so.0()(64bit) libgit2.so.1.7()(64bit) libglib-2.0.so.0()(64bit) libgobject-2.0.so.0()(64bit) libgtk-4.so.1()(64bit) libgtksourceview-5.so.0()(64bit) libicuuc.so.74()(64bit) libjson-glib-1.0.so.0()(64bit) libjson-glib-1.0.so.0(libjson-glib-1.0.so.0)(64bit) libjsonrpc-glib-1.0.so.1()(64bit) libm.so.6()(64bit) libpanel-1.so.1()(64bit) libpango-1.0.so.0()(64bit) libpeas(x86-64) libpeas-2.so.0()(64bit) libpeas-loader-gjs(x86-64) libportal-gtk4.so.1()(64bit) libportal.so.1()(64bit) libtemplate_glib-1.0.so.0()(64bit) libvte-2.91-gtk4.so.0()(64bit) libwebkitgtk-6.0.so.4()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.5.0)(64bit) libxml2.so.2(LIBXML2_2.5.2)(64bit) libxml2.so.2(LIBXML2_2.5.7)(64bit) libxml2.so.2(LIBXML2_2.5.8)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) python(abi) rtld(GNU_HASH) template-glib(x86-64) gnome-builder-flatpakless-devel (rpmlib, GLIBC filtered): /usr/bin/pkg-config gnome-builder(x86-64) pkgconfig(gio-2.0) pkgconfig(gio-unix-2.0) pkgconfig(gtk4) pkgconfig(gtksourceview-5) pkgconfig(libpeas-2) pkgconfig(template-glib-1.0) pkgconfig(vte-2.91-gtk4) pkgconfig(webkitgtk-6.0) gnome-builder-flatpakless-debuginfo (rpmlib, GLIBC filtered): gnome-builder-flatpakless-debugsource (rpmlib, GLIBC filtered): Provides -------- gnome-builder-flatpakless: application() application(org.gnome.Builder.desktop) gnome-builder gnome-builder-flatpakless gnome-builder-flatpakless(x86-64) metainfo() metainfo(org.gnome.Builder.appdata.xml) mimehandler(application/javascript) mimehandler(application/json) mimehandler(application/x-desktop) mimehandler(application/x-gnome-app-info) mimehandler(application/x-javascript) mimehandler(application/x-m4) mimehandler(application/x-perl) mimehandler(application/x-php) mimehandler(application/x-php-source) mimehandler(application/x-python) mimehandler(application/x-ruby) mimehandler(application/x-shellscript) mimehandler(application/x-yaml) mimehandler(application/xml) mimehandler(text/css) mimehandler(text/html) mimehandler(text/javascript) mimehandler(text/x-c) mimehandler(text/x-c++) mimehandler(text/x-c++hdr) mimehandler(text/x-c++src) mimehandler(text/x-changelog) mimehandler(text/x-chdr) mimehandler(text/x-cpp) mimehandler(text/x-csrc) mimehandler(text/x-go) mimehandler(text/x-javascript) mimehandler(text/x-js) mimehandler(text/x-lua) mimehandler(text/x-makefile) mimehandler(text/x-markdown) mimehandler(text/x-perl) mimehandler(text/x-php) mimehandler(text/x-php-source) mimehandler(text/x-pkg-config) mimehandler(text/x-python) mimehandler(text/x-ruby) mimehandler(text/x-sh) mimehandler(text/x-shellscript) mimehandler(text/x-sql) mimehandler(text/x-vala) mimehandler(text/xml) gnome-builder-flatpakless-devel: gnome-builder-devel gnome-builder-flatpakless-devel gnome-builder-flatpakless-devel(x86-64) pkgconfig(gnome-builder-46.3) gnome-builder-flatpakless-debuginfo: debuginfo(build-id) gnome-builder-flatpakless-debuginfo gnome-builder-flatpakless-debuginfo(x86-64) gnome-builder-flatpakless-debugsource: gnome-builder-flatpakless-debugsource gnome-builder-flatpakless-debugsource(x86-64) Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24 Command line :/bin/fedora-review --no-colors --prebuilt --rpm-spec --name gnome-builder-flatpakless --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg Buildroot used: fedora-40-x86_64 Active plugins: Shell-api, C/C++, Python, Generic Disabled plugins: Ocaml, SugarActivity, Haskell, Java, PHP, Perl, fonts, R Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH