Bug 447533 - Review Request: minirpc - an RPC library for stream oriented transports
Summary: Review Request: minirpc - an RPC library for stream oriented transports
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Patrice Dumas
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-20 13:04 UTC by Adam Goode
Modified: 2008-10-07 17:49 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-05-21 21:13:10 UTC
Type: ---
Embargoed:
pertusus: fedora-review+
kevin: fedora-cvs+


Attachments (Terms of Use)

Description Adam Goode 2008-05-20 13:04:32 UTC
Spec URL: http://www.cs.cmu.edu/~agoode/fedora/minirpc.spec
SRPM URL: http://www.cs.cmu.edu/~agoode/fedora/minirpc-0.3-1.fc9.src.rpm
Description: miniRPC is a RPC library designed with modern systems in mind. It has a simple wire protocol to allow for future interoperability with other languages and systems.

Comment 1 Patrice Dumas 2008-05-20 22:39:12 UTC
I suggest addint INSTALL='install -p' to the make install line to 
keep header file timestamps.

Given that the date appears in doxygen generated files, you could
have a look at
http://fedoraproject.org/wiki/PackagingDrafts/MultilibTricks
to avoid conflicts in multilib settings.

Everyting else looks good.

Comment 2 Adam Goode 2008-05-21 02:05:24 UTC
(In reply to comment #1)
> I suggest addint INSTALL='install -p' to the make install line to 
> keep header file timestamps.
> 

I could do this, but it doesn't seem to matter with multilib. Plus, one of the
headers is a generated file anyway, so the timestamps don't mean much. Is there
a reason for doing this?

> Given that the date appears in doxygen generated files, you could
> have a look at
> http://fedoraproject.org/wiki/PackagingDrafts/MultilibTricks
> to avoid conflicts in multilib settings.
> 

Ok, I have fixed this:

http://www.cs.cmu.edu/~agoode/fedora/minirpc.spec
http://www.cs.cmu.edu/~agoode/fedora/minirpc-0.3-2.fc9.src.rpm

Comment 3 Patrice Dumas 2008-05-21 07:41:36 UTC
(In reply to comment #2)

> I could do this, but it doesn't seem to matter with multilib. Plus, one of the
> headers is a generated file anyway, so the timestamps don't mean much. Is
there
> a reason for doing this?

For the file which is not generated the timestamp is an interesting 
information in any case.

For the generated file, it does matter if you install both arch and 
do a rpm -V.

there is also some simple related hints on 
http://fedoraproject.org/wiki/PackagingDrafts/MultilibTricks

But since the doxygen files are generated too, I won't make it a
blocker.

The timestamps could be kept with (untested):

touch -c -r minirpc/minirpc.h.in minirpc/minirpc.h
touch -r CHANGES doc/html/*

Comment 4 Ralf Corsepius 2008-05-21 08:26:11 UTC
(In reply to comment #3)
> > Is there a reason for doing this?
No there isn't.

> For the file which is not generated the timestamp is an interesting 
> information in any case.
The time-stamps are technically completely irrelevant in the vast majority of
cases (like yours) - Some people refuse to understand this.




Comment 5 Patrice Dumas 2008-05-21 09:12:10 UTC
Anyway these are not blockers, only suggestions, so

* rpmlint is silent
* follow guidelines
* free software license included
* match upstream:
892e83621ee9f840a99f2707adbd2aa3  minirpc-0.3.tar.gz
* %files section right
* library properly packaged

I don't think it is useful to duplicate the README/CHANGES/COPYING
files in the -devel subpackage since it depends on the main package
and these files are already in the main package. I also won't make it 
a blocker.


APPROVED


Comment 6 Adam Goode 2008-05-21 14:42:25 UTC
Thanks for the review. I think your other suggestions are good, I will try to
incorporate them.

Comment 7 Adam Goode 2008-05-21 15:40:24 UTC
New Package CVS Request
=======================
Package Name: minirpc
Short Description: RPC library for stream transports
Owners: agoode
Branches: F-7 F-8 F-9
InitialCC:
Cvsextras Commits: yes


Comment 8 Kevin Fenzi 2008-05-21 18:34:30 UTC
cvs done.

Comment 9 Adam Goode 2008-10-05 18:51:14 UTC
Package Change Request
======================
Package Name: minirpc
New Branches: EL-5
Owners: agoode

Comment 10 Kevin Fenzi 2008-10-07 17:49:25 UTC
cvs done.


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