| Summary: | Review Request: pidgin-window-merge - plugin for single window mode | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jiri Eischmann <eischmann> |
| Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | jeischma, jgrulich, package-review, ppisar |
| Target Milestone: | --- | Flags: | jgrulich:
fedora-review+
|
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | pidgin-window-merge-0.3-5.fc22 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-04-22 14:56:07 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Jiri Eischmann
2015-12-28 11:06:00 UTC
jgrulich's scratch build of pidgin-window-merge-0.3-4.fc23.src.rpm for f23 failed http://koji.fedoraproject.org/koji/taskinfo?taskID=12401941 1) Rpmlint says:
pidgin-window-merge.src:15: W: mixed-use-of-spaces-and-tabs (spaces: line 15, tab: line 1)
Also there is unnecessary tab at the end of line 10.
2) In %prep you can just use
%setup -qn %{pname}-%{version} -a 1
Seems to work for me, you just need to adjust installation of that appdata file in %install section. You could also include the appdata file as an xml file without making a tarball from it.
3) Doesn't build → missing "BuildRequires: libappstream-glib"
jgrulich's scratch build of pidgin-window-merge-0.3-4.fc23.src.rpm for f23 completed http://koji.fedoraproject.org/koji/taskinfo?taskID=12401948 I've created a new srpm: https://dl.dropboxusercontent.com/u/1309518/pidgin-window-merge-0.3-5.fc23.src.rpm 1) this should be fixed. 2) I changed the metadata file location, now it's directly included in the spec file, makes it easier to distribute until upstream includes it in the tarball. 3) this is fixed. Looks good now, approved. Package request has been approved: https://admin.fedoraproject.org/pkgdb/package/pidgin-window-merge |