OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 12-Jan-2007 15:20:02
Branch: HEAD Handle: 2007011214200200
Modified files:
openpkg-src/ruby ruby.spec
Log:
fix list of dependencies
Summary:
Revision Changes Path
1.50 +5 -3 openpkg-src/ruby/ruby.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ruby/ruby.spec
============================================================================
$ cvs diff -u -r1.49 -r1.50 ruby.spec
--- openpkg-src/ruby/ruby.spec 1 Jan 2007 17:41:34 -0000 1.49
+++ openpkg-src/ruby/ruby.spec 12 Jan 2007 14:20:02 -0000 1.50
@@ -37,7 +37,7 @@
Group: Language
License: GPL
Version: %{V_opkg}
-Release: 20061225
+Release: 20070112
# list of sources
Source0: ftp://ftp.ruby-lang.org/pub/ruby/ruby-%{V_dst}.tar.gz
@@ -46,8 +46,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, readline, ncurses, gcc
-PreReq: OpenPKG, openpkg >= 20040130, readline, ncurses
+BuildPreReq: OpenPKG, openpkg >= 20040130, make, gcc
+PreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: ncurses, openssl, readline, zlib
+PreReq: ncurses, openssl, readline, zlib
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]