Bug 2334976 - Review Request: cambalache - User interface maker
Summary: Review Request: cambalache - User interface maker
Keywords:
Status: RELEASE_PENDING
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Ben Beasley
QA Contact: Fedora Extras Quality Assurance
URL: https://gitlab.gnome.org/jpu/cambalache
Whiteboard:
Depends On: 2334930
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-12-30 20:21 UTC by Benson Muite
Modified: 2025-05-14 15:44 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:
code: fedora-review+


Attachments (Terms of Use)
The .spec file difference from Copr build 8558129 to 8587807 (1.74 KB, patch)
2025-01-30 18:11 UTC, Fedora Review Service
no flags Details | Diff
The .spec file difference from Copr build 8587807 to 8778040 (3.86 KB, patch)
2025-03-17 17:38 UTC, Fedora Review Service
no flags Details | Diff

Description Benson Muite 2024-12-30 20:21:17 UTC
spec: https://fed500.fedorapeople.org/cambalache.spec
srpm: https://fed500.fedorapeople.org/cambalache-0.94.1-1.fc42.src.rpm

description:
Cambalache is a RAD tool for Gtk 4 and 3 with a clear MVC design and data model
first philosophy. This translates to a wide feature coverage with minimal/none
developer intervention for basic support.

fas: fed500

Reproducible: Always

Comment 1 Fedora Review Service 2024-12-30 20:23:22 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/8455868
(failed)

Build log:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2334976-cambalache/fedora-rawhide-x86_64/08455868-cambalache/builder-live.log.gz

Please make sure the package builds successfully at least for Fedora Rawhide.

- If the build failed for unrelated reasons (e.g. temporary network
  unavailability), please ignore it.
- If the build failed because of missing BuildRequires, please make sure they
  are listed in the "Depends On" field


---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 4 Fedora Review Service 2025-01-15 20:16:06 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/8517264
(failed)

Build log:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2334976-cambalache/fedora-rawhide-x86_64/08517264-cambalache/builder-live.log.gz

Please make sure the package builds successfully at least for Fedora Rawhide.

- If the build failed for unrelated reasons (e.g. temporary network
  unavailability), please ignore it.
- If the build failed because of missing BuildRequires, please make sure they
  are listed in the "Depends On" field


---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 5 Benson Muite 2025-01-21 04:00:59 UTC
[fedora-review-service-build]

Comment 6 Fedora Review Service 2025-01-22 02:24:53 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/8558129
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2334976-cambalache/fedora-rawhide-x86_64/08558129-cambalache/fedora-review/review.txt

Please take a look if any issues were found.


---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 8 Fedora Review Service 2025-01-30 18:11:43 UTC
Created attachment 2074509 [details]
The .spec file difference from Copr build 8558129 to 8587807

Comment 9 Fedora Review Service 2025-01-30 18:11:45 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/8587807
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2334976-cambalache/fedora-rawhide-x86_64/08587807-cambalache/fedora-review/review.txt

Found issues:

- python3-pytest7 is deprecated, you must not depend on it.
  Read more: https://docs.fedoraproject.org/en-US/packaging-guidelines/deprecating-packages/

Please know that there can be false-positives.

---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 10 Ben Beasley 2025-02-01 00:21:05 UTC
I was able to make some progress on running the tests with

  BuildRequires:  xwayland-run

and in %check:

  wlheadless-run -- sh -c '%meson_test'

but then I encounter a variety of errors that I’m not sure what to do about, and which I am not convinced represent actual problems.

Comment 11 Ben Beasley 2025-02-19 16:17:21 UTC
I’ve finally found some time to work on this. I hope to have a review ready sometime today.

Comment 12 Ben Beasley 2025-02-19 17:33:48 UTC
Package Review
==============

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


Notes:
======

- Since meson always uses ninja, this is harmless but unnecessary:

    BuildRequires:  ninja-build

- While rpmlint flags

    cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CambalachePrivate-3.0.gir
    cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CambalachePrivate-4.0.gir
    cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CmbCatalogUtils-3.0.gir
    cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CmbCatalogUtils-4.0.gir
    cambalache.x86_64: E: devel-dependency gtksourceview5-devel

  I suspect that these may be legitimate. Normally these

    %{_datadir}/gir-1.0/CambalachePrivate-3.0.gir
    %{_datadir}/gir-1.0/CambalachePrivate-4.0.gir
    %{_datadir}/gir-1.0/CmbCatalogUtils-3.0.gir
    %{_datadir}/gir-1.0/CmbCatalogUtils-4.0.gir

  and at least some of the Requires on -devel packages would belong in a
  cambalache-devel package, with .typelib files used for runtime introspection
  from dynamic languages. On the other hand, since this is a developer tool,
  all bets are off – it really might need things that would normally go in a
  -devel package at runtime.

  It’s worth having a second look at this, but in the end, you know the package
  better than I do, and I have only so much time to study it. I have to assume
  you’ve made a reasonable choice. If including these in the base package does
  turn out to be an error, then it’s one that causes very little harm.

