Bug 818414 - Review Request: mruby - lightweight ruby
Summary: Review Request: mruby - lightweight ruby
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-03 03:14 UTC by Rick Elrod
Modified: 2013-04-03 03:41 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-04-03 03:41:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Rick Elrod 2012-05-03 03:14:28 UTC
Spec URL: http://codeblock.fedorapeople.org/packages/mruby/mruby.spec
SRPM URL: http://codeblock.fedorapeople.org/packages/mruby/mruby-mruby-1032e9e.tar.gz
Description: This is a lightweight implementation of Ruby created by the author of the original Ruby interpreter ("matz"). https://github.com/mruby/mruby

Comment 1 Rick Elrod 2012-05-03 03:22:19 UTC
Well I messed that one up. :)

Correct SRPM: http://codeblock.fedorapeople.org/packages/mruby/mruby-1.0.0-1.20120502git1032e9e.fc18.src.rpm

Comment 2 Rick Elrod 2012-05-26 05:46:00 UTC
Updating to upstream HEAD.


[ricky@t520 RPMS]$ rpmlint ./x86_64/mruby-1.0.0-1.20120526gitf6d539e.fc18.x86_64.rpm 
mruby.x86_64: W: no-manual-page-for-binary mruby
mruby.x86_64: W: no-manual-page-for-binary mrbc
mruby.x86_64: W: no-manual-page-for-binary mirb
1 packages and 0 specfiles checked; 0 errors, 3 warnings.


[ricky@t520 rpmbuild]$ rpmlint ./SPECS/mruby.spec 
./SPECS/mruby.spec:48: E: hardcoded-library-path in %{buildroot}/usr/lib/libmruby.a
./SPECS/mruby.spec: W: invalid-url Source0: mruby-mruby-f6d539e.tar.gz
0 packages and 1 specfiles checked; 1 errors, 1 warnings.


The first one is because no matter what I try, cmake is insisting on installing a static lib into /usr/lib/, regardless of architecture. But because it's a static lib, it gets rm'd anyway.

The second is because this is pulled from Github, which has no way to easily link to tarballs of commits. Instructions are included in the specfile for obtaining the tar.gz.

New links:

Spec URL: http://codeblock.fedorapeople.org/packages/mruby/mruby.spec
SRPM URL: http://codeblock.fedorapeople.org/packages/mruby/mruby-1.0.0-1.20120526gitf6d539e.fc18.src.rpm

Comment 3 Rick Elrod 2013-04-03 03:41:08 UTC
I'm going to close this out for now.

I might fix up and open a new review at some point.


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