Bug 554089

Summary: Review Request: python-elements - A 2D Physics API for Python
Product: [Fedora] Fedora Reporter: Sebastian Dziallas <sebastian>
Component: Package ReviewAssignee: Thomas Spura <tomspur>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: fedora-package-review, notting, tomspur
Target Milestone: ---Flags: tomspur: fedora-review+
j: fedora-cvs+
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-01-13 21:34:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 554088    
Bug Blocks: 554090    

Description Sebastian Dziallas 2010-01-10 12:24:56 UTC
Spec URL: http://sdz.fedorapeople.org/rpmbuild/python-elements.spec
SRPM URL: http://sdz.fedorapeople.org/rpmbuild/python-elements-0.13-1.20100110svn.fc12.src.rpm

Description: This is a dependency for the Sugar Physics activity.
Koji Scratch Build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1912040

Comment 1 Thomas Spura 2010-01-11 15:33:03 UTC
To be honest, the review can be mostly copy & paste from pybox2d...


Review:

Good:
- name ok
- license ok
- sources match upstream (diff -r clean)
- BR ok
- rpmlint clean
$ rpmlint python-elements-0.13-1.20100110svn.fc12.src.rpm noarch/python-elements-0.13-1.20100110svn.fc12.noarch.rpm 
2 packages and 0 specfiles checked; 0 errors, 0 warnings.

- %clean is there
- %install ok
  (calm rpmlint down, can't be moved to %prep)
- description ok
- permissions ok
- %files ok
- builds in koji:
  http://koji.fedoraproject.org/koji/taskinfo?taskID=1914151


Needswork:
- How to create the tarball...
  Copy paste of your command does not work... Remove the '|' and it'll work.
- calm rpmlint down in %prep and not in %install ->
  sed -i elements/elements.py -e 1d
- use global and not define:
 
https://fedoraproject.org/wiki/Packaging/Guidelines#.25global_preferred_over_.25define
- why is the group devel/languages?
  Development/Libraries would be more appropriate.

#########################

Change the group to Development/Libraries and calm rpmlint down in %prep,
the rest is 'should'.


#########################

APPROVED

Comment 2 Sebastian Dziallas 2010-01-11 16:21:28 UTC
New Package CVS Request
=======================
Package Name: python-elements
Short Description: A 2D Physics API for Python
Owners: sdz
Branches: F-11 F-12
InitialCC:

Comment 3 Sebastian Dziallas 2010-01-11 16:54:48 UTC
Thanks for the reviews! :) I'll import the fixed versions once the branch has been created.

Comment 4 Jason Tibbitts 2010-01-13 18:04:50 UTC
CVS done (by process-cvs-requests.py)

Comment 5 Sebastian Dziallas 2010-01-13 21:34:10 UTC
Built in Rawhide with updates on the way, thanks again for the reviews!