Bug 2418596 - Review Request: perl-Chemistry-File-XYZ - XYZ molecule format reader/writer
Summary: Review Request: perl-Chemistry-File-XYZ - XYZ molecule format reader/writer
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jitka Plesnikova
QA Contact: Fedora Extras Quality Assurance
URL: https://metacpan.org/dist/Chemistry-F...
Whiteboard: Trivial
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-12-03 13:17 UTC by Dominik 'Rathann' Mierzejewski
Modified: 2026-06-09 19:34 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2026-06-09 19:34:14 UTC
Type: ---
Embargoed:
jplesnik: fedora-review+


Attachments (Terms of Use)
The .spec file difference from Copr build 10304214 to 10304215 (1.75 KB, patch)
2026-04-09 08:57 UTC, Fedora Review Service
no flags Details | Diff

Description Dominik 'Rathann' Mierzejewski 2025-12-03 13:17:41 UTC
Spec URL: https://rathann.fedorapeople.org/review/perl-Chemistry-File-XYZ/perl-Chemistry-File-XYZ.spec
SRPM URL: https://rathann.fedorapeople.org/review/perl-Chemistry-File-XYZ/perl-Chemistry-File-XYZ-0.11-1.fc44.src.rpm
Description:
This module reads XYZ files. It automatically registers the 'xyz' format
with Chemistry::Mol, so that XYZ files may be identified and read by
Chemistry::Mol->read().

Fedora Account System Username: rathann

Comment 1 Fedora Review Service 2025-12-03 21:07:46 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/9863300
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2418596-perl-chemistry-file-xyz/fedora-rawhide-x86_64/09863300-perl-Chemistry-File-XYZ/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 Jitka Plesnikova 2026-01-28 12:52:24 UTC
Source file is ok
Summary is ok
License is ok
Description is ok
URL and Source0 are ok
All tests passed

BuildRequires 

FIX: Add build-require 'coreutils' it is needed for %{_fixperms}
FIX: Please specify all dependencies in BuildRequires
     perl(base) - Chemistry-File-XYZ-0.11/XYZ.pm:6
     perl(Carp) - Chemistry-File-XYZ-0.11/XYZ.pm:8
     perl(Chemistry::File) - Chemistry-File-XYZ-0.11/XYZ.pm:6
     perl(strict) - Chemistry-File-XYZ-0.11/XYZ.pm:9
     perl(warnings) - Chemistry-File-XYZ-0.11/XYZ.pm:10

$ rpm -qp --requires perl-Chemistry-File-XYZ-0.11-1.fc44.noarch.rpm | sort | uniq -c | grep -v rpmlib
      1 perl(base)
      1 perl(Carp)
      1 perl(Chemistry::File)
      1 perl(Chemistry::Mol)
      1 perl-libs
      1 perl(strict)
      1 perl(warnings)
Binary requires are Ok.

$ rpm -qp --provides perl-Chemistry-File-XYZ-0.11-1.fc44.noarch.rpm | sort | uniq -c
      1 perl(Chemistry::File::XYZ) = 0.11
      1 perl-Chemistry-File-XYZ = 0.11-1.fc44
Binary provides are Ok.

$ rpmlint perl-Chemistry-File-XYZ-0.11-1.fc44.noarch.rpm
============================ rpmlint session starts ============================
rpmlint: 2.8.0
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
checks: 32, packages: 1

perl-Chemistry-File-XYZ.noarch: E: spelling-error ('Mol', '%description -l en_US Mol -> Mo, Moll, Moe')
 1 packages and 0 specfiles checked; 1 errors, 0 warnings, 3 filtered, 1 badness; has taken 0.1 s

Rpmlint is ok

NOTE: Is there any special reason why you use control via 'check' macro?

Otherwise the package is in line with Fedora and Perl packaging guide lines.
Please correct all 'FIX' items, consider fixing 'TODO' items and provide a new spec file.

Resolution:
NOT Approved

Comment 3 Dominik 'Rathann' Mierzejewski 2026-04-09 08:52:46 UTC
Thanks for the review, Jitka!

