Bug 885039

Summary: Review Request: seam-parent - The parent for Seam modules
Product: [Fedora] Fedora Reporter: gil cattaneo <puntogil>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fedora, notting, package-review
Target Milestone: ---Flags: fedora: fedora-review+
gwync: 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: 2012-12-31 03:24:51 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:    
Bug Blocks: 885043    

Description gil cattaneo 2012-12-07 10:48:44 UTC
Spec URL: http://gil.fedorapeople.org/seam-parent.spec
SRPM URL: <srpm info here>
Description:
Parent for seamframework.org Projects.
Fedora Account System Username: gil

Comment 1 Gerard Ryan 2012-12-21 19:15:50 UTC
I'll take this.

SRPM location is missing above:
Spec URL: http://gil.fedorapeople.org/seam-parent.spec
SRPM URL: http://gil.fedorapeople.org/seam-parent-19-1.fc16.src.rpm

Comment 2 Gerard Ryan 2012-12-21 19:16:38 UTC
Package Review
==============

Key:
[x] = Pass
[!] = Fail
[-] = Not applicable
[?] = Not evaluated
[ ] = Manual review needed


Issues:
=======
[-]: Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlink)
     Note: No javadoc subpackage present
See: https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation
[-]: Javadoc documentation files are generated and included in -javadoc
     subpackage
     Note: No javadoc subpackage present
See: https://fedoraproject.org/wiki/Packaging:Java#Javadoc_installation
[-]: Javadoc subpackages have Requires: jpackage-utils
See: https://fedoraproject.org/wiki/Packaging:Java
[x]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. No licenses
     found. Please check the source files for licenses manually.
See: http://fedoraproject.org/wiki/Packaging/LicensingGuidelines#ValidLicenseShortNames

(These issues are all fine - grdryn)

===== MUST items =====

Generic:
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[x]: Package successfully compiles and builds into binary rpms on at least one
     supported primary architecture.
[-]: %build honors applicable compiler flags or justifies otherwise.
[x]: All build dependencies are listed in BuildRequires, except for any that
     are listed in the exceptions section of Packaging Guidelines.
