Bug 2359521 - Review Request: perl-Darwin-InitObjC - Initializes Objective-C runtime
Summary: Review Request: perl-Darwin-InitObjC - Initializes Objective-C runtime
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Petr Pisar
QA Contact: Fedora Extras Quality Assurance
URL: https://metacpan.org/dist/Darwin-Init...
Whiteboard:
Depends On:
Blocks: 2357610
TreeView+ depends on / blocked
 
Reported: 2025-04-14 14:33 UTC by Jitka Plesnikova
Modified: 2025-04-15 13:31 UTC (History)
2 users (show)

Fixed In Version: perl-Darwin-InitObjC-0.001-1.fc43
Clone Of:
Environment:
Last Closed: 2025-04-15 13:31:02 UTC
Type: ---
Embargoed:
ppisar: fedora-review+


Attachments (Terms of Use)

Description Jitka Plesnikova 2025-04-14 14:33:07 UTC
Spec URL: https://jplesnik.fedorapeople.org/perl-Darwin-InitObjC/perl-Darwin-InitObjC.spec
SRPM URL: https://jplesnik.fedorapeople.org/perl-Darwin-InitObjC/perl-Darwin-InitObjC-0.001-1.fc43.src.rpm
Description:
Darwin::InitObjC initializes Objective-C runtime.

Fedora Account System Username: jplesnik

Comment 1 Fedora Review Service 2025-04-14 14:37:20 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/8900866
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2359521-perl-darwin-initobjc/fedora-rawhide-x86_64/08900866-perl-Darwin-InitObjC/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 2 Petr Pisar 2025-04-15 09:12:34 UTC
Source0 and URL addresses are Ok.
Source0 archive (SHA-512: cd15bdbec2a71e83ddbdc904908963cc646448b866329ce2564d7d66700dc03dc9d47a10533f6cdb1b11ca12f9042764821d66aebd5a2e64570016d9d8640a55) is original. Ok.
Summary verified from lib/Darwin/InitObjC.pm. Ok.
Description verified from lib/Darwin/InitObjC.pm. Ok.
License verified in lib/Darwin/InitObjC.pm, LICENSE, META.json. Ok.
No XS code, noarch BuildArch is Ok.

FIX: Do not build-require 'perl(DynaLoader)'. It's not used at build time on Linux.

All tests pass. Ok.

$ rpmlint perl-Darwin-InitObjC.spec ../SRPMS/perl-Darwin-InitObjC-0.001-1.fc43.src.rpm ../RPMS/noarch/perl-Darwin-InitObjC-0.001-1.fc43.noarch.rpm 
======================================== 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

perl-Darwin-InitObjC.noarch: E: incorrect-fsf-address /usr/share/licenses/perl-Darwin-InitObjC/LICENSE
=== 2 packages and 1 specfiles checked; 1 errors, 0 warnings, 6 filtered, 1 badness; has taken 0.3 s ==
rpmlint is Ok.

$ rpm -q -lv -p ../RPMS/noarch/perl-Darwin-InitObjC-0.001-1.fc43.noarch.rpm
drwxr-xr-x    2 root     root                        0 Apr 11 02:00 /usr/share/doc/perl-Darwin-InitObjC
-rw-r--r--    1 root     root                       89 Apr  5 08:26 /usr/share/doc/perl-Darwin-InitObjC/Changes
drwxr-xr-x    2 root     root                        0 Apr 11 02:00 /usr/share/licenses/perl-Darwin-InitObjC
-rw-r--r--    1 root     root                    19786 Apr  5 08:26 /usr/share/licenses/perl-Darwin-InitObjC/LICENSE
-rw-r--r--    1 root     root                     1461 Apr 11 02:00 /usr/share/man/man3/Darwin::InitObjC.3pm.gz
drwxr-xr-x    2 root     root                        0 Apr 11 02:00 /usr/share/perl5/vendor_perl/Darwin
-rw-r--r--    1 root     root                     1569 Apr  5 08:26 /usr/share/perl5/vendor_perl/Darwin/InitObjC.pm
File layout and permissions are Ok.

$ rpm -q --requires -p ../RPMS/noarch/perl-Darwin-InitObjC-0.001-1.fc43.noarch.rpm | sort -f | uniq -c
      1 perl(Config)
      1 perl(strict)
      1 perl(warnings)
      1 perl-libs
      1 rpmlib(CompressedFileNames) <= 3.0.4-1
      1 rpmlib(FileDigests) <= 4.6.0-1
      1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
      1 rpmlib(PayloadIsZstd) <= 5.4.18-1
TODO: Run-require perl(DynaLoader) if you think the init() subroutine is a public function (lib/Darwin/InitObjC.pm:10).

$ rpm -q --provides -p ../RPMS/noarch/perl-Darwin-InitObjC-0.001-1.fc43.noarch.rpm | sort -f | uniq -c
      1 perl(Darwin::InitObjC) = 0.001
      1 perl-Darwin-InitObjC = 0.001-1.fc43
Binary Provides are Ok.

$ resolvedeps rawhide ../RPMS/noarch/perl-Darwin-InitObjC-0.001-1.fc43.noarch.rpm 
Binary dependencies are resolvable. Ok.

The package builds in Fedora 43 (https://koji.fedoraproject.org/koji/taskinfo?taskID=131558205). Ok.

Otherwise, the package is in line with Fedora and Perl packaging guidelines.
Please correct the FIX item and consider fixing the TODO item before building this package.
This package is APPROVED.

Comment 3 Fedora Admin user for bugzilla script actions 2025-04-15 12:45:55 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/perl-Darwin-InitObjC

Comment 4 Jitka Plesnikova 2025-04-15 13:31:02 UTC
Thank you for review.


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