Spec URL: https://rathann.fedorapeople.org/review/perl-Chemistry-File-XYZ/perl-Chemistry-File-XYZ.spec
SRPM URL: https://rathann.fedorapeople.org/review/perl-Chemistry-File-XYZ/perl-Chemistry-File-XYZ-0.11-1.fc44.src.rpm

(In reply to Jitka Plesnikova from comment #2)
> FIX: Add build-require 'coreutils' it is needed for %{_fixperms}
> FIX: Please specify all dependencies in BuildRequires
>      perl(base) - Chemistry-File-XYZ-0.11/XYZ.pm:6
>      perl(Carp) - Chemistry-File-XYZ-0.11/XYZ.pm:8
>      perl(Chemistry::File) - Chemistry-File-XYZ-0.11/XYZ.pm:6
>      perl(strict) - Chemistry-File-XYZ-0.11/XYZ.pm:9
>      perl(warnings) - Chemistry-File-XYZ-0.11/XYZ.pm:10

All added.

[...]
> NOTE: Is there any special reason why you use control via 'check' macro?

Just a force of habit. Some of the other perl packages in this stack had circular build dependencies.
Dropped from this one.

> Otherwise the package is in line with Fedora and Perl packaging guide lines.
> Please correct all 'FIX' items,

Done.

> consider fixing 'TODO' items

I don't see any in your review.

> and provide a new spec file.

Done.

Comment 5 Fedora Review Service 2026-04-09 08:56:04 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/10304214
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2418596-perl-chemistry-file-xyz/fedora-rawhide-x86_64/10304214-perl-Chemistry-File-XYZ/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 6 Fedora Review Service 2026-04-09 08:57:15 UTC
Created attachment 2136392 [details]
The .spec file difference from Copr build 10304214 to 10304215

Comment 7 Fedora Review Service 2026-04-09 08:57:18 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/10304215
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2418596-perl-chemistry-file-xyz/fedora-rawhide-x86_64/10304215-perl-Chemistry-File-XYZ/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 Jitka Plesnikova 2026-04-16 07:10:24 UTC
> FIX: Add build-require 'coreutils' it is needed for %{_fixperms}
> FIX: Please specify all dependencies in BuildRequires
>      perl(base) - Chemistry-File-XYZ-0.11/XYZ.pm:6
>      perl(Carp) - Chemistry-File-XYZ-0.11/XYZ.pm:8
>      perl(Chemistry::File) - Chemistry-File-XYZ-0.11/XYZ.pm:6
>      perl(strict) - Chemistry-File-XYZ-0.11/XYZ.pm:9
>      perl(warnings) - Chemistry-File-XYZ-0.11/XYZ.pm:10
+BuildRequires:  coreutils
 BuildRequires:  make
 BuildRequires:  perl-generators
 BuildRequires:  perl-interpreter
-BuildRequires:  perl(ExtUtils::MakeMaker)
-%if %{with check}
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(Chemistry::File)
 BuildRequires:  perl(Chemistry::Mol)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
-%endif
Done.

> NOTE: Is there any special reason why you use control via 'check' macro?
-
-%bcond check 1
-
...
-%if %{with check}
 %check
 make test
-%endif

Thanks for removing

The package is in line with Fedora and Perl packaging guide lines.

Resolution:
Approved

Comment 9 Fedora Admin user for bugzilla script actions 2026-06-09 16:45:52 UTC
The Pagure repository was created at https://src.fedoraproject.org/rpms/perl-Chemistry-File-XYZ
Monitoring:
Wasn't able to create project in Anitya. You can create it manually on: `https://release-monitoring.org`

Comment 10 Fedora Update System 2026-06-09 16:58:09 UTC
FEDORA-2026-4a38be1571 (perl-Chemistry-File-XYZ-0.11-1.fc45) has been submitted as an update to Fedora 45.
https://bodhi.fedoraproject.org/updates/FEDORA-2026-4a38be1571

Comment 11 Fedora Update System 2026-06-09 19:34:14 UTC
FEDORA-2026-4a38be1571 (perl-Chemistry-File-XYZ-0.11-1.fc45) has been pushed to the Fedora 45 stable repository.
If problem still persists, please make note of it in this bug report.


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