Bug 653971
| Summary: | Reviews Request: openfetion - A Fetion client written using GTK2+ | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Liang Suilong <liangsuilong> |
| Component: | Package Review | Assignee: | Nobody's working on this, feel free to take it <nobody> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | fedora-package-review, msuchy, notting, supercyper1 |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-02-19 10:47:42 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: | 666190 | ||
| Bug Blocks: | 201449 | ||
|
Description
Liang Suilong
2010-11-16 14:51:49 UTC
A brief look at the spec file told me the following: > Summary: A Fetion client written using GTK2+ > %description > Openfetion is a Fetion client written using GTK2+, > based on Fetion v4 protocol. Both %summary and %description could try to explain what "Fetion" is. For example: Summary: GTK2+ based client for the Fetion instant messaging protocol And %description should expand on that. Just repeating a "Name" isn't helpful. > %setup -q -n %{name}-%{version} Option -n %{name}-%{version} is the default. > %files -f %{name}.lang > %defattr(-,root,root,-) [...] %{_datadir}/%{name}/resource/newmessage.wav %{_datadir}/%{name}/skin/* [...] %{_datadir}/%{name}/resource/license.txt Several directories are not included in the package correctly: %{_datadir}/%{name}/ %{_datadir}/%{name}/resource/ %{_datadir}/%{name}/skin/ http://fedoraproject.org/wiki/Packaging:UnownedDirectories As a directory added to a %files section will be included recursively, you may need to include directories only with the %dir attribute. > %files -n %{libname} > %defattr(-,root,root,-) > %{_datadir}/%{name}/resource/city.xml > %{_datadir}/%{name}/resource/province.xml Same here. Plus, you need to decide on directory ownership between this %libname package and the main %name package. > %{_libdir}/libofetion.so* This is wrong. Only the *.so.* files belong into the %libname package. The *.so symlink belongs into the -devel package. Ping? Any progress here? Or we can close this review? Stalled Review. Closing per: https://fedoraproject.org/wiki/Policy_for_stalled_package_reviews If you ever want to continue in this review, please reopen or submit new review. |