OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 21-Aug-2006 01:06:49
Branch: HEAD Handle: 2006082100064800
Modified files:
openpkg-src/drupal drupal.spec
Log:
add missing value to PreReq; no recursive delete on file
Summary:
Revision Changes Path
1.22 +3 -3 openpkg-src/drupal/drupal.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/drupal/drupal.spec
============================================================================
$ cvs diff -u -r1.21 -r1.22 drupal.spec
--- openpkg-src/drupal/drupal.spec 19 Aug 2006 23:12:46 -0000 1.21
+++ openpkg-src/drupal/drupal.spec 20 Aug 2006 23:06:48 -0000 1.22
@@ -133,7 +133,7 @@
Group: Web
License: GPL
Version: %{V_drupal}
-Release: 20060820
+Release: 20060821
# list of sources
Source0:
http://ftp.osuosl.org/pub/drupal/files/projects/drupal-%{V_drupal}.tar.gz
@@ -245,7 +245,7 @@
PreReq: OpenPKG, openpkg >= 20040130
PreReq: apache
PreReq: apache::with_mod_php = yes
-PreReq: apache::with_mod_php_gd
+PreReq: apache::with_mod_php_gd = yes
PreReq: apache::with_mod_php_mm = yes
PreReq: apache::with_mod_php_mysql = yes
PreReq: apache::with_mod_php_pcre = yes
@@ -865,7 +865,7 @@
$RPM_BUILD_ROOT%{l_prefix}/share/drupal/
( cd $RPM_BUILD_ROOT%{l_prefix}/share/drupal
rm -f .htaccess
- rm -rf database/database.pgsql
+ rm -f database/database.pgsql
rm -rf scripts
rm -f [A-Z]*.txt
chmod a-x modules/*.module
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]