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: 11-Jan-2006 19:55:24
Branch: HEAD Handle: 2006011118552300
Modified files:
openpkg-src/tidy tidy.spec
Log:
add missing dependency to perl-openpkg
Summary:
Revision Changes Path
1.192 +2 -2 openpkg-src/tidy/tidy.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tidy/tidy.spec
============================================================================
$ cvs diff -u -r1.191 -r1.192 tidy.spec
--- openpkg-src/tidy/tidy.spec 1 Jan 2006 13:23:16 -0000 1.191
+++ openpkg-src/tidy/tidy.spec 11 Jan 2006 18:55:23 -0000 1.192
@@ -39,7 +39,7 @@
Group: Text
License: GPL
Version: %{V_opkg}
-Release: 20051031
+Release: 20060111
# package options
%option with_perl no
@@ -56,7 +56,7 @@
BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make, libxslt
PreReq: OpenPKG, openpkg >= 20040130
%if "%{with_perl}" == "yes"
-BuildPreReq: perl
+BuildPreReq: perl, perl-openpkg
PreReq: perl
%endif
AutoReq: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]