OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [email protected] Module: openpkg-src Date: 10-May-2009 00:04:05 Branch: HEAD Handle: 2009050923040400 Modified files: openpkg-src/rc rc.spec Log: fix license and use light-weight VRL instead of GNU readline Summary: Revision Changes Path 1.40 +4 -4 openpkg-src/rc/rc.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/rc/rc.spec ============================================================================ $ cvs diff -u -r1.39 -r1.40 rc.spec --- openpkg-src/rc/rc.spec 9 May 2009 16:32:37 -0000 1.39 +++ openpkg-src/rc/rc.spec 9 May 2009 22:04:04 -0000 1.40 @@ -30,7 +30,7 @@ Distribution: OpenPKG Community Class: PLUS Group: Shell -License: GPL +License: BSD Version: 1.7.1 Release: 20090509 @@ -42,8 +42,8 @@ BuildRoot: %{l_buildroot} BuildPreReq: OpenPKG, openpkg >= 20040130 PreReq: OpenPKG, openpkg >= 20040130 -BuildPreReq: readline -PreReq: readline +BuildPreReq: vrl +PreReq: vrl AutoReq: no AutoReqProv: no @@ -68,7 +68,7 @@ LDFLAGS="%{l_ldflags}" \ ./configure \ --prefix=%{l_prefix} \ - --with-readline + --with-vrl %{l_make} %{l_mflags -O} %install @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List [email protected]
