[Bug 1074128] Review Request: libserialport - Library for accessing serial ports

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

 



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

Jamie Nguyen <jamielinux@xxxxxxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |jamielinux@xxxxxxxxxxxxxxxx
                   |                            |g
           Assignee|nobody@xxxxxxxxxxxxxxxxx    |jamielinux@xxxxxxxxxxxxxxxx
                   |                            |g
              Flags|                            |fedora-review?



--- Comment #1 from Jamie Nguyen <jamielinux@xxxxxxxxxxxxxxxxx> ---
Package Review
==============

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


Issues
======

(1) [!]: License file installed when any subpackage combination is installed.

The -doc subpackage does not include a copy of the license.



(2) [!]: Package contains no bundled libraries without FPC exception.

jquery.js is bundled with -doc subpackage.

There is an open Review Request for jQuery and a Change proposal:
https://fedoraproject.org/wiki/Changes/jQuery

However, I'm not sure what the status is regarding new Review Requests that are
bundling jquery.js before the jQuery package is actually available. Toshio said
here that packages must now begin following the web asset guidelines:

https://lists.fedoraproject.org/pipermail/devel/2013-August/187836.html
Toshio wrote this:
> * Fedora also has rules about not bundling code from other upstreams into
>  a package.  These rules have just been updated to include web assets
>  (javascript, flash, css, common images would all fall under this).
>  fusioncharts free (as well as the jquery libraries and potentially some of
>  the other things in the AUTHORS file) should likely be packaged in its own
>  package for this reason.
>  
>  ... snip ...
>
>  Packages under review must begin following these guidelines at once.


I'm aware that many current packages already in Fedora that use Doxygen to
generate their documentation are already bundling jquery.js, but I advise that
you open an FPC ticket to clarify what the official guidelines are. You may
need to open a bundling exception.



(3) [!]: SourceX tarball generation or download is documented.
         Note: Package contains tarball without URL, check comments

See guidelines here: https://fedoraproject.org/wiki/Packaging:SourceURL

You need to document how you generated the Source0 tarball.



(4) The tarball has the extension .tar.gz but is actually a zip file.

Please correct the file extension.



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

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: Header files in -devel subpackage, if present.
[x]: ldconfig called in %post and %postun if required.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.
[x]: Development (unversioned) .so files in -devel subpackage, if present.

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]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses found:
     "LGPL (v3 or later)", "Unknown or generated". 1 files have unknown
     license. Detailed output of licensecheck in
     /home/mockbuild/review/libserialport/licensecheck.txt
[!]: License file installed when any subpackage combination is installed.
[x]: %build honors applicable compiler flags or justifies otherwise.
[!]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[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]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 20480 bytes in 2 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least one
     supported primary architecture.
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[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]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: All build dependencies are listed in BuildRequires, except for any that
     are listed in the exceptions section of Packaging Guidelines.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package use %makeinstall only when make install' ' DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package do not use a name that already exist
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as provided
     in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Packages must not store files under /srv, /opt or /usr/local

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

Generic:
[x]: Uses parallel make %{?_smp_mflags} macro.
[x]: 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]: Final provides and requires are sane (see attachments).
[x]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in
     libserialport-doc
[?]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: Scriptlets must be sane, if used.
[!]: SourceX tarball generation or download is documented.
     Note: Package contains tarball without URL, check comments
[-]: 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.
[x]: Packages should try to preserve timestamps of original installed files.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[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)
[x]: Dist tag is present (not strictly required in GL).
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: The placement of pkgconfig(.pc) files are correct.
[-]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

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

Generic:
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package is
     arched.
[x]: Package should not use obsolete m4 macros


Rpmlint
-------
Checking: libserialport-0.1.0-0.2.20140110git3ceb8ae.fc21.x86_64.rpm
          libserialport-devel-0.1.0-0.2.20140110git3ceb8ae.fc21.x86_64.rpm
          libserialport-doc-0.1.0-0.2.20140110git3ceb8ae.fc21.noarch.rpm
          libserialport-0.1.0-0.2.20140110git3ceb8ae.fc21.src.rpm
libserialport-devel.x86_64: W: no-documentation
libserialport.src: W: invalid-url Source0: libserialport-0.1.0.tar.gz
4 packages and 0 specfiles checked; 0 errors, 2 warnings.




Rpmlint (installed packages)
----------------------------
# rpmlint libserialport libserialport-devel libserialport-doc
libserialport-devel.x86_64: W: no-documentation
3 packages and 0 specfiles checked; 0 errors, 1 warnings.
# echo 'rpmlint-done:'



Requires
--------
libserialport (rpmlib, GLIBC filtered):
    /sbin/ldconfig
    libc.so.6()(64bit)
    libudev.so.1()(64bit)
    libudev.so.1(LIBUDEV_183)(64bit)
    rtld(GNU_HASH)

libserialport-devel (rpmlib, GLIBC filtered):
    /usr/bin/pkg-config
    libserialport(x86-64)
    libserialport.so.0()(64bit)
    pkgconfig(libudev)

libserialport-doc (rpmlib, GLIBC filtered):



Provides
--------
libserialport:
    libserialport
    libserialport(x86-64)
    libserialport.so.0()(64bit)

libserialport-devel:
    libserialport-devel
    libserialport-devel(x86-64)
    pkgconfig(libserialport)

libserialport-doc:
    libserialport-doc



Generated by fedora-review 0.5.1 (bb9bf27) last change: 2013-12-13
Command line :/bin/fedora-review -m fedora-rawhide-x86_64 -r -n
../libserialport-0.1.0-0.2.20140110git3ceb8ae.fc20.src.rpm
Buildroot used: fedora-rawhide-x86_64
Active plugins: Generic, Shell-api, C/C++
Disabled plugins: Java, Python, fonts, SugarActivity, Ocaml, Perl, Haskell, R,
PHP, Ruby
Disabled flags: EXARCH, EPEL5, BATCH, DISTTAG

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
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]