[x]: Package contains no bundled libraries.
[x]: Changelog in prescribed format.
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Sources contain only permissible code or content.
[x]: Each %files section contains %defattr if rpm < 4.4
[x]: Macros in Summary, %description expandable at SRPM build time.
[-]: Package contains desktop file if it is a GUI application.
[-]: Development files must be in a -devel package
[x]: Package requires other packages for directories it uses.
[x]: Package uses nothing in %doc for runtime.
[x]: Package is not known to require ExcludeArch.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package complies to the Packaging Guidelines
[x]: Spec file lacks Packager, Vendor, PreReq tags.
[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.
[!]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. No licenses
     found. Please check the source files for licenses manually.
[x]: Package consistently uses macro is (instead of hard-coded directory
     names).
[x]: Package is named using only allowed ASCII characters.
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
     Note: Package contains no Conflicts: tag(s)
[x]: Package do not use a name that already exist
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: Package installs properly.
[x]: Package is not relocatable.
[x]: Requires correct, justified where necessary.
[x]: CheckResultdir
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: Sources used to build the package match the upstream source, as provided
     in the spec URL.
[x]: Spec file is legible and written in American English.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[-]: Package contains systemd file(s) if in need.
[x]: File names are valid UTF-8.
[-]: Large documentation must go in a -doc subpackage.
     Note: Documentation size is 20480 bytes in 1 files.
[x]: Packages must not store files under /srv, /opt or /usr/local

Java:
[x]: Packages have proper BuildRequires/Requires on jpackage-utils
[x]: Fully versioned dependency in subpackages, if present.
[!]: Javadoc documentation files are generated and included in -javadoc
     subpackage
     Note: No javadoc subpackage present
[!]: Javadoc subpackages have Requires: jpackage-utils
[!]: Javadocs are placed in %{_javadocdir}/%{name} (no -%{version} symlink)
     Note: No javadoc subpackage present
[x]: Bundled jar/class files should be removed before build

Maven:
[x]: Pom files have correct add_maven_depmap call
     Note: Some add_maven_depmap calls found. Please check if they are correct
[x]: Old add_to_maven_depmap macro is not being used
[x]: Packages DOES NOT have Requires(post) and Requires(postun) on jpackage-
     utils for %update_maven_depmap macro
[x]: If package contains pom.xml files install it (including depmaps) even
     when building with ant
[x]: Package DOES NOT use %update_maven_depmap in %post/%postun
[x]: Packages use %{_mavenpomdir} instead of %{_datadir}/maven2/poms

===== SHOULD items =====

Generic:
[x]: Reviewer should test that the package builds in mock.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[?]: If the source package does not include license text(s) as a separate file
     from upstream, the packager SHOULD query upstream to include it.
[x]: Dist tag is present.
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Final provides and requires are sane (rpm -q --provides and rpm -q
     --requires).
[x]: Package functions as described.
[x]: Latest version is packaged.
[!]: Package does not include license text files separate from
upstream.

It does, but it's necessary for now. - grdryn

[x]: The placement of pkgconfig(.pc) files are correct.
[x]: SourceX tarball generation or download is documented.
     Note: Package contains tarball without URL, check comments
[!]: SourceX / PatchY prefixed with %{name}.
     Note: Source1 (LICENSE-2.0.txt)

Fine - grdryn

[x]: SourceX is a working URL.
[-]: Description and summary sections in the package spec file contains
     translations for supported Non-English languages, if available.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[x]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed files.
[x]: Spec use %global instead of %define.

Java:
[x]: Package has BuildArch: noarch (if possible)
[x]: Package uses upstream build method (ant/maven/etc.)

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Spec file according to URL is the same as in SRPM.
[x]: Large data in /usr/share should live in a noarch subpackage if package is
     arched.


Rpmlint
-------
Checking: seam-parent-19-1.fc19.src.rpm
          seam-parent-19-1.fc19.noarch.rpm
seam-parent.src: W: spelling-error %description -l en_US seamframework -> seam framework, seam-framework, framework
seam-parent.src: W: invalid-url Source0: seam-parent-19.tar.xz
seam-parent.noarch: W: spelling-error %description -l en_US seamframework -> seam framework, seam-framework, framework
2 packages and 0 specfiles checked; 0 errors, 3 warnings.




Rpmlint (installed packages)
----------------------------
# rpmlint seam-parent
seam-parent.noarch: W: spelling-error %description -l en_US seamframework -> seam framework, seam-framework, framework
1 packages and 0 specfiles checked; 0 errors, 1 warnings.
# echo 'rpmlint-done:'



Requires
--------
seam-parent-19-1.fc19.noarch.rpm (rpmlib, GLIBC filtered):
    
    java
    jpackage-utils



Provides
--------
seam-parent-19-1.fc19.noarch.rpm:
    
    mvn(org.jboss.seam:seam-parent) = 19
    seam-parent = 19-1.fc19



MD5-sum check
-------------
http://www.apache.org/licenses/LICENSE-2.0.txt :
  CHECKSUM(SHA256) this package     : cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30
  CHECKSUM(SHA256) upstream package : cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30


Generated by fedora-review 0.3.1 (b71abc1) last change: 2012-10-16
Buildroot used: fedora-rawhide-x86_64
Command line :/usr/bin/fedora-review -n seam-parent -m fedora-rawhide-x86_64


Looks good.

=========
ACCEPTED.
=========

Comment 3 gil cattaneo 2012-12-21 21:13:23 UTC
New Package SCM Request
=======================
Package Name: seam-parent
Short Description: The parent for Seam modules
Owners: gil
Branches: f17 f18
InitialCC: java-sig

Comment 4 Gwyn Ciesla 2012-12-21 22:04:12 UTC
Git done (by process-git-requests).

Comment 5 Fedora Update System 2012-12-22 08:14:51 UTC
seam-parent-19-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/seam-parent-19-1.fc18

Comment 6 Fedora Update System 2012-12-22 08:33:05 UTC
seam-parent-19-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/seam-parent-19-1.fc17

Comment 7 Fedora Update System 2012-12-22 21:13:00 UTC
seam-parent-19-1.fc18 has been pushed to the Fedora 18 testing repository.

Comment 8 Fedora Update System 2012-12-31 03:24:53 UTC
seam-parent-19-1.fc17 has been pushed to the Fedora 17 stable repository.

Comment 9 Fedora Update System 2013-01-04 18:25:55 UTC
seam-parent-19-2.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/seam-parent-19-2.fc18

Comment 10 Fedora Update System 2013-01-04 18:41:40 UTC
seam-parent-19-2.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/seam-parent-19-2.fc17

Comment 11 Fedora Update System 2013-01-12 00:38:22 UTC
seam-parent-19-1.fc18 has been pushed to the Fedora 18 stable repository.

Comment 12 Fedora Update System 2013-01-23 01:26:33 UTC
seam-parent-19-2.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 13 Fedora Update System 2013-01-23 01:42:11 UTC
seam-parent-19-2.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.