Skip to content

panayiotis/ruby.spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

# Summary
Simple ruby 1.9.3 spec and libyaml 0.1.4

## Note:
* It does not installs ruby tk bindings
* It does not follows Fedora Packaging Guidelines: https://fedoraproject.org/wiki/Packaging:Ruby
* It requires libyaml 0.1.4 which is not included in fedora 15 repocitories

# Installation on Fedora 15
 yum install rpm-build rpmdevtools readline-devel ncurses-devel gdbm-devel openssl-devel db4-devel libffi-devel
 rpmdev-setuptree
 mkdir /tmp/libyaml
 cd /tmp/libyaml
 wget ftp://ftp.cc.uoc.gr/pub/fedora/linux/development/16/i386/os/Packages/libyaml-0.1.4-1.fc16.i686.rpm
 wget ftp://ftp.cc.uoc.gr/pub/fedora/linux/development/16/i386/os/Packages/libyaml-devel-0.1.4-1.fc16.i686.rpm
 yum localinstall libyaml*
 
 cd ~/rpmbuild/SOURCES
 wget http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p0.tar.gz
 cd ~/rpmbuild/SPECS
 wget https://github.com/panayiotis/ruby.spec/raw/master/ruby.spec
 rpmbuild -bb ruby.spec
 cd ~/rpmbuild/RPMS/i386/
 yum localinstall ruby-1.9.3.0*


#See Also

* https://github.com/voxik/ruby.spec
* https://github.com/imeyer/ruby-1.9.2-rpm

About

Fedora 15 latest ruby spec file for compiling from source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published