20 ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
20 ## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
21 ## SUCH DAMAGE. |
21 ## SUCH DAMAGE. |
22 ## |
22 ## |
23 |
23 |
24 # package versions |
24 # package versions |
25 %define V_dist 1.9.3-p194 |
25 %define V_dist 1.9.3-p286 |
26 %define V_subdir 1.9.3-p194 |
26 %define V_subdir 1.9.3-p286 |
27 %define V_opkg 1.9.3p194 |
27 %define V_opkg 1.9.3p286 |
28 |
28 |
29 # package information |
29 # package information |
30 Name: ruby |
30 Name: ruby |
31 Summary: The Ruby Scripting Language |
31 Summary: The Ruby Scripting Language |
32 URL: http://www.ruby-lang.org/ |
32 URL: http://www.ruby-lang.org/ |
38 License: GPL |
38 License: GPL |
39 Version: %{V_opkg} |
39 Version: %{V_opkg} |
40 Release: 20120800 |
40 Release: 20120800 |
41 |
41 |
42 # list of sources |
42 # list of sources |
43 Source0: ftp://ftp.ruby-lang.org/pub/ruby/ruby-%{V_dist}.tar.gz |
43 Source0: ftp://ftp.ruby-lang.org/pub/ruby/ruby-%{V_dist}.tar.bz2 |
44 |
44 |
45 # build information |
45 # build information |
46 BuildPreReq: OpenPKG, openpkg >= 20100101, make, gcc |
46 BuildPreReq: OpenPKG, openpkg >= 20100101, make, gcc, yaml |
47 PreReq: OpenPKG, openpkg >= 20100101 |
47 PreReq: OpenPKG, openpkg >= 20100101 |
48 BuildPreReq: ncurses, openssl, readline, zlib |
48 BuildPreReq: ncurses, openssl, readline, zlib |
49 PreReq: ncurses, openssl, readline, zlib |
49 PreReq: ncurses, openssl, readline, zlib |
50 |
50 |
51 %description |
51 %description |