Bug 990805
| Summary: | Review Request: winswitch - A tool which allows you to display running applications on other computers | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christopher Meng <i> | |
| Component: | Package Review | Assignee: | T.C. Hollingsworth <tchollingsworth> | |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | rawhide | CC: | i, jonathan.underwood, package-review, pahan, tchollingsworth | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1243530 (view as bug list) | Environment: | ||
| Last Closed: | 2015-07-15 17:00:59 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: | ||||
| Bug Depends On: | 928609, 1198312 | |||
| Bug Blocks: | 1243530 | |||
|
Description
Christopher Meng
2013-08-01 03:40:31 UTC
> %files > %{_datadir}/Thunar/sendto/thunar-%{name}.desktop This directory is not owned by this package or by any Requires. Since Thunar is probably not required to use this package, you probably want to co-own the directory with Thunar. For more information, see: https://fedoraproject.org/wiki/Packaging:Guidelines#The_directory_is_owned_by_a_package_which_is_not_required_for_your_package_to_function > %{_libdir}/nautilus/extensions-2.0/python/nautilus_%{name}.* This directory is also not owned by this package or by any Requires. Since nautilus is probably not required to use this package, you probably want to co-own this directory as well. This package fails to build due to issues with the %files list: > RPM build errors: > File not found by glob: /home/tc/rpmbuild/BUILDROOT/winswitch-0.12.19-1.fc19.x86_64/usr/lib64/nautilus/extensions-2.0/python/nautilus_winswitch.* > File not found: /home/tc/rpmbuild/BUILDROOT/winswitch-0.12.19-1.fc19.x86_64/usr/lib64/python2.7/site-packages/winswitch-0.12.19-py2.7.egg-info > File not found: /home/tc/rpmbuild/BUILDROOT/winswitch-0.12.19-1.fc19.x86_64/usr/lib64/python2.7/site-packages/winswitch Looks like you need to use %{python_sitelib} instead of %{python_sitearch} for the second two. I'm not sure what the deal is with nautilus. (In reply to T.C. Hollingsworth from comment #1) > I'm not sure what the deal is with nautilus. Ah, this should use %{_prefix}/lib, not %{_libdir}. There actually seems to be no arch-specific content here that I can see? If so, this package should be "BuildArch: noarch". Links to Spec and SRPM are dead unfortunately. I was thinking about reviving this package review now that xpra is in the repos. @Christopher: can you give an update on this? Thanks. Spec URL: https://jgu.fedorapeople.org/winswitch.spec SRPM URL: https://jgu.fedorapeople.org/winswitch-0.12.21-1.fc22.src.rpm Closing this, and opening another review request with packages I just made. New review request at BZ #1243530 |