Bug 565764 - Review Request: sugar-measure - Measure functionality for Sugar
Summary: Review Request: sugar-measure - Measure functionality for Sugar
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bernie Innocenti
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: SOAS-3
TreeView+ depends on / blocked
 
Reported: 2010-02-16 08:17 UTC by Kedar Sovani
Modified: 2014-06-23 15:23 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-23 15:23:18 UTC
Type: ---
Embargoed:
bernie+fedora: fedora-review+
kevin: fedora-cvs+


Attachments (Terms of Use)

Description Kedar Sovani 2010-02-16 08:17:00 UTC
Spec URL: http://kedars.fedorapeople.org/sugar-measure.spec
SRPM URL: http://kedars.fedorapeople.org/sugar-measure-29-1.fc11.src.rpm
Description: 

Hi, this is the Measure package for Sugar. It is a tool on the XO that allows kids to indulge in "learning by doing". It provides an interface for the kids to connect  sensors (light, heat, magnetic field etc) and view their signal.

This is my first package thus I need a sponsor. I am a maintainer of Fedora-ARM. I have been working with rpm for a while as part of this.


RPM Lint:
# rpmlint /root/rpmbuild/SRPMS/sugar-measure-29-1.fc11.src.rpm
sugar-measure.src: W: non-standard-group Sugar/Activities
1 packages and 0 specfiles checked; 0 errors, 1 warnings.

# rpmlint /root/rpmbuild/RPMS/noarch/sugar-measure-29-1.fc11.noarch.rpm
sugar-measure.noarch: W: non-standard-group Sugar/Activities
sugar-measure.noarch: E: non-executable-script /usr/share/sugar/activities/Measure.activity/sensor_toolbar.py 0644 /usr/bin/python
sugar-measure.noarch: E: non-executable-script /usr/share/sugar/activities/Measure.activity/drawwaveform.py 0644 /usr/bin/python
sugar-measure.noarch: E: non-executable-script /usr/share/sugar/activities/Measure.activity/measure.py 0644 /usr/bin/python
sugar-measure.noarch: E: non-executable-script /usr/share/sugar/activities/Measure.activity/toolbar_side.py 0644 /usr/bin/python
sugar-measure.noarch: E: non-executable-script /usr/share/sugar/activities/Measure.activity/journal.py 0644 /usr/bin/python
sugar-measure.noarch: E: non-executable-script /usr/share/sugar/activities/Measure.activity/audiograb.py 0644 /usr/bin/python
sugar-measure.noarch: E: non-executable-script /usr/share/sugar/activities/Measure.activity/toolbar_top.py 0644 /usr/bin/python
sugar-measure.noarch: E: non-executable-script /usr/share/sugar/activities/Measure.activity/sound_toolbar.py 0644 /usr/bin/python
sugar-measure.noarch: E: script-without-shebang /usr/share/sugar/activities/Measure.activity/activity/activity.info
1 packages and 0 specfiles checked; 9 errors, 1 warnings.

Out of the above errors: 
1. non-executable-script ones are seen because those files are included from other python scripts
2. script-without-shebang is seen because activity.info is not really a script but a file with various variable declarations.

Comment 1 Thomas Spura 2010-02-16 09:43:38 UTC
Just a few comments, I'm no sponsor anyway:

- Try running rpmlint -I $(warning/error)

-> $ rpmlint -I non-executable-script
non-executable-script:
This text file contains a shebang or is located in a path dedicated for
executables, but lacks the executable bits and cannot thus be executed.  If
the file is meant to be an executable script, add the executable bits,
otherwise remove the shebang or move the file elsewhere.


- BuildRequires should be python-devel and not just python. BuildRequires python will be added automatic then.

Comment 2 Kedar Sovani 2010-02-17 05:39:14 UTC
(In reply to comment #1)
> Just a few comments, I'm no sponsor anyway:

sure, Thanks!

> 
> - Try running rpmlint -I $(warning/error)
> 
> -> $ rpmlint -I non-executable-script
> non-executable-script:
> This text file contains a shebang or is located in a path dedicated for
> executables, but lacks the executable bits and cannot thus be executed.  If
> the file is meant to be an executable script, add the executable bits,
> otherwise remove the shebang or move the file elsewhere.
> 
> 

Yes, I meant that I believe both the type of errors above are false-positives in this case. Is there any spec-file workaround for those?

> - BuildRequires should be python-devel and not just python. BuildRequires
> python will be added automatic then.    

Hmm... Actually it doesn't really need python-devel in this case, just python is sufficient. Here is a koji scratch build. 
http://koji.fedoraproject.org/koji/taskinfo?taskID=1992656

Comment 3 Sebastian Dziallas 2010-07-24 15:41:30 UTC
Ping? What's the state here? Dennis, do you still plan to review this?

Comment 4 Sebastian Dziallas 2010-07-24 19:57:29 UTC
Upstream has released a new version here: http://lists.sugarlabs.org/archive/sugar-devel/2010-July/025645.html

Comment 5 Bernie Innocenti 2010-07-25 21:57:23 UTC
Wow this review has been stuck for over 5 months! :-(

Thank you for this contribution, I've approved this review request and sponsored your membership to the packagers group. Please, request the creation of the CVS repository for your package:

  http://fedoraproject.org/wiki/PackageMaintainers/CVSAdminProcedure

Before importing, you should probably upgrade to Measure v30. Also, I would advise requesting an F-13 branch for the convenience of current SoaS-3 users.

You can find me as "bernie" on #fedora-devel if you need any assistance importing your package in CVS.

Comment 6 Kevin Fenzi 2010-07-26 22:29:37 UTC
Please reset the fedora-cvs flag to ? when you have added a cvs request template here. 
Thanks.

Comment 7 Kedar Sovani 2010-07-30 17:06:13 UTC
New Package CVS Request
=======================
Package Name: sugar-measure
Short Description: Measure functionality for Sugar
Owners: kedars
Branches: F-12 F-13
InitialCC: bernie

Comment 8 Kevin Fenzi 2010-07-30 20:15:06 UTC
git done.

Comment 9 Sebastian Dziallas 2010-07-30 22:13:17 UTC
Upstream is now at v31: http://lists.sugarlabs.org/archive/sugar-devel/2010-July/025670.html

Comment 10 Dennis Gilmore 2014-06-23 15:22:50 UTC
removing needinfo


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