Bug 796824 - Review Request: memchan - In-memory channels for Tcl
Summary: Review Request: memchan - In-memory channels for Tcl
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-23 17:59 UTC by Tom "spot" Callaway
Modified: 2012-03-02 01:30 UTC (History)
4 users (show)

Fixed In Version: memchan-2.3-1.fc17
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-02 01:30:14 UTC
Type: ---
Embargoed:
gwync: fedora-review+
gwync: fedora-cvs+


Attachments (Terms of Use)

Description Tom "spot" Callaway 2012-02-23 17:59:10 UTC
Spec URL: http://spot.fedorapeople.org/memchan.spec
SRPM URL: http://spot.fedorapeople.org/memchan-2.3-1.fc16.src.rpm
Koji Rawhide Scratch Build: http://koji.fedoraproject.org/koji/taskinfo?taskID=3813496
Description: 
Memchan is an extension library to the script language Tcl, as created by John
Ousterhout. It provides several new channel types for in-memory channels and
the appropriate commands for their creation.

Reviewer Note: This package was previously in Fedora, but was orphaned, then retired. It has been cleaned up and updated to the latest version. This package will resolve broken dependencies in Fedora.

Comment 1 Gwyn Ciesla 2012-02-24 16:14:44 UTC
I'll have a peek.

Comment 2 Gwyn Ciesla 2012-02-24 16:36:37 UTC
Good:

- rpmlint checks return:

memchan.src: W: invalid-url Source0: http://downloads.sourceforge.net/sourceforge/memchan/Memchan2.3.tar.gz <urlopen error timed out>
The value should be a valid, public HTTP, HTTPS, or FTP URL.

Likely an artifact of my internet connection.  Verify but probably fine.


memchan.x86_64: W: manual-page-warning /usr/share/man/mann/memchan.n.gz 7: warning: macro `BS' not defined
This man page may contain problems that can cause it not to be formatted as
intended.

memchan.x86_64: W: manual-page-warning /usr/share/man/mann/memchan.n.gz 17: warning: macro `BE' not defined
This man page may contain problems that can cause it not to be formatted as
intended.

memchan.x86_64: W: manual-page-warning /usr/share/man/mann/zero.n.gz 7: warning: macro `BS' not defined
This man page may contain problems that can cause it not to be formatted as
intended.

memchan.x86_64: W: manual-page-warning /usr/share/man/mann/zero.n.gz 17: warning: macro `BE' not defined
This man page may contain problems that can cause it not to be formatted as
intended.

memchan.x86_64: W: manual-page-warning /usr/share/man/mann/fifo.n.gz 7: warning: macro `BS' not defined
This man page may contain problems that can cause it not to be formatted as
intended.

memchan.x86_64: W: manual-page-warning /usr/share/man/mann/fifo.n.gz 17: warning: macro `BE' not defined
This man page may contain problems that can cause it not to be formatted as
intended.

memchan.x86_64: W: manual-page-warning /usr/share/man/mann/fifo2.n.gz 7: warning: macro `BS' not defined
This man page may contain problems that can cause it not to be formatted as
intended.

memchan.x86_64: W: manual-page-warning /usr/share/man/mann/fifo2.n.gz 17: warning: macro `BE' not defined
This man page may contain problems that can cause it not to be formatted as
intended.

memchan.x86_64: W: manual-page-warning /usr/share/man/mann/null.n.gz 7: warning: macro `BS' not defined
This man page may contain problems that can cause it not to be formatted as
intended.

memchan.x86_64: W: manual-page-warning /usr/share/man/mann/null.n.gz 17: warning: macro `BE' not defined
This man page may contain problems that can cause it not to be formatted as
intended.

memchan.x86_64: W: manual-page-warning /usr/share/man/mann/memchanapi.n.gz 7: warning: macro `BS' not defined
This man page may contain problems that can cause it not to be formatted as
intended.

memchan.x86_64: W: manual-page-warning /usr/share/man/mann/memchanapi.n.gz 27: warning: macro `BE' not defined
This man page may contain problems that can cause it not to be formatted as
intended.

Not seen these before, but not a blocker.


memchan-devel.x86_64: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.

There's just not much there, this is ok.

- package meets naming guidelines
- package meets packaging guidelines
- license ( MIT and Public Domain) OK, text in %doc, matches source
- spec file legible, in am. english
- source matches upstream
- package compiles on devel (x86_64)
- no missing BR
- no unnecessary BR
- no locales
- not relocatable
- owns all directories that it creates
- no duplicate files
- permissions ok
- %clean ok
- macro use consistent
- code, not content
- no need for -docs
- nothing in %doc affects runtime
- no need for .desktop file
- devel package ok
- no .la files
XXXX post/postun ldconfig ok

This is not done.  Is it needed for Tcl solibs?

- devel requires base package n-v-r 

Otherwise, nothing out of order, as expected.

Comment 3 Tom "spot" Callaway 2012-02-24 18:39:11 UTC
I don't think ldconfig is needed for the Tcl solibs, they're not in the standard ld.so pathing, and they work without ld.so.conf.

Comment 4 Gwyn Ciesla 2012-02-24 18:53:39 UTC
Cool.  Then APPROVED.

Comment 5 Jerry James 2012-02-24 19:14:30 UTC
(In reply to comment #2)
> memchan.src: W: invalid-url Source0:
> http://downloads.sourceforge.net/sourceforge/memchan/Memchan2.3.tar.gz <urlopen
> error timed out>
> The value should be a valid, public HTTP, HTTPS, or FTP URL.
> 
> Likely an artifact of my internet connection.  Verify but probably fine.

It's got one too many "sourceforge"s in it.  This URL works:

http://downloads.sourceforge.net/memchan/Memchan2.3.tar.gz

Comment 6 Gwyn Ciesla 2012-02-24 19:34:31 UTC
That's funny, not only that I missed that (long day) but that it worked when I tried it. :)

Comment 7 Tom "spot" Callaway 2012-02-24 20:11:25 UTC
Package Change Request
======================
Package Name: memchan
New Branches: f17
Owners: spot
InitialCC:

Comment 8 Gwyn Ciesla 2012-02-24 20:13:11 UTC
Git done (by process-git-requests).

devel, f16 and f15 unretired, take ownership.

Comment 9 Fedora Update System 2012-02-24 20:38:41 UTC
memchan-2.3-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/memchan-2.3-1.fc17

Comment 10 Fedora Update System 2012-02-24 22:31:33 UTC
memchan-2.3-1.fc17 has been pushed to the Fedora 17 testing repository.

Comment 11 Fedora Update System 2012-03-02 01:30:14 UTC
memchan-2.3-1.fc17 has been pushed to the Fedora 17 stable repository.


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