Bug 2041235
| Summary: | Review Request: calindori - Calendar application for Plasma Mobile | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Onuralp SEZER <thunderbirdtr> |
| Component: | Package Review | Assignee: | Neal Gompa <ngompa13> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | justin.zobel, ngompa13, package-review |
| Target Milestone: | --- | Flags: | ngompa13:
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: | 2023-03-18 12:24:01 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
Onuralp SEZER
2022-01-16 16:46:14 UTC
Taking this review. Initial spec review: > %description > %{summary} This should be "%{summary}." in the description simply to make rpmlint shut up. > %prep > %autosetup -n %{name}-%{version} "-n %{name}-%{version}" is superfluous, since that's the default. Drop it. > %find_lang %{name} > %find_lang calindac Add "cat %{name}.lang calindac > %{name}-full.lang" so that later you can... > %files -f %{name}.lang Use "%{name}-full.lang" here, and... > %{_kf5_datadir}/locale/*/LC*/calindac* Drop this. Also, license files are not captured with a "%license" stanza. Add the following:
> %license LICENSES/*
I assume you meant "cat %{name}.lang calindac.lang > %{name}-full.lang" and added that in my MR on Onuralp's repo.
Have run a fedora-review against this and found no issues in review.txt, some licenses missing, have notified Onuralp. Everything looks gravy, so... PACKAGE APPROVED. (fedscm-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/calindori Package is now in repositories, closing review. |