Bug 1073508 - Review Request: ghc-shelly - Shell-like systems programming in Haskell
Summary: Review Request: ghc-shelly - Shell-like systems programming in Haskell
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Rick Elrod
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-06 14:44 UTC by Jens Petersen
Modified: 2014-03-25 08:15 UTC (History)
3 users (show)

Fixed In Version: ghc-shelly-1.4.4.2-1.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-03-25 08:13:06 UTC
Type: ---
Embargoed:
relrod: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Jens Petersen 2014-03-06 14:44:28 UTC
Spec URL: http://petersen.fedorapeople.org//ghc-shelly.spec
SRPM URL: http://petersen.fedorapeople.org//ghc-shelly-1.4.4.2-1.fc20.src.rpm

Description:
Shelly provides convenient systems programming in Haskell, similar in spirit to
POSIX shells. Shelly:

* is aimed at convenience and getting things done rather than being a
demonstration of elegance.
* has detailed and useful error messages
* maintains its own environment, making it thread-safe.
* is modern, using Text and system-filepath/system-fileio

An overview is available in the README:
<https://github.com/yesodweb/Shelly.hs/blob/master/README.md>.

Comment 1 Jens Petersen 2014-03-06 14:46:01 UTC
This package built in koji rawhide:
http://koji.fedoraproject.org/koji/taskinfo?taskID=6605341

