Bug 978494 - Review Request: dleyna-renderer - Service for interacting with Digital Media Renderers
Summary: Review Request: dleyna-renderer - Service for interacting with Digital Media ...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 978381 978489
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-26 17:38 UTC by Debarshi Ray
Modified: 2013-07-11 12:08 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-11 10:55:26 UTC
Type: ---
Embargoed:
bochecha: fedora-review+


Attachments (Terms of Use)

Description Debarshi Ray 2013-06-26 17:38:34 UTC
Spec URL: http://rishi.fedorapeople.org/dleyna-renderer.spec
SRPM URL: http://rishi.fedorapeople.org/dleyna-renderer-0.1.1-1.fc19.src.rpm

Description:
D-Bus service for clients to discover and manipulate DLNA Digital Media
Renderers (DMRs).

Fedora Account System Username: rishi

Comment 1 Mathieu Bridon 2013-07-09 11:21:52 UTC
The package has only two minor issues, but I won't block the review on that.

You can just fix the first issue when you import the package (it really is a nitpick), and the second one is just something you could report upstream I think.

In any case, the package is approved.

Summary
=======

[!]: Package consistently uses macro is (instead of hard-coded directory
     names).

    => One included file is:
         %{_prefix}/libexec/%{name}-service
       Please use %{_libexecdir} instead. (you can fix it when you import the
       package)

[!]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).

    => The only warning can be ignored, although you might want to let
       upstream that they are linking against pthread even though it's not
       used.


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

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



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

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

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]: %build honors applicable compiler flags or justifies otherwise.
[x]: 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.
[-]: 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 complies to the Packaging Guidelines
[x]: License field in the package spec file matches the actual license.
[!]: Package consistently uses macro is (instead of hard-coded directory
     names).

    => One included file is:
         %{_prefix}/libexec/%{name}-service
       Please use %{_libexecdir} instead. (Note: I won't block the review over
       so few, just fix it when you import the package)

[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]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[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.
[-]: Large documentation must go in a -doc subpackage.
     Note: Documentation size is 40960 bytes in 4 files.
[x]: All build dependencies are listed in BuildRequires, except for any that
     are listed in the exceptions section of Packaging Guidelines.
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: %config files are marked noreplace or the reason is justified.
[x]: Each %files section contains %defattr if rpm < 4.4
[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.
[-]: Fully versioned dependency in subpackages, if present.
[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.
[-]: Package use %makeinstall only when make install' ' DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: No %config files under /usr.
[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
[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: No rpmlint messages.

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

Generic:
[-]: 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).
[?]: Package functions as described.
[x]: Latest version is packaged.
[-]: Package does not include license text files separate from upstream.
[x]: Scriptlets must be sane, if used.
[-]: 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]: Sources can be downloaded from URI in Source: tag
[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.
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Uses parallel make.
[x]: SourceX tarball generation or download is documented.
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define.

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

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

    => The only warning can be ignored, although you might want to let
       upstream that they are linking against pthread even though it's not
       used. (not blocking the review for that, though)

[x]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: dleyna-renderer-0.1.1-1.fc20.x86_64.rpm
1 packages and 0 specfiles checked; 0 errors, 0 warnings.




Rpmlint (installed packages)
----------------------------
# rpmlint dleyna-renderer
dleyna-renderer.x86_64: W: unused-direct-shlib-dependency /usr/lib64/libdleyna-renderer-1.0.so.1.0.2 /lib64/libpthread.so.0
1 packages and 0 specfiles checked; 0 errors, 1 warnings.
# echo 'rpmlint-done:'



Requires
--------
dleyna-renderer (rpmlib, GLIBC filtered):
    /sbin/ldconfig
    config(dleyna-renderer)
    dbus
    dleyna-connector-dbus
    libc.so.6()(64bit)
    libdleyna-core-1.0.so.1()(64bit)
    libdleyna-renderer-1.0.so.1()(64bit)
    libgio-2.0.so.0()(64bit)
    libglib-2.0.so.0()(64bit)
    libgmodule-2.0.so.0()(64bit)
    libgobject-2.0.so.0()(64bit)
    libgssdp-1.0.so.3()(64bit)
    libgupnp-1.0.so.4()(64bit)
    libgupnp-av-1.0.so.2()(64bit)
    libgupnp-dlna-2.0.so.3()(64bit)
    libpthread.so.0()(64bit)
    libsoup-2.4.so.1()(64bit)
    rtld(GNU_HASH)



Provides
--------
dleyna-renderer:
    config(dleyna-renderer)
    dleyna-renderer
    dleyna-renderer(x86-64)
    libdleyna-renderer-1.0.so.1()(64bit)



Source checksums
----------------
https://01.org/dleyna/sites/default/files/downloads/dleyna-renderer-0.1.1.tar.gz :
  CHECKSUM(SHA256) this package     : 238052f03b378488ff559f92716e43e5450628bf0d91da5f3d84dfc06c667543
  CHECKSUM(SHA256) upstream package : 238052f03b378488ff559f92716e43e5450628bf0d91da5f3d84dfc06c667543


Generated by fedora-review 0.4.1 (b2e211f) last change: 2013-04-29
Buildroot used: fedora-rawhide-x86_64
Command line :/usr/bin/fedora-review -b 978494 -m fedora-rawhide-x86_64

Comment 2 Debarshi Ray 2013-07-10 13:24:47 UTC
New Package SCM Request
=======================
Package Name: dleyna-renderer
Short Description: Service for interacting with Digital Media Renderers
Owners: rishi
Branches: F20
InitialCC:

Comment 3 Gwyn Ciesla 2013-07-10 13:58:35 UTC
Git done (by process-git-requests).

Comment 4 Debarshi Ray 2013-07-11 10:55:26 UTC
(In reply to Mathieu Bridon from comment #1)
> The package has only two minor issues, but I won't block the review on that.
> 
> You can just fix the first issue when you import the package (it really is a
> nitpick), and the second one is just something you could report upstream I
> think.
> 
> In any case, the package is approved.
> 
> Summary
> =======
> 
> [!]: Package consistently uses macro is (instead of hard-coded directory
>      names).
> 
>     => One included file is:
>          %{_prefix}/libexec/%{name}-service
>        Please use %{_libexecdir} instead. (you can fix it when you import the
>        package)

Fixed and built for F20.

Comment 5 Gwyn Ciesla 2013-07-11 12:08:15 UTC
Clearing flag.


Note You need to log in before you can comment on or make changes to this bug.