Bug 882701 - Review Request: zathura-ps - PS support for zathura via libspectre
Summary: Review Request: zathura-ps - PS support for zathura via libspectre
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Eduardo Echeverria
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-12-02 18:46 UTC by François Cami
Modified: 2013-01-11 23:36 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-01-11 23:36:44 UTC
Type: ---
Embargoed:
echevemaster: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description François Cami 2012-12-02 18:46:52 UTC
Spec URL: http://fcami.fedorapeople.org/srpms/zathura-ps.spec
SRPM URL: http://fcami.fedorapeople.org/srpms/zathura-ps-0.2.0-1.fc16.src.rpm
Description: The zathura-ps plugin adds PostScript support to zathura by
using the libspectre library.
Fedora Account System Username: fcami

Comment 1 François Cami 2012-12-02 19:33:37 UTC
Remove EL5 specific stuff.
Spec URL: http://fcami.fedorapeople.org/srpms/zathura-ps.spec
SRPM URL: http://fcami.fedorapeople.org/srpms/zathura-ps-0.2.0-2.fc16.src.rpm

Comment 2 Eduardo Echeverria 2012-12-02 23:23:29 UTC
Hi François

I think I had a dejavu :)

- The .so warning is about the libraries being unversioned, but this are private libs, Since you don't install them in ld path, this is OK.

- The warnings about the spelling errors can be ignored

Please, and this applies to the package reviewed  previously,

if you prefer 
the BuildRequires entries can be listed one-by-one:

BuildRequires:  libspectre-devel
BuildRequires:  zathura-devel >= 0.2.1 

because this makes it easier to read 

Tested on Koji:
http://koji.fedoraproject.org/koji/taskinfo?taskID=4749550

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

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



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

C/C++:
[x]: 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.

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.
[x]: %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.
[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.
[x]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses found:
     "Unknown or generated". 1 files have unknown license. Detailed output of
     licensecheck in /home/makerpm/882701-zathura-ps/licensecheck.txt

* the package is licensed under zlib

[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.
[x]: 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.
[x]: Useful -debuginfo package or justification otherwise.
[-]: Large documentation must go in a -doc subpackage.
     Note: Documentation size is 10240 bytes in 2 files.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== 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)
[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]: 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).
[?]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: Patches link to upstream bugs/comments/lists or are otherwise justified.
[x]: The placement of pkgconfig(.pc) files are correct.
[x]: SourceX tarball generation or download is documented.
[x]: SourceX / PatchY prefixed with %{name}.
[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.
[x]: 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: 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: zathura-ps-debuginfo-0.2.0-2.fc19.x86_64.rpm
          zathura-ps-0.2.0-2.fc19.x86_64.rpm
          zathura-ps-0.2.0-2.fc19.src.rpm
zathura-ps.x86_64: W: spelling-error Summary(en_US) libspectre -> respectable
zathura-ps.x86_64: W: spelling-error %description -l en_US libspectre -> respectable
zathura-ps.src: W: spelling-error Summary(en_US) libspectre -> respectable
zathura-ps.src: W: spelling-error %description -l en_US libspectre -> respectable
3 packages and 0 specfiles checked; 0 errors, 4 warnings.




Rpmlint (installed packages)
----------------------------
# rpmlint zathura-ps-debuginfo zathura-ps
zathura-ps.x86_64: W: spelling-error Summary(en_US) libspectre -> respectable
zathura-ps.x86_64: W: spelling-error %description -l en_US libspectre -> respectable
2 packages and 0 specfiles checked; 0 errors, 2 warnings.
# echo 'rpmlint-done:'



Requires
--------
zathura-ps-debuginfo-0.2.0-2.fc19.x86_64.rpm (rpmlib, GLIBC filtered):
    

zathura-ps-0.2.0-2.fc19.x86_64.rpm (rpmlib, GLIBC filtered):
    
    libc.so.6()(64bit)  
    libcairo.so.2()(64bit)  
    libgirara-gtk2.so.1()(64bit)  
    libglib-2.0.so.0()(64bit)  
    libspectre.so.1()(64bit)  
    rtld(GNU_HASH)  



Provides
--------
zathura-ps-debuginfo-0.2.0-2.fc19.x86_64.rpm:
    
    zathura-ps-debuginfo = 0.2.0-2.fc19
    zathura-ps-debuginfo(x86-64) = 0.2.0-2.fc19

zathura-ps-0.2.0-2.fc19.x86_64.rpm:
    
    ps.so()(64bit)  
    zathura-ps = 0.2.0-2.fc19
    zathura-ps(x86-64) = 0.2.0-2.fc19



Unversioned so-files
--------------------
zathura-ps-0.2.0-2.fc19.x86_64.rpm: /usr/lib64/zathura/ps.so

MD5-sum check
-------------
http://pwmt.org/projects/zathura/plugins/download/zathura-ps-0.2.0.tar.gz :
  CHECKSUM(SHA256) this package     : 717eda01213b162421b6b52f29d6b981edc302fddf351ccb2c093b6842751414
  CHECKSUM(SHA256) upstream package : 717eda01213b162421b6b52f29d6b981edc302fddf351ccb2c093b6842751414

I don't see anymore blockers, therefore

----------------

PACKAGE APPROVED

----------------

Comment 3 François Cami 2012-12-03 12:56:47 UTC
Thank you Eduardo. DejaVu indeed :)

Comment 4 François Cami 2012-12-03 12:57:39 UTC
New Package SCM Request
=======================
Package Name: zathura-ps
Short Description: PS support for zathura via libspectre
Owners: fcami psabata
Branches: f18 f17 f16 el6
InitialCC:

Comment 5 Gwyn Ciesla 2012-12-03 13:03:43 UTC
Git done (by process-git-requests).

Comment 6 Fedora Update System 2012-12-06 21:11:14 UTC
zathura-pdf-poppler-0.2.1-4.fc18,zathura-ps-0.2.0-2.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/zathura-pdf-poppler-0.2.1-4.fc18,zathura-ps-0.2.0-2.fc18

Comment 7 Fedora Update System 2012-12-07 20:47:15 UTC
zathura-pdf-poppler-0.2.1-4.fc18, zathura-ps-0.2.0-2.fc18 has been pushed to the Fedora 18 testing repository.

Comment 8 Fedora Update System 2013-01-11 23:36:46 UTC
zathura-pdf-poppler-0.2.1-4.fc18, zathura-ps-0.2.0-2.fc18 has been pushed to the Fedora 18 stable repository.


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