| Summary: | Review Request: eclipse-mylyn-context - Eclipse Mylyn task focused plug-ins | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Severin Gehwolf <sgehwolf> |
| Component: | Package Review | Assignee: | Alexander Kurtakov <akurtako> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | akurtako, fedora-package-review, notting, overholt, sgehwolf |
| Target Milestone: | --- | Flags: | akurtako:
fedora-review+
j: 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: | 2011-04-18 21:23:55 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
Severin Gehwolf
2011-04-14 21:51:33 UTC
I'll do this one. After looking at the spec I think it would be better if we keep the standard subpackages names with proper obsoletes/provides instead. I.e. eclipse-mylyn-context-java rpm providing eclipse-mylyn-java and obsoleting eclipse-mylyn-java < currentrelease. Also please remvoe the huge changelog this is new package after all. Other than that the package looks really good. I've updated SRPM and spec file. Could you please have a look if it's ok now? Thanks! Package Review
==============
Key:
- = N/A
x = Check
! = Problem
? = Not evaluated
=== REQUIRED ITEMS ===
[!] Rpmlint output:
eclipse-mylyn-context-pde.noarch: W: self-obsoletion eclipse-mylyn-pde < 3.5.0-1.fc14 obsoletes eclipse-mylyn-pde
eclipse-mylyn-context-java.noarch: W: self-obsoletion eclipse-mylyn-java < 3.5.0-1.fc14 obsoletes eclipse-mylyn-java
eclipse-mylyn-context-cdt.noarch: W: self-obsoletion eclipse-mylyn-cdt < 3.5.0-1.fc14 obsoletes eclipse-mylyn-cdt
Please add version to the provides.
[x] Package is named according to the Package Naming Guidelines[1].
[x] Spec file name must match the base package name, in the format
%{name}.spec.
[x] Package meets the Packaging Guidelines[2].
[x] Package successfully compiles and builds into binary rpms.
[x] Buildroot definition is not present
[x] Package is licensed with an open-source compatible license and meets other
legal requirements as defined in the legal section of Packaging
Guidelines[3,4].
[x] License field in the package spec file matches the actual license.
License type: EPL
[x] If (and only if) the source package includes the text of the license(s) in
its own file, then that file, containing the text of the license(s) for the
package is included in %doc.
[x] All independent sub-packages have license of their own
[x] Spec file is legible and written in American English.
[-] Sources used to build the package matches the upstream source, as provided
in the spec URL.
[x] All build dependencies are listed in BuildRequires, except for any that
are listed in the exceptions section of Packaging Guidelines[5].
[x] Package must own all directories that it creates.
[x] Package requires other packages for directories it uses.
[x] Package does not contain duplicates in %files.
[x] Permissions on files are set properly.
[x] Package does NOT have a %clean section which contains rm -rf %{buildroot}
(or $RPM_BUILD_ROOT). (not needed anymore)
[x] Package consistently uses macros (no %{buildroot} and $RPM_BUILD_ROOT
mixing)
[x] Package contains code, or permissable content.
[x] Fully versioned dependency in subpackages, if present.
[-] Package contains a properly installed %{name}.desktop file if it is a GUI
application.
[x] Package does not own files or directories owned by other packages.
[-] Javadoc documentation files are generated and included in -javadoc
subpackage
[-] Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlinks)
[x] Packages have proper BuildRequires/Requires on jpackage-utils
[-] Javadoc subpackages have Require: jpackage-utils
[-] Package uses %global not %define
[x] If package uses tarball from VCS include comment how to re-create that
tarball (svn export URL, git clone URL, ...)
[x] If source tarball includes bundled jar/class files these need to be
removed prior to building
[x] All filenames in rpm packages must be valid UTF-8.
[-] Jar files are installed to %{_javadir}/%{name}.jar (see [6] for details)
[-] If package contains pom.xml files install it (including depmaps) even when
building with ant
[-] pom files has correct add_to_maven_depmap call which resolves to the pom
file (use "JPP." and "JPP-" correctly)
=== Issues ===
1. Add versions to the virtual provides.
2. Remove cleaning of buildroot from beginning of %install
3. Use %{buildroot} and $RPM_BUILD_ROOT consistently.
4. Add version to the mylyn BR/R e.g. BR: eclipse-mylyn >= 3.5.0 this will ease the building/installation for upgraders/testers
Ooops, 3. is not an issue. (In reply to comment #4) > === Issues === > 1. Add versions to the virtual provides. Fixed. > 2. Remove cleaning of buildroot from beginning of %install Done. > 4. Add version to the mylyn BR/R e.g. BR: eclipse-mylyn >= 3.5.0 this will ease > the building/installation for upgraders/testers Done. Updated spec file is here: http://fedorapeople.org/~jerboaa/rpm/mylyn/eclipse-mylyn-context.spec Thanks! Thanks, looks good. APPROVED. New Package SCM Request ======================= Package Name: eclipse-mylyn-context Short Description: Eclipse Mylyn task focused plug-ins Owners: jerboaa akurtakov Branches: f15 InitialCC: overholt Git done (by process-git-requests). |