Issues:
=======
- Package must not depend on deprecated() packages.
  Note: python3-pytest7 is deprecated, you must not depend on it.
  See: https://docs.fedoraproject.org/en-US/packaging-
  guidelines/deprecating-packages/

  This is spurious; the package built with pytest 8.3.4.

- The following CSS files have licenses other than

    License:        LGPL-2.1-only AND GPL-2.0-only
  
  GPL-2.0-or-later:
    - cambalache/app/cambalache.css
    - cambalache/cambalache.css

  Since these files are packed into .gresource files, e.g.
  /usr/share/cambalache/cambalache.gresource, they *do* contribute to the
  licenses of the binary RPMs, and "AND GPL-2.0-or-later" should be added to
  the License.

  The CSS file cambalache/merengue/merengue.css is LGPL-2.1-only, which is
  already covered.

  I agree that at least tools/cmb_catalog_gen/cmb_catalog_utils.{c,h}, which
  are GPL-2.0-only, do appear to contribute to the licenses of the binary RPMs.

  Therefore, overall, I think the License should be:

    License:        LGPL-2.1-only AND GPL-2.0-only AND GPL-2.0-or-later

- It would be nice to have a breakdown of which files are under which licenses
  in the spec file. This would make auditing future updates easier. Since this
  is no longer formally required by policy
  (https://gitlab.com/fedora/legal/fedora-legal-docs/-/issues/64), this change
  is NOT required for package approval.

- The following comment contains a spec-file macro, which will be expanded:

    # Needed for ownsership of %{_datadir}/gir-1.0

  This produces warnings. It doesn’t hurt anything in practice because the
  expansion of %{_datadir} does not contain newlines, but a better practice
  would be:

    # Needed for ownership of %%{_datadir}/gir-1.0

  (Also, the comment contains a minor typo, ownsership for ownership.)

- I tried mock -r fedora-rawhide-x86_64 --scrub=all, then I installed the
  cambalache RPM into the chroot and tried:

    # cambalache --help
    Traceback (most recent call last):
      File "/usr/bin/cambalache", line 42, in <module>
        from cambalache.app import CmbApplication
      File "/usr/lib/python3.13/site-packages/cambalache/__init__.py", line 26, in <module>
        import gi
    ModuleNotFoundError: No module named 'gi'

  So it looks like you need at least:

    Requires:       python3-gobject-base

  and perhaps a corresponding BuildRequires for symmetry, although this would
  seem to be covered by pkgconfig(pygobject-3.0). This corresponds to the
  following line in meson.build:

    ['gi', '>= 3.48.0'],

  With python3-gobject-base installed:

    # cambalache --help
    
    (process:32): Gtk-CRITICAL **: 11:49:09.678: gtk_icon_theme_get_for_display: assertion 'GDK_IS_DISPLAY (display)' failed
    
    (process:32): Gtk-CRITICAL **: 11:49:09.678: gtk_icon_theme_get_for_display: assertion 'GDK_IS_DISPLAY (display)' failed
    
    (process:32): Gtk-CRITICAL **: 11:49:09.678: gtk_icon_theme_get_for_display: assertion 'GDK_IS_DISPLAY (display)' failed
    Traceback (most recent call last):
      File "/usr/bin/cambalache", line 42, in <module>
        from cambalache.app import CmbApplication
      File "/usr/lib/python3.13/site-packages/cambalache/__init__.py", line 58, in <module>
        Gtk.StyleContext.add_provider_for_display(display, provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    TypeError: Argument 0 does not allow None as a value

  That’s better! Now let’s try with xwayland-run installed:

    # wlheadless-run -- cambalache
      File "/usr/lib/python3.13/site-packages/cambalache/utils.py", line 28, in <module>
        from lxml import etree
    ModuleNotFoundError: No module named 'lxml'
    [11:53:13.721] caught signal 15
    [11:53:13.721] no-op renderer SHM seed: 2

  Ok, so you also need:

    Requires:       python3-lxml

  or, perhaps better:

    Requires:       %{py3_dist lxml}

  corresponding to the following line in meson.build:

    ['lxml', '>= 4.5.0'],

    # wlheadless-run -- cambalache
      File "/usr/lib64/python3.13/site-packages/gi/__init__.py", line 122, in require_version
        raise ValueError('Namespace %s not available' % namespace)
    ValueError: Namespace Adw not available
    [11:55:45.960] caught signal 15
    [11:55:45.960] no-op renderer SHM seed: 2

  Ok, now I guess we are hitting these lines in meson.build:

    ['gi.repository.GLib', '>= 2.80.0'],
    ['gi.repository.Gtk', '>= 3.24.0', '3.0'],
    ['gi.repository.Gtk', '>= 4.16.0', '4.0'],
    ['gi.repository.WebKit2', '>= 2.44.0', '4.1'],
    ['gi.repository.WebKit', '>= 2.44.0', '6.0'],
    ['gi.repository.GtkSource', '', '5'],
    ['gi.repository.Handy'],
    ['gi.repository.Adw'],

  The interesting thing here is that we don’t seem to link libadwaita, but we
  still need its GObject introspection data. That seems to be the reason this
  wasn’t handled by automatic dependency generation.

  We only need the .typelib file, not the .gir file, so it’s sufficient to add:

    Requires:       libadwaita

  Now we try again:

    # wlheadless-run -- cambalache
    (cambalache:36): Gtk-WARNING **: 12:01:28.382: Unable to acquire session bus: Cannot autolaunch D-Bus without X11 $DISPLAY
    
    (cambalache:36): Gdk-CRITICAL **: 12:01:28.422: gdk_seat_get_keyboard: assertion 'GDK_IS_SEAT (seat)' failed
    
    (cambalache:36): Gtk-WARNING **: 12:01:28.504: CmbGResourceEditor 0x5560aebe6980 (CmbGResourceEditor) reported min height 179 and natural height 148 in measure() with for_size=420; natural size must be >= min size
    [Hangs until Ctrl+C, no further output]

  Similarly, with xorg-x11-server-Xvfb installed:

    # xvfb-run cambalache
    
    (cambalache:45): Gtk-WARNING **: 12:04:57.774: Unable to acquire session bus: Failed to execute child process “dbus-launch” (No such file or directory)
    
    (cambalache:45): Gtk-WARNING **: 12:04:57.867: CmbGResourceEditor 0x558b46a5aec0 (CmbGResourceEditor) reported min height 179 and natural height 148 in measure() with for_size=420; natural size must be >= min size
    [Hangs until Ctrl+C, no further output]

  So it *looks* like these are sufficient, in addition to the Requires already
  present:

    Requires:       libadwaita
    Requires:       python3-gobject-base
    Requires:       python3-lxml

- At ~1.3 MB, the contents of /usr/share/cambalache are large enough that you
  might consider separating them into a noarch -data subpackage upon which the
  base package depends, so that the noarch package can be shared across
  architectures (saving storage on Fedora mirrors). However, this directory is
  still small enough that I wouldn’t consider separating it to be *necessary*.

- Could you please add a comment to the spec file briefly summarizing the
  reason for packaging a post-release snaphsot?

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

C/C++:
[x]: Package does not contain kernel modules.
[x]: Development (unversioned) .so files in -devel subpackage, if present.
     Note: Unversioned so-files in private %_libdir subdirectory (see
     attachment). Verify they are not in ld path.

     None of these is in the default linker path:

       %{_libdir}/cambalache/libcambalacheprivate-3.so
       %{_libdir}/cambalache/libcambalacheprivate-4.so
       %{_libdir}/cmb_catalog_gen/libcmbcatalogutils-3.so
       %{_libdir}/cmb_catalog_gen/libcmbcatalogutils-4.so

     They appear to be correctly installed, and they do not belong in a -devel
     subpackage.

[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]: Package contains no static executables.
[x]: Rpath absent or only used for internal libs.

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.
[!]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated", "GNU Lesser General Public License,
     Version 2.1", "GNU General Public License, Version 2", "*No copyright*
     GNU General Public License and/or GNU Lesser General Public License",
     "GNU General Public License v2.0 or later". 162 files have unknown
     license. Detailed output of licensecheck in
     /home/ben/fedora/review/2334976-cambalache/licensecheck.txt

     See Issues, above. Some files that contribute to the binary RPMs are
     GPL-2.0-or-later.

[!]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.

     This would be nice, and would make auditing future updates easier,
     although it is no longer formally required
     (https://gitlab.com/fedora/legal/fedora-legal-docs/-/issues/64).

[x]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/lib/python3.13,
     /usr/lib/python3.13/site-packages

     These diagnostics are spurious; python3-libs owns those directories.

[-]: Package does not own files or directories owned by other packages.
     Note: Dirs in package are owned also by: /usr/share/mime(shared-mime-
     info, systemd), /usr/share/mime/packages(lterm, systemd, shared-mime-
     info, gsequencer, cmake-gui, luminance-hdr)

     It’s appropriate for these directories to be co-owned if shared-mime-info
     is not a natural dependency of cambalache, i.e., shared-mime-info is not
     required for cambalache to function. I think that is the case here, which
     would make co-ownership the correct approach.

     https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership

[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.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: The spec file handles locales properly.
[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.
[!]: Requires correct, justified where necessary.

     See Issues.

[x]: Spec file is legible and written in American English.
[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]: The License field must be a valid SPDX expression.
[x]: Package requires other packages for directories it uses.
[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 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:
[x]: 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.
[x]: 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
[x]: Binary eggs must be removed in %prep

===== SHOULD items =====

Generic:
[ ]: 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.
[ ]: 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]: 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:
[!]: Spec file according to URL is the same as in SRPM.
     Note: Spec file as given by url is not the same as in SRPM (see
     attached diff).
     See: (this test has no URL)
[ ]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.
     Note: Arch-ed rpms have a total of 1710080 bytes in /usr/share
[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).


Rpmlint
-------
Checking: cambalache-0.94.1^20250115.31b93cef-1.fc42.x86_64.rpm
          cambalache-0.94.1^20250115.31b93cef-1.fc42.src.rpm
============================ rpmlint session starts ============================
rpmlint: 2.6.1
configuration:
    /usr/lib/python3.13/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/tmp1hsoaopa')]
checks: 32, packages: 2

cambalache.x86_64: W: no-manual-page-for-binary cambalache
cambalache.x86_64: W: no-manual-page-for-binary cmb-catalog-gen
cambalache.spec:45: W: macro-in-comment %{_datadir}
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CambalachePrivate-3.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CambalachePrivate-4.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CmbCatalogUtils-3.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CmbCatalogUtils-4.0.gir
cambalache.x86_64: E: devel-dependency gtksourceview5-devel
 2 packages and 0 specfiles checked; 1 errors, 7 warnings, 7 filtered, 1 badness; has taken 0.5 s 




Rpmlint (debuginfo)
-------------------
Checking: cambalache-debuginfo-0.94.1^20250115.31b93cef-1.fc42.x86_64.rpm
============================ rpmlint session starts ============================
rpmlint: 2.6.1
configuration:
    /usr/lib/python3.13/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/tmp9h1xvtsg')]
checks: 32, packages: 1

 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 16 filtered, 0 badness; has taken 0.2 s 





Rpmlint (installed packages)
----------------------------
============================ rpmlint session starts ============================
rpmlint: 2.6.1
configuration:
    /usr/lib/python3.13/site-packages/rpmlint/configdefaults.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: 2

cambalache.x86_64: W: no-manual-page-for-binary cambalache
cambalache.x86_64: W: no-manual-page-for-binary cmb-catalog-gen
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CambalachePrivate-3.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CambalachePrivate-4.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CmbCatalogUtils-3.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CmbCatalogUtils-4.0.gir
cambalache.x86_64: E: devel-dependency gtksourceview5-devel
 2 packages and 0 specfiles checked; 1 errors, 6 warnings, 23 filtered, 1 badness; has taken 1.3 s 



Unversioned so-files
--------------------
cambalache: /usr/lib64/cambalache/libcambalacheprivate-3.so
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CmbCatalogUtils-3.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CmbCatalogUtils-4.0.gir
cambalache.x86_64: E: devel-dependency gtksourceview5-devel
 2 packages and 0 specfiles checked; 1 errors, 6 warnings, 23 filtered, 1 badness; has taken 1.3 s 



Unversioned so-files
--------------------
cambalache: /usr/lib64/cambalache/libcambalacheprivate-3.so
cambalache: /usr/lib64/cambalache/libcambalacheprivate-4.so
cambalache: /usr/lib64/cmb_catalog_gen/libcmbcatalogutils-3.so
cambalache: /usr/lib64/cmb_catalog_gen/libcmbcatalogutils-4.so

Source checksums
----------------
https://gitlab.gnome.org/jpu/cambalache/-/archive/31b93cef8241bbba8cb232edcc5fd96b24584942/cambalache-31b93cef.tar.gz :
  CHECKSUM(SHA256) this package     : b30f5a771fd6300e02f1b3f6fa7163f4c79148992ed4363de80a5834a386f8b7
  CHECKSUM(SHA256) upstream package : b30f5a771fd6300e02f1b3f6fa7163f4c79148992ed4363de80a5834a386f8b7


Requires
--------
cambalache (rpmlib, GLIBC filtered):
    /usr/bin/python3
    gobject-introspection-devel(x86-64)
    gtksourceview5-devel
    hicolor-icon-theme
    libatk-1.0.so.0()(64bit)
    libc.so.6()(64bit)
    libgdk-3.so.0()(64bit)
    libglib-2.0.so.0()(64bit)
    libgobject-2.0.so.0()(64bit)
    libgtk-3.so.0()(64bit)
    libgtk-4.so.1()(64bit)
    pkgconfig(casilda-0.1)
    python(abi)
    rtld(GNU_HASH)
    webkit2gtk4.1-devel
    webkitgtk6.0-devel



Provides
--------
cambalache:
    application()
    application(ar.xjuan.Cambalache.desktop)
    cambalache
    cambalache(x86-64)
    libcambalacheprivate-3.so()(64bit)
    libcambalacheprivate-4.so()(64bit)
    libcmbcatalogutils-3.so()(64bit)
    libcmbcatalogutils-4.so()(64bit)
    metainfo()
    metainfo(ar.xjuan.Cambalache.metainfo.xml)
    mimehandler(application/x-cambalache-project)
    mimehandler(application/x-glade)
    mimehandler(application/x-gtk-builder)



Diff spec file in url and in SRPM
---------------------------------
--- /home/ben/fedora/review/2334976-cambalache/srpm/cambalache.spec	2025-01-31 18:11:32.083774315 -0500
+++ /home/ben/fedora/review/2334976-cambalache/srpm-unpacked/cambalache.spec	2025-01-28 19:00:00.000000000 -0500
@@ -1,2 +1,12 @@
+## START: Set by rpmautospec
+## (rpmautospec version 0.7.3)
+## RPMAUTOSPEC: autorelease, autochangelog
+%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
+    release_number = 1;
+    base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
+    print(release_number + base_release_number - 1);
+}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
+## END: Set by rpmautospec
+
 %global  commit       31b93cef8241bbba8cb232edcc5fd96b24584942
 %global  shortcommit  %(c=%{commit}; echo ${c:0:8})
@@ -105,3 +115,6 @@
    
 %changelog
-%autochangelog
+## START: Generated by rpmautospec
+* Wed Jan 29 2025 John Doe <packager> - 0.94.1^20250115.31b93cef-1
+- Uncommitted changes
+## END: Generated by rpmautospec


Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24
Command line :/usr/bin/fedora-review -b 2334976
Buildroot used: fedora-rawhide-x86_64
Active plugins: Generic, Python, C/C++, Shell-api
Disabled plugins: Haskell, Perl, R, SugarActivity, PHP, fonts, Ocaml, Java
Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH

Comment 13 Benson Muite 2025-03-17 17:29:27 UTC
Thanks.

  I suspect that these may be legitimate. Normally these

    %{_datadir}/gir-1.0/CambalachePrivate-3.0.gir
    %{_datadir}/gir-1.0/CambalachePrivate-4.0.gir
    %{_datadir}/gir-1.0/CmbCatalogUtils-3.0.gir
    %{_datadir}/gir-1.0/CmbCatalogUtils-4.0.gir

  and at least some of the Requires on -devel packages would belong in a
  cambalache-devel package, with .typelib files used for runtime introspection
  from dynamic languages. On the other hand, since this is a developer tool,
  all bets are off – it really might need things that would normally go in a
  -devel package at runtime.

  It’s worth having a second look at this, but in the end, you know the package
  better than I do, and I have only so much time to study it. I have to assume
  you’ve made a reasonable choice. If including these in the base package does
  turn out to be an error, then it’s one that causes very little harm.

OK.


    # Needed for ownership of %%{_datadir}/gir-1.0

  (Also, the comment contains a minor typo, ownsership for ownership.)

Done

  Therefore, overall, I think the License should be:
    License:        LGPL-2.1-only AND GPL-2.0-only AND GPL-2.0-or-later
Done


  So it *looks* like these are sufficient, in addition to the Requires already
  present:

    Requires:       libadwaita
    Requires:       python3-gobject-base
    Requires:       python3-lxml

Done

- At ~1.3 MB, the contents of /usr/share/cambalache are large enough that you
  might consider separating them into a noarch -data subpackage upon which the
  base package depends, so that the noarch package can be shared across
  architectures (saving storage on Fedora mirrors). However, this directory is
  still small enough that I wouldn’t consider separating it to be *necessary*.

Done

- Could you please add a comment to the spec file briefly summarizing the
  reason for packaging a post-release snaphsot?

Done

Koji build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=130402822

spec: https://fed500.fedorapeople.org/cambalache.spec
srpm: https://fed500.fedorapeople.org/cambalache-0.94.1^20250115git31b93cef-1.fc43.src.rpm

Comment 14 Fedora Review Service 2025-03-17 17:38:59 UTC
Created attachment 2080625 [details]
The .spec file difference from Copr build 8587807 to 8778040

Comment 15 Fedora Review Service 2025-03-17 17:39:01 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/8778040
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2334976-cambalache/fedora-rawhide-x86_64/08778040-cambalache/fedora-review/review.txt

Please take a look if any issues were found.


---
This comment was created by the fedora-review-service
https://github.com/FrostyX/fedora-review-service

If you want to trigger a new Copr build, add a comment containing new
Spec and SRPM URLs or [fedora-review-service-build] string.

Comment 16 Ben Beasley 2025-05-13 18:16:36 UTC
I’m sorry this took so long. It looks like you addressed all of my feedback from the previous review. The package is APPROVED, but please see the one new issue mentioned below, and correct it on import.


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

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

===== Issues =====

- This

    Requires:  cambalache-data

  needs to be this:

    Requires:  cambalache-data = %{version}-%{release}

 See:

    https://docs.fedoraproject.org/en-US/packaging-guidelines/#_requiring_base_package


===== Notes =====

- The cambalache executable is a GUI tool without, as far as I can tell, a
  significant set of command-line options. It doesn’t make sense to ship a man
  page. However, a man page for cmb-catalog-gen would be nice
  (https://docs.fedoraproject.org/en-US/packaging-guidelines/#_manpages). It’s
  certainly not required.

    cambalache.x86_64: W: no-manual-page-for-binary cambalache
    cambalache.x86_64: W: no-manual-page-for-binary cmb-catalog-gen

- As noted in the original review, while rpmlint flags

    cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CambalachePrivate-3.0.gir
    cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CambalachePrivate-4.0.gir
    cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CmbCatalogUtils-3.0.gir
    cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CmbCatalogUtils-4.0.gir
    cambalache.x86_64: E: devel-dependency gtksourceview5-devel

  I suspect that these may be legitimate.

    %{_datadir}/gir-1.0/CambalachePrivate-3.0.gir
    %{_datadir}/gir-1.0/CambalachePrivate-4.0.gir
    %{_datadir}/gir-1.0/CmbCatalogUtils-3.0.gir
    %{_datadir}/gir-1.0/CmbCatalogUtils-4.0.gir

- This is obviously OK:

    cambalache-data.noarch: W: no-documentation

- This is correct, as it appears the library is dlopen’ed at runtime and the
  dependency cannot be automatically generated.

    cambalache.x86_64: E: explicit-lib-dependency libadwaita

- Because the base package depends on the -data subpackage, which correctly
  includes the license files, you *could* omit the license files from the base
  package.

- Current rpmlint produces a lot of incorrect-fsf-address errors because the
  Free Software Foundation has gone remote-only and no longer advertises a
  physical mailing address. You could suggest an update of license texts and
  notices to upstream, but I don’t think this should be required.

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

C/C++:
[x]: Package does not contain kernel modules.
[x]: Development (unversioned) .so files in -devel subpackage, if present.
     Note: Unversioned so-files in private %_libdir subdirectory (see
     attachment). Verify they are not in ld path.

     None of these is in the default linker path:

       %{_libdir}/cambalache/libcambalacheprivate-3.so
       %{_libdir}/cambalache/libcambalacheprivate-4.so
       %{_libdir}/cmb_catalog_gen/libcmbcatalogutils-3.so
       %{_libdir}/cmb_catalog_gen/libcmbcatalogutils-4.so

     They appear to be correctly installed, and they do not belong in a -devel
     subpackage.

[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]: Package contains no static executables.
[x]: Rpath absent or only used for internal libs.

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", "GNU Lesser General Public License,
     Version 2.1", "GNU General Public License, Version 2", "*No copyright*
     GNU General Public License and/or GNU Lesser General Public License",
     "GNU General Public License v2.0 or later". 162 files have unknown
     license. Detailed output of licensecheck in
     /home/ben/fedora/review/2334976-cambalache/20250409/2334976-cambalache/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[x]: If the package is under multiple licenses, the licensing breakdown
     must be documented in the spec.
[x]: Package must own all directories that it creates.
     Note: Directories without known owners: /usr/lib/python3.13/site-
     packages, /usr/lib/python3.13

     These diagnostics are spurious; python3-libs owns those directories.

[-]: Package does not own files or directories owned by other packages.
     Note: Dirs in package are owned also by: /usr/share/mime(systemd,
     shared-mime-info), /usr/share/mime/packages(shared-mime-info, lterm,
     systemd, gsequencer, luminance-hdr, cmake-gui)

     It’s appropriate for these directories to be co-owned if shared-mime-info
     is not a natural dependency of cambalache, i.e., shared-mime-info is not
     required for cambalache to function. I think that is the case here, which
     would make co-ownership the correct approach.

     https://docs.fedoraproject.org/en-US/packaging-guidelines/#_file_and_directory_ownership

[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.
[-]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: The spec file handles locales properly.
[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.
[x]: 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.
[-]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 17318 bytes in 3 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]: The License field must be a valid SPDX expression.
[x]: Package requires other packages for directories it uses.
[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:
[x]: 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.
[x]: 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
[x]: Binary eggs must be removed in %prep

===== SHOULD items =====

Generic:
[-]: 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).
[!]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in
     cambalache-data
[?]: Package functions as described.
[-]: Latest version is packaged.

     A snapshot is packaged, with justification.

[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.
[?]: Package should compile and build into binary rpms on all supported
     architectures.
[x]: %check is present and all tests pass.

     (There are no tests, just validators.)

[x]: 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]: 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:
[!]: Spec file according to URL is the same as in SRPM.
     Note: Spec file as given by url is not the same as in SRPM (see
     attached diff).
     See: (this test has no URL)
[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: cambalache-0.94.1^20250115git31b93cef-1.fc43.x86_64.rpm
          cambalache-data-0.94.1^20250115git31b93cef-1.fc43.noarch.rpm
          cambalache-0.94.1^20250115git31b93cef-1.fc43.src.rpm
============================ rpmlint session starts ============================
rpmlint: 2.6.1
configuration:
    /usr/lib/python3.13/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/tmpz3wh4eod')]
checks: 32, packages: 3

cambalache.x86_64: W: no-manual-page-for-binary cambalache
cambalache.x86_64: W: no-manual-page-for-binary cmb-catalog-gen
cambalache-data.noarch: W: no-documentation
cambalache.x86_64: E: explicit-lib-dependency libadwaita
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CambalachePrivate-3.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CambalachePrivate-4.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CmbCatalogUtils-3.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CmbCatalogUtils-4.0.gir
cambalache.x86_64: E: devel-dependency gtksourceview5-devel
 3 packages and 0 specfiles checked; 2 errors, 7 warnings, 10 filtered, 2 badness; has taken 0.5 s 




Rpmlint (debuginfo)
-------------------
Checking: cambalache-debuginfo-0.94.1^20250115git31b93cef-1.fc43.x86_64.rpm
============================ rpmlint session starts ============================
rpmlint: 2.6.1
configuration:
    /usr/lib/python3.13/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/tmpp3iqspf8')]
checks: 32, packages: 1

 1 packages and 0 specfiles checked; 0 errors, 0 warnings, 16 filtered, 0 badness; has taken 0.2 s 





Rpmlint (installed packages)
----------------------------
============================ rpmlint session starts ============================
rpmlint: 2.7.0
configuration:
    /usr/lib/python3.13/site-packages/rpmlint/configdefaults.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: 3

cambalache.x86_64: W: no-manual-page-for-binary cambalache
cambalache.x86_64: W: no-manual-page-for-binary cmb-catalog-gen
cambalache-data.noarch: W: no-documentation
cambalache-data.noarch: E: incorrect-fsf-address /usr/share/licenses/cambalache-data/COPYING
cambalache-data.noarch: E: incorrect-fsf-address /usr/share/licenses/cambalache-data/COPYING.GPL
cambalache.x86_64: E: incorrect-fsf-address /usr/bin/cambalache
cambalache.x86_64: E: incorrect-fsf-address /usr/bin/cmb-catalog-gen
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/__init__.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/app/__init__.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/app/cmb_application.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/app/cmb_scrolled_window.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/app/cmb_tutor.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/app/cmb_tutorial.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/app/cmb_window.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_accessible_editor.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_base.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_context_menu.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_css.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_css_editor.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_db.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_db_inspector.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_db_migration.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_fragment_editor.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_gresource.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_gresource_editor.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_layout_property.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_library_info.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_list_error.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_list_view.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_object.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_object_data.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_object_data_editor.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_object_editor.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_objects_base.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_path.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_project.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_property.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_property_info.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_property_label.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_signal_editor.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_tree_expander.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_type_chooser.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_type_chooser_popover.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_type_chooser_widget.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_type_info.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_ui.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_ui_editor.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_ui_requires_editor.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/cmb_view.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/constants.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/__init__.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_boolean_undefined.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_child_type_combo_box.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_color_entry.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_create_editor.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_entry.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_enum_combo_box.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_file_button.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_file_entry.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_flags_entry.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_icon_name_entry.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_object_chooser.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_object_list_editor.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_pixbuf_entry.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_source_view.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_spin_button.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_switch.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_text_buffer.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_text_view.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_toplevel_chooser.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_translatable_popover.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/cmb_translatable_widget.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/icon_naming_spec.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/control/named_colors.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/__init__.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/merengue
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_adw/__init__.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_adw/mrg_adw_application_window.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_adw/mrg_adw_bin.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_adw/mrg_adw_carousel.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_adw/mrg_adw_dialog.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_adw/mrg_adw_window.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_application.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_controller.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_controller_registry.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_css_provider.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/__init__.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_g_binding.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_aspect_frame.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_assistant.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_bin.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_box.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_center_box.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_dialog.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_expander.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_frame.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_grid.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_label.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_list_box.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_list_box_row.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_menu.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_menu_item.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_notebook.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_overlay.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_paned.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_popover.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_revealer.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_scrolled_window.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_stack.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_stack_page.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_viewport.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_widget.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_gtk_window.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_gtk/mrg_selection.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_handy/__init__.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_handy/mrg_container.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_handy/mrg_hdy_deck.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_handy/mrg_hdy_leaflet.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_handy/mrg_hdy_search_bar.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_placeholder.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_webkit/__init__.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_webkit/mrg_webkit_web_view.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_webkit2/__init__.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/mrg_webkit2/mrg_webkit_web_view.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/priv/merengue/utils.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cambalache/utils.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cmb_catalog_gen/cmb_catalog_db.py
cambalache.x86_64: E: incorrect-fsf-address /usr/lib/python3.13/site-packages/cmb_catalog_gen/cmb_gir_data.py
cambalache.x86_64: E: incorrect-fsf-address /usr/share/licenses/cambalache/COPYING
cambalache.x86_64: E: incorrect-fsf-address /usr/share/licenses/cambalache/COPYING.GPL
cambalache.x86_64: E: explicit-lib-dependency libadwaita
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CambalachePrivate-3.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CambalachePrivate-4.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CmbCatalogUtils-3.0.gir
cambalache.x86_64: W: devel-file-in-non-devel-package /usr/share/gir-1.0/CmbCatalogUtils-4.0.gir
cambalache.x86_64: E: devel-dependency gtksourceview5-devel
 3 packages and 0 specfiles checked; 129 errors, 7 warnings, 26 filtered, 129 badness; has taken 1.1 s 



Unversioned so-files
--------------------
cambalache: /usr/lib64/cambalache/libcambalacheprivate-3.so
cambalache: /usr/lib64/cambalache/libcambalacheprivate-4.so
cambalache: /usr/lib64/cmb_catalog_gen/libcmbcatalogutils-3.so
cambalache: /usr/lib64/cmb_catalog_gen/libcmbcatalogutils-4.so

Source checksums
----------------
https://gitlab.gnome.org/jpu/cambalache/-/archive/31b93cef8241bbba8cb232edcc5fd96b24584942/cambalache-31b93cef.tar.gz :
  CHECKSUM(SHA256) this package     : b30f5a771fd6300e02f1b3f6fa7163f4c79148992ed4363de80a5834a386f8b7
  CHECKSUM(SHA256) upstream package : b30f5a771fd6300e02f1b3f6fa7163f4c79148992ed4363de80a5834a386f8b7


Requires
--------
cambalache (rpmlib, GLIBC filtered):
    /usr/bin/python3
    cambalache-data
    gobject-introspection-devel(x86-64)
    gtksourceview5-devel
    hicolor-icon-theme
    libadwaita
    libatk-1.0.so.0()(64bit)
    libc.so.6()(64bit)
    libgdk-3.so.0()(64bit)
    libglib-2.0.so.0()(64bit)
    libgobject-2.0.so.0()(64bit)
    libgtk-3.so.0()(64bit)
    libgtk-4.so.1()(64bit)
    pkgconfig(casilda-0.1)
    python(abi)
    python3-gobject-base
    python3-lxml
    rtld(GNU_HASH)
    webkit2gtk4.1-devel
    webkitgtk6.0-devel

cambalache-data (rpmlib, GLIBC filtered):



Provides
--------
cambalache:
    application()
    application(ar.xjuan.Cambalache.desktop)
    cambalache
    cambalache(x86-64)
    libcambalacheprivate-3.so()(64bit)
    libcambalacheprivate-4.so()(64bit)
    libcmbcatalogutils-3.so()(64bit)
    libcmbcatalogutils-4.so()(64bit)
    metainfo()
    metainfo(ar.xjuan.Cambalache.metainfo.xml)
    mimehandler(application/x-cambalache-project)
    mimehandler(application/x-glade)
    mimehandler(application/x-gtk-builder)

cambalache-data:
    cambalache-data



Diff spec file in url and in SRPM
---------------------------------
--- /home/ben/fedora/review/2334976-cambalache/20250409/2334976-cambalache/srpm/cambalache.spec	2025-04-09 11:04:19.786504905 -0400
+++ /home/ben/fedora/review/2334976-cambalache/20250409/2334976-cambalache/srpm-unpacked/cambalache.spec	2025-03-16 20:00:00.000000000 -0400
@@ -1,2 +1,12 @@
+## START: Set by rpmautospec
+## (rpmautospec version 0.7.3)
+## RPMAUTOSPEC: autorelease, autochangelog
+%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
+    release_number = 1;
+    base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
+    print(release_number + base_release_number - 1);
+}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
+## END: Set by rpmautospec
+
 # Use a snapshot to ensure privtate libraries are out of shared library path
 # https://gitlab.gnome.org/jpu/cambalache/-/issues/259
@@ -138,3 +148,6 @@
 
 %changelog
-%autochangelog
+## START: Generated by rpmautospec
+* Mon Mar 17 2025 John Doe <packager> - 0.94.1^20250115git31b93cef-1
+- Uncommitted changes
+## END: Generated by rpmautospec


Generated by fedora-review 0.10.0 (e79b66b) last change: 2023-07-24
Command line :/usr/bin/fedora-review -b 2334976
Buildroot used: fedora-rawhide-x86_64
Active plugins: Shell-api, C/C++, Python, Generic
Disabled plugins: Perl, SugarActivity, Haskell, Java, fonts, Ocaml, R, PHP
Disabled flags: EXARCH, EPEL6, EPEL7, DISTTAG, BATCH

Comment 17 Fedora Admin user for bugzilla script actions 2025-05-14 15:44:17 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/cambalache


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