Bug 605329
| Summary: | Review Request: gnome-desktop3 - Shared code among gnome-panel, gnome-session, nautilus, etc | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Richard Hughes <rhughes> |
| Component: | Package Review | Assignee: | Matthias Clasen <mclasen> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | bnocera, fedora-package-review, mclasen, notting, randyn3lrx, richard |
| Target Milestone: | --- | Flags: | mclasen:
fedora-review+
kevin: fedora-cvs+ |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-06-21 08:17:14 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
Richard Hughes
2010-06-17 16:24:37 UTC
3 spelling warnings can be safely ignored.
The following warnings must be fixed:
gnome-desktop3.src:95: W: macro-in-comment %{_datadir}
gnome-desktop3.src:96: W: macro-in-comment %{_datadir}
gnome-desktop3.src:101: W: macro-in-comment %{_bindir}
gnome-desktop3.src: W: no-cleaning-of-buildroot %clean
gnome-desktop3.src: W: no-buildroot-tag
gnome-desktop3.src: W: no-%clean-section
Remove or escape macro-in-comment in %files section. (Remove macros or use
%%{_macro} to escape.)
Add as first 2 lines in %install section:
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT
Add after %install section:
%clean
rm -rf $RPM_BUILD_ROOT
builds fine in mock, rpmlint output as above; no serious issues package name: we follow the same pattern as glib/glib2, gtk+/gtk2/gtk3 here to ensure parallel installability with gnome-desktop, so OK spec file name: OK packaging guidelines: OK license: OK license field: OK license file: OK spec file language: OK spec file readable: OK upstream sources: OK buildable: OK ExcludeArch: OK BuildRequires: OK locale handling: OK ldconfig: OK system libs: OK relocatable: OK directory ownership: OK duplicate files: OK file permissions: OK macro use: OK permissible content: OK large docs: OK %doc content: OK headers: OK static libs: OK shared libs: OK devel deps: OK libtool archives: OK GUI apps: OK file ownership: OK utf8 filenames: OK Approved New Package CVS Request ======================= Package Name: gnome-desktop3 Short Description: Shared code among gnome-panel, gnome-session, nautilus, etc Owners: rhughes Branches: InitialCC: rhughes CVS done (by process-cvs-requests.py). Thanks guys! |