[Bug 841746] Review Request: ghc-arrows - Classes that extend the Arrow class

bugzilla at redhat.com bugzilla at redhat.com
Mon Oct 8 11:46:07 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=841746

Lakshmi Narasimhan <lakshminaras2002 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|fedora-review?              |
              Flags|                            |fedora-review+

--- Comment #3 from Lakshmi Narasimhan <lakshminaras2002 at gmail.com> ---
Output from fedora-review

Package Review
==============

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


Issues:
=======
[!]: Static libraries in -static subpackage, if present.
     Note: ghc-arrows-devel-0.4.4.0-1.fc17.x86_64.rpm :
     /usr/lib64/ghc-7.0.4/arrows-0.4.4.0/libHSarrows-0.4.4.0.a ghc-arrows-
     devel-0.4.4.0-1.fc17.x86_64.rpm :
     /usr/lib64/ghc-7.0.4/arrows-0.4.4.0/libHSarrows-0.4.4.0_p.a
See: http://fedoraproject.org/wiki/Packaging/Guidelines#StaticLibraries
[!]: Package does not contain duplicates in %files.
     Note: warning: File listed twice: /usr/share/doc/ghc-arrows-0.4.4.0
See: http://fedoraproject.org/wiki/Packaging/Guidelines#DuplicateFiles
[!]: 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


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

C/C++:
[x]: Package does not contain any libtool archives (.la)
[ ]: Package does not contain kernel modules.
[ ]: Package contains no static executables.
[x]: Rpath absent or only used for internal libs.
[ ]: Development (unversioned) .so files in -devel subpackage, if present.
     Note: Unversioned so-files in private %_libdir subdirectory (see
     attachment). Verify they are not in ld path.
[!]: Static libraries in -static subpackage, if present.
     Note: ghc-arrows-devel-0.4.4.0-1.fc17.x86_64.rpm :
     /usr/lib64/ghc-7.0.4/arrows-0.4.4.0/libHSarrows-0.4.4.0.a ghc-arrows-
     devel-0.4.4.0-1.fc17.x86_64.rpm :
     /usr/lib64/ghc-7.0.4/arrows-0.4.4.0/libHSarrows-0.4.4.0_p.a

Generic:
[ ]: 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.
[ ]: Package contains no bundled libraries.
[ ]: Changelog in prescribed format.
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[ ]: Sources contain only permissible code or content.
[x]: Each %files section contains %defattr if rpm < 4.4
[ ]: 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
[ ]: Package requires other packages for directories it uses.
[ ]: Package uses nothing in %doc for runtime.
[ ]: Package is not known to require ExcludeArch.
[!]: Package does not contain duplicates in %files.
     Note: warning: File listed twice: /usr/share/doc/ghc-arrows-0.4.4.0
[x]: Permissions on files are set properly.
[ ]: Package complies to the Packaging Guidelines
[x]: Spec file lacks Packager, Vendor, PreReq tags.
[ ]: Large documentation files are in a -doc subpackage, if required.
[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.
[ ]: Package consistently uses macro is (instead of hard-coded directory
     names).
[x]: Package is named using only allowed ASCII characters.
[ ]: Package is named according to the Package Naming Guidelines.
[ ]: Package does not generate any conflict.
     Note: Package contains no Conflicts: tag(s)
[x]: Package do not use a name that already exist
[ ]: Package obeys FHS, except libexecdir and /usr/target.
[ ]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[ ]: Package must own all directories that it creates.
[ ]: Package does not own files or directories owned by other packages.
[x]: Package installs properly.
[ ]: Package is not relocatable.
[ ]: Requires correct, justified where necessary.
[x]: CheckResultdir
[x]: Rpmlint is run on all rpms the build produces.
     Note: No rpmlint messages.
[x]: Sources used to build the package match the upstream source, as provided
     in the spec URL.
[ ]: 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.
[ ]: Useful -debuginfo package or justification otherwise.

===== 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.
[ ]: Final provides and requires are sane (rpm -q --provides and rpm -q
     --requires).
[ ]: Package functions as described.
[ ]: Latest version is packaged.
[ ]: Package does not include license text files separate from upstream.
[x]: The placement of pkgconfig(.pc) files are correct.
[x]: SourceX tarball generation or download is documented.
[!]: SourceX / PatchY prefixed with %{name}.
     Note: Source0 (arrows-0.4.4.0.tar.gz)
[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.
[ ]: %check is present and all tests pass.
[ ]: Packages should try to preserve timestamps of original installed files.
[x]: Spec use %global instead of %define.

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

Generic:
[x]: Rpmlint is run on all installed packages.
     Note: No rpmlint messages.
[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: ghc-arrows-0.4.4.0-1.fc17.x86_64.rpm
          ghc-arrows-devel-0.4.4.0-1.fc17.x86_64.rpm
          ghc-arrows-0.4.4.0-1.fc17.src.rpm
3 packages and 0 specfiles checked; 0 errors, 0 warnings.


Rpmlint (installed packages)
----------------------------
# rpmlint ghc-arrows ghc-arrows-devel
2 packages and 0 specfiles checked; 0 errors, 0 warnings.
# echo 'rpmlint-done:'


Unversioned so-files
--------------------
ghc-arrows-0.4.4.0-1.fc17.x86_64.rpm:
/usr/lib64/ghc-7.0.4/arrows-0.4.4.0/libHSarrows-0.4.4.0-ghc7.0.4.so

MD5-sum check
-------------
http://hackage.haskell.org/packages/archive/arrows/0.4.4.0/arrows-0.4.4.0.tar.gz
:
  CHECKSUM(SHA256) this package     :
4999ba909061f5bede09e6116e2cac1cf89f04d3429a4a2be6ef79a677d89bb5
  CHECKSUM(SHA256) upstream package :
4999ba909061f5bede09e6116e2cac1cf89f04d3429a4a2be6ef79a677d89bb5

Built with local dependencies:


Generated by fedora-review 0.3.0 (c78e275) last change: 2012-09-24
Buildroot used: fedora-17-x86_64
Command line :/bin/fedora-review -n ghc-arrows -L ghc-arrows

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the haskell-devel mailing list