[Bug 617228] Review Request: rubygem-rack1 -- Common API for connecting web frameworks, web servers and layers of software

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Mark Chappell <tremble@xxxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |tremble@xxxxxxxxxxxxxx
         AssignedTo|nobody@xxxxxxxxxxxxxxxxx    |tremble@xxxxxxxxxxxxxx
               Flag|                            |fedora-review?

--- Comment #1 from Mark Chappell <tremble@xxxxxxxxxxxxxx> 2010-09-10 16:26:34 EDT ---
 - = N/A
 / = Check
 ! = Problem
 ? = Not evaluated

=== REQUIRED ITEMS ===
 [/] Package is named according to the Package Naming Guidelines.
 [/] Spec file name must match the base package %{name}, in the format
%{name}.spec.
 [/] Package meets the Packaging Guidelines including the Language specific
items
 [/] Package successfully compiles and builds into binary rpms on at least one
supported architecture.
     Tested: http://koji.fedoraproject.org/koji/taskinfo?taskID=2460275
 [!] Rpmlint output:

rubygem-rack1.noarch: W: incoherent-version-in-changelog 1.1-1 ['1.1.0-1.el5',
'1.1.0-1']
rubygem-rack1.noarch: W: unexpanded-macro
/usr/lib/ruby/gems/1.8/doc/rack-1.1.0/ri/Rack/Response/Helpers/include%3f-i.yaml
%3f
...
rubygem-rack1.noarch: W: unexpanded-macro
/usr/lib/ruby/gems/1.8/doc/rack-1.1.0/ri/Rack/Request/xhr%3f-i.yaml %3f
rubygem-rack1.noarch: W: no-manual-page-for-binary rackup
rubygem-rack1.src:61: W: macro-in-comment %{gemdir}
rubygem-rack1.src:61: W: macro-in-comment %{_bindir}
2 packages and 0 specfiles checked; 0 errors, 69 warnings.

 [/] Package is not relocatable.
 [/] Buildroot is correct  ( Not needed if >= EL6 and >= F13 )
     Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 [/] Package is licensed with an open-source compatible license and meets other
legal requirements as defined in the legal section of Packaging Guidelines.
 [/] License field in the package spec file matches the actual license. 
     License type: MIT
 [/] 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.
 [-] With any Subpackage installed the license must also be installed (this may
belong to another subpackage) 
 [/] 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.
      Both md5sums are f5ff2d6d348f41bb3833847223f792ce
 [/] Package is not known to require ExcludeArch
 [/] All build dependencies are listed in BuildRequires, except for any that
are listed in the exceptions section of Packaging Guidelines.
 [-] The spec file handles locales properly.
 [-] ldconfig called in %post and %postun if required.
 [/] Package must own all directories that it creates.
 [-] Package requires other packages for directories it uses.
 [/] Package does not contain duplicates in %files.
 [/] Permissions on files are set properly.
 [/] Package has a %clean section, which contains rm -fR $RPM_BUILD_ROOT. ( Not
needed if >= EL6 and >= F13 )
 [/] Package consistently uses macros.
 [/] Package contains code, or permissible content.
 [-] Large documentation files are in a -doc subpackage, if required.
 [/] Package uses nothing in %doc for runtime.
 [-] Header files in -devel subpackage, if present.
 [-] Static libraries in -static subpackage, if present.
 [-] Package requires pkgconfig, if .pc files are present.
 [-] Development .so files in -devel subpackage, if present.
 [-] Fully versioned dependency in subpackages, if present.
 [-] Package does not contain any libtool archives (.la).
 [-] Package contains a properly installed %{name}.desktop file if it is a GUI
application.
 [/] Package does not own files or directories owned by other packages.

=== Ruby Specific ===
  http://fedoraproject.org/wiki/Packaging/Ruby
  [/] BuildRequire Ruby (pulled in by BR rubygem)
  [/] Requires: ruby(abi) = ...
  [/] Ruby Gems must be called rubygem-%{gemname}
  [/] The package must have a Requires and a BuildRequires on rubygems
  [/] The package must provide rubygem(%{gemname})
  [/] The %prep and %build sections of the specfile should be empty
  [/] The Gem must be installed into %{gemdir}
      [ %global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null) ]
  [/] The install should be performed with the command
      [ gem install --local --install-dir %{buildroot}%{gemdir} --force
%{SOURCE0} ]
  [/]The package must own the following files and directories:
     [/] %{gemdir}/gems/%{gemname}-%{version}/
     [/] %{gemdir}/cache/%{gemname}-%{version}.gem
     [/] %{gemdir}/specifications/%{gemname}-%{version}.gemspec
  [-] Architecture-specific content must not be installed into %{gemdir}
  [/] If the Gem only contains pure Ruby code, it must be marked as BuildArch:
noarch.
  [-] If the Gem contains binary content (e.g., for a database driver), it must
be marked as architecture specific,
    [-] and all architecture specific content must be moved from the %{gemdir}
to the
        [#ruby_sitearch %{ruby_sitearch} directory] during %install

=== SUGGESTED ITEMS ===
 [!] Latest version is packaged.
 [/] Package does not include license text files separate from upstream.
 [-] Description and summary sections in the package spec file contains
translations for supported Non-English languages, if available.
 [/] Reviewer should test that the package builds in mock.
     Tested through koji
 [/] Package should compile and build into binary rpms on all supported
architectures.
     Tested on: dist-5E-epel-testing-candidate
 [-] Package functions as described.
 [/] Scriptlets must be sane, if used.
 [-] The placement of pkgconfig(.pc) files is correct.
 [/] File based requires are sane.
 [!] %check is present and the tests pass

=== COMMENTS ===

* Not the latest version - I assume this is deliberate
* As mentioned on IRC should be %global rather than %define
* A *lot* of failing tests (by default I'd consider this a blocker...)
* Unexpanded macros is an FP
* incoherent-version-in-changelog - should be 1.1.0 not 1.1
* no-manual-page-for-binary - Not a blocker but a "nice to fix"
* macros in comment, single line macros, not a problem

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review


[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]