OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Oct-2004 10:05:32
Branch: HEAD Handle: 2004100209053200
Modified files:
openpkg-src/aspell aspell.spec
Log:
requires perl already under build-time
Summary:
Revision Changes Path
1.34 +2 -2 openpkg-src/aspell/aspell.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/aspell/aspell.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 aspell.spec
--- openpkg-src/aspell/aspell.spec 1 Oct 2004 08:14:41 -0000 1.33
+++ openpkg-src/aspell/aspell.spec 2 Oct 2004 08:05:32 -0000 1.34
@@ -40,7 +40,7 @@
Group: Text
License: GPL
Version: %{V_aspell}
-Release: 20041001
+Release: 20041002
# package options
%option with_perl no
@@ -55,7 +55,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, ncurses, gcc, make
+BuildPreReq: OpenPKG, openpkg >= 20040130, ncurses, perl, gcc, make
PreReq: OpenPKG, openpkg >= 20040130, ncurses, perl
%if "%{with_perl}" == "yes"
BuildPreReq: perl, perl-openpkg >= 5.8.3-20040126
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]