Bug 1990944 - Review Request: rust-cursive-tabs - Tabs for gyscos/cursive views
Summary: Review Request: rust-cursive-tabs - Tabs for gyscos/cursive views
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Fabio Valentini
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 1997731
TreeView+ depends on / blocked
 
Reported: 2021-08-06 16:00 UTC by Davide Cavalca
Modified: 2021-09-03 15:06 UTC (History)
2 users (show)

Fixed In Version: rust-cursive-tabs-0.6.0-2.fc36
Clone Of:
Environment:
Last Closed: 2021-09-03 15:06:20 UTC
Type: ---
Embargoed:
decathorpe: fedora-review+


Attachments (Terms of Use)

Description Davide Cavalca 2021-08-06 16:00:22 UTC
Spec URL: https://dcavalca.fedorapeople.org/review/rust-cursive-tabs/rust-cursive-tabs.spec
SRPM URL: https://dcavalca.fedorapeople.org/review/rust-cursive-tabs/rust-cursive-tabs-0.6.0-1.fc35.src.rpm

Description:
Tabs for gyscos/cursive views.

Fedora Account System Username: dcavalca

Comment 1 Davide Cavalca 2021-08-06 16:00:24 UTC
This package built on koji:  https://koji.fedoraproject.org/koji/taskinfo?taskID=73393456

Comment 2 Fabio Valentini 2021-08-26 09:35:52 UTC
Package was generated with rust2rpm, simplifying the review.

- package builds and installs without errors on rawhide
- test suite is run and all unit tests pass
- latest version of the crate is packaged
- license matches upstream specification and is acceptable for Fedora
- license file is included with %license in %files
- package complies with Rust Packaging Guidelines

Two minor issues:

1) please leave the "# Initial patched metatada" comment in there

Just for consistency with 99.9% of rust-sig packages.

2) "%doc examples README.md CHANGELOG.md assets/README.md"

This will not do what you think. It's a bug in rust2rpm's new %doc and %license detection logic.

"%doc README assets/README.md" will actually copy "README.md" to "%{_docdir}/README.md" and then prompty overwrite it with the second "README.md" from "assets/README.md".
Additionally, the "examples" directory is already included by default in the same package (under /usr/share/cargo/registry/$crate/$version/ with all the other source files), so including this as %doc just makes them duplicate files within the same package for no reason.

So please replace this %doc line with "%doc README.md CHANGELOG.md" before importing.

Other than that, package APPROVED.

Comment 3 Davide Cavalca 2021-08-26 15:08:54 UTC
Good catch, will fix that, thanks!

$ fedpkg request-repo rust-cursive-tabs 1990944
https://pagure.io/releng/fedora-scm-requests/issue/36554

Comment 4 Gwyn Ciesla 2021-08-26 15:16:47 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/rust-cursive-tabs


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