Bug 1965711
| Summary: | Review Request: rpg-cli - rpg-cli is a terminal game | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rémi Lauzier <remilauzier> |
| Component: | Package Review | Assignee: | Robert-André Mauchin 🐧 <eclipseo> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | eclipseo, package-review, remilauzier |
| Target Milestone: | --- | Flags: | eclipseo:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-06-15 01:04:50 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Rémi Lauzier
2021-05-28 20:59:39 UTC
Compile in mock. For information there is no crate for rpg-cli. There another program in crates.io call rpg-cli that have no link with it. I am not the upstream developer. - DO not repeat the name in the Summary:
Summary: JRPG-inspired terminal game
- Try to respect the Rust packaging convention:
%bcond_without check
%global crate rpg-cli
Name: rust-%{crate}
Version: 0.2.0
Release: 1%{?dist}
Summary: JRPG-inspired terminal game
# Upstream license specification: MIT
License: MIT
URL: https://github.com/facundoolano/rpg-cli
Source: %{url}/archive/refs/tags/%{version}.tar.gz
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
%global _description %{expand:
rpg-cli is a bare-bones JRPG-inspired terminal game written in Rust.}
%description %{_description}
%if ! %{__cargo_skip_build}
%package -n %{crate}
Summary: %{summary}
%description -n %{crate} %{_description}
%files -n %{crate}
%doc README.md
%license LICENSE
%{_bindir}/rpg-cli
%endif
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
%build
%cargo_build
%install
%cargo_install
%if %{with check}
%check
%cargo_test
%endif
%changelog
* Fri May 28 15:50:45 EDT 2021 Rémi Lauzier <remilauzier> - 0.2.0-1
- Initial package
There is a crate on crates.io that have the same name so if somebody want to package it for fedora, would it be preferable to call this program only rpg-cli. or is it first arrive, first taken. https://download.copr.fedorainfracloud.org/results/remilauzier/rpg-cli/fedora-rawhide-x86_64/02215441-rust-rpg-cli/rust-rpg-cli.spec https://download.copr.fedorainfracloud.org/results/remilauzier/rpg-cli/fedora-rawhide-x86_64/02215441-rust-rpg-cli/rust-rpg-cli-0.2.0-1.fc35.src.rpm Update. Ha yes, disregard my comment then. PAckage approved as initially proposed. (fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/rpg-cli I suggest not to delete the older copr builds since it breaks the urls here. https://download.copr.fedorainfracloud.org/results/remilauzier/rpg-cli/fedora-rawhide-x86_64/02215449-rpg-cli/rpg-cli.spec FEDORA-2021-cc184eb027 has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2021-cc184eb027 FEDORA-2021-cc184eb027 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2021-cc184eb027 \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-cc184eb027 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-24f3bb34b5 has been pushed to the Fedora 34 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-24f3bb34b5` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-24f3bb34b5 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2021-24f3bb34b5 has been pushed to the Fedora 34 stable repository. If problem still persists, please make note of it in this bug report. |