Comment 2 Rick Elrod 2014-03-13 02:01:55 UTC
APPROVED. Review follows:

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]: Development (unversioned) .so files in -devel subpackage, if present.
[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]: License field in the package spec file matches the actual license.
[x]: License file installed when any subpackage combination is installed.
[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.
[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 880640 bytes in 22 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:
[-]: 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.
[x]: Package does not include license text files separate from upstream.
[-]: 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 (not strictly required in GL).
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Fully versioned dependency in subpackages if applicable.
[x]: 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]: Spec file according to URL is the same as in SRPM.


Rpmlint
-------
Checking: ghc-shelly-1.4.4.2-1.fc20.x86_64.rpm
          ghc-shelly-devel-1.4.4.2-1.fc20.x86_64.rpm
          ghc-shelly-1.4.4.2-1.fc20.src.rpm
ghc-shelly.x86_64: W: spelling-error %description -l en_US filepath -> file path, file-path, telepathic
ghc-shelly.x86_64: W: spelling-error %description -l en_US fileio -> file
ghc-shelly.x86_64: W: spelling-error %description -l en_US https -> HTTP
ghc-shelly.x86_64: W: spelling-error %description -l en_US github -> git hub, git-hub, thuggish
ghc-shelly.x86_64: W: spelling-error %description -l en_US yesodweb -> eyesore
ghc-shelly.x86_64: W: spelling-error %description -l en_US hs -> HS, sh, gs
ghc-shelly.x86_64: W: spelling-error %description -l en_US md -> MD, Md, ms
ghc-shelly.src: W: spelling-error %description -l en_US filepath -> file path, file-path, telepathic
ghc-shelly.src: W: spelling-error %description -l en_US fileio -> file
ghc-shelly.src: W: spelling-error %description -l en_US https -> HTTP
ghc-shelly.src: W: spelling-error %description -l en_US github -> git hub, git-hub, thuggish
ghc-shelly.src: W: spelling-error %description -l en_US yesodweb -> eyesore
ghc-shelly.src: W: spelling-error %description -l en_US hs -> HS, sh, gs
ghc-shelly.src: W: spelling-error %description -l en_US md -> MD, Md, ms
3 packages and 0 specfiles checked; 0 errors, 14 warnings.




Rpmlint (installed packages)
----------------------------
# rpmlint ghc-shelly ghc-shelly-devel
ghc-shelly.x86_64: W: spelling-error %description -l en_US filepath -> file path, file-path, telepathic
ghc-shelly.x86_64: W: spelling-error %description -l en_US fileio -> file
ghc-shelly.x86_64: W: spelling-error %description -l en_US https -> HTTP
ghc-shelly.x86_64: W: spelling-error %description -l en_US github -> git hub, git-hub, thuggish
ghc-shelly.x86_64: W: spelling-error %description -l en_US yesodweb -> eyesore
ghc-shelly.x86_64: W: spelling-error %description -l en_US hs -> HS, sh, gs
ghc-shelly.x86_64: W: spelling-error %description -l en_US md -> MD, Md, ms
2 packages and 0 specfiles checked; 0 errors, 7 warnings.
# echo 'rpmlint-done:'



Requires
--------
ghc-shelly (rpmlib, GLIBC filtered):
    ghc(async-2.0.1.4-638bac5c42baf5bd08ce6b83780cb3d9)
    ghc(base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57)
    ghc(bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f)
    ghc(containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2)
    ghc(directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2)
    ghc(mtl-2.1.2-82086cac9073862cbe01e44b81ec8b9b)
    ghc(process-1.1.0.2-76e05340eb66705981411022731ca84a)
    ghc(system-fileio-0.3.11-386462fc16d87d7e85b23b4489ca465a)
    ghc(system-filepath-0.4.7-c7b27b28fefe76644dbb98b4689e1735)
    ghc(text-0.11.3.1-e38859e86485c167fa7c9441789e7607)
    ghc(time-1.4.0.1-10dc4804a19dc0000fab79908f1a9f50)
    ghc(unix-compat-0.4.1.1-b2a4e89ffc6e22f53003b8db23c7b345)
    libHSarray-0.4.0.1-ghc7.6.3.so()(64bit)
    libHSasync-2.0.1.4-ghc7.6.3.so()(64bit)
    libHSbase-4.6.0.1-ghc7.6.3.so()(64bit)
    libHSbytestring-0.10.0.2-ghc7.6.3.so()(64bit)
    libHScontainers-0.5.0.0-ghc7.6.3.so()(64bit)
    libHSdeepseq-1.3.0.1-ghc7.6.3.so()(64bit)
    libHSdirectory-1.2.0.1-ghc7.6.3.so()(64bit)
    libHSfilepath-1.3.0.1-ghc7.6.3.so()(64bit)
    libHSghc-prim-0.3.0.0-ghc7.6.3.so()(64bit)
    libHSinteger-gmp-0.5.0.0-ghc7.6.3.so()(64bit)
    libHSmtl-2.1.2-ghc7.6.3.so()(64bit)
    libHSold-locale-1.0.0.5-ghc7.6.3.so()(64bit)
    libHSprocess-1.1.0.2-ghc7.6.3.so()(64bit)
    libHSstm-2.4.2-ghc7.6.3.so()(64bit)
    libHSsystem-fileio-0.3.11-ghc7.6.3.so()(64bit)
    libHSsystem-filepath-0.4.7-ghc7.6.3.so()(64bit)
    libHStext-0.11.3.1-ghc7.6.3.so()(64bit)
    libHStime-1.4.0.1-ghc7.6.3.so()(64bit)
    libHStransformers-0.3.0.0-ghc7.6.3.so()(64bit)
    libHSunix-2.6.0.1-ghc7.6.3.so()(64bit)
    libHSunix-compat-0.4.1.1-ghc7.6.3.so()(64bit)
    libc.so.6()(64bit)
    libdl.so.2()(64bit)
    libgmp.so.10()(64bit)
    libpthread.so.0()(64bit)
    librt.so.1()(64bit)
    libutil.so.1()(64bit)
    rtld(GNU_HASH)

ghc-shelly-devel (rpmlib, GLIBC filtered):
    /bin/sh
    ghc(shelly-1.4.4.2-42852ba788574c27f8df6ed1b82bb0e6)
    ghc-compiler
    ghc-devel(async-2.0.1.4-638bac5c42baf5bd08ce6b83780cb3d9)
    ghc-devel(base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57)
    ghc-devel(bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f)
    ghc-devel(containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2)
    ghc-devel(directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2)
    ghc-devel(mtl-2.1.2-82086cac9073862cbe01e44b81ec8b9b)
    ghc-devel(process-1.1.0.2-76e05340eb66705981411022731ca84a)
    ghc-devel(system-fileio-0.3.11-386462fc16d87d7e85b23b4489ca465a)
    ghc-devel(system-filepath-0.4.7-c7b27b28fefe76644dbb98b4689e1735)
    ghc-devel(text-0.11.3.1-e38859e86485c167fa7c9441789e7607)
    ghc-devel(time-1.4.0.1-10dc4804a19dc0000fab79908f1a9f50)
    ghc-devel(unix-compat-0.4.1.1-b2a4e89ffc6e22f53003b8db23c7b345)
    ghc-shelly(x86-64)



Provides
--------
ghc-shelly:
    ghc(shelly-1.4.4.2-42852ba788574c27f8df6ed1b82bb0e6)
    ghc-shelly
    ghc-shelly(x86-64)
    libHSshelly-1.4.4.2-ghc7.6.3.so()(64bit)

ghc-shelly-devel:
    ghc-devel(shelly-1.4.4.2-42852ba788574c27f8df6ed1b82bb0e6)
    ghc-shelly-devel
    ghc-shelly-devel(x86-64)
    ghc-shelly-static



Unversioned so-files
--------------------
ghc-shelly: /usr/lib64/ghc-7.6.3/shelly-1.4.4.2/libHSshelly-1.4.4.2-ghc7.6.3.so

Source checksums
----------------
http://hackage.haskell.org/package/shelly-1.4.4.2/shelly-1.4.4.2.tar.gz :
  CHECKSUM(SHA256) this package     : f34b4186a8525884cc56fde15c245aaada22f78da439b746dcc51d79f8420006
  CHECKSUM(SHA256) upstream package : f34b4186a8525884cc56fde15c245aaada22f78da439b746dcc51d79f8420006


Generated by fedora-review 0.5.1 (bb9bf27) last change: 2013-12-13
Command line :/usr/bin/fedora-review -b 1073508
Buildroot used: fedora-20-x86_64
Active plugins: Generic, Haskell, Shell-api, C/C++
Disabled plugins: Java, Python, fonts, SugarActivity, Ocaml, Perl, R, PHP, Ruby
Disabled flags: EXARCH, EPEL5, BATCH, DISTTAG

Comment 3 Jens Petersen 2014-03-13 05:22:06 UTC
New Package SCM Request
=======================
Package Name: ghc-shelly
Short Description: Shell-like systems programming in Haskell
Owners: petersen
Branches: f19 f20 el6 epel7
InitialCC: haskell-sig

Comment 4 Gwyn Ciesla 2014-03-13 12:16:39 UTC
Git done (by process-git-requests).

Comment 5 Fedora Update System 2014-03-14 14:13:02 UTC
ghc-shelly-1.4.4.2-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/ghc-shelly-1.4.4.2-1.fc20

Comment 6 Fedora Update System 2014-03-14 14:13:14 UTC
ghc-shelly-0.15.4.1-1.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/ghc-shelly-0.15.4.1-1.fc19

Comment 7 Fedora Update System 2014-03-15 15:13:48 UTC
Package ghc-shelly-1.4.4.2-1.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing ghc-shelly-1.4.4.2-1.fc20'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-3893/ghc-shelly-1.4.4.2-1.fc20
then log in and leave karma (feedback).

Comment 8 Fedora Update System 2014-03-25 08:13:06 UTC
ghc-shelly-0.15.4.1-1.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2014-03-25 08:15:27 UTC
ghc-shelly-1.4.4.2-1.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.


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