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 openpkg-web Date: 03-Jan-2003 12:52:22
Branch: HEAD Handle: 2003010311522001
Modified files:
openpkg-src/apache apache.spec
openpkg-web news.txt
Log:
upgrade to new %option world order
Summary:
Revision Changes Path
1.102 +7 -13 openpkg-src/apache/apache.spec
1.2545 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.101 -r1.102 apache.spec
--- openpkg-src/apache/apache.spec 3 Jan 2003 11:09:32 -0000 1.101
+++ openpkg-src/apache/apache.spec 3 Jan 2003 11:52:21 -0000 1.102
@@ -59,9 +59,9 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20021230
+Release: 20030103
-# the additionally used Apache modules (can be enabled without thinking)
+# package options (additionally used Apache modules; can be enabled without
thinking)
%option with_mod_ssl no
%option with_mod_perl no
%option with_mod_php no
@@ -70,7 +70,7 @@
%option with_mod_layout no
%option with_mod_macro no
-# the additionally used Apache modules (you have to know what you do)
+# package options (additionally used Apache modules; you have to know what you do)
%option with_mod_auth_pam no
%option with_mod_gzip no
%option with_mod_fastcgi no
@@ -79,8 +79,7 @@
%option with_mod_roaming no
%option with_mod_relocate no
-# more optional PHP4 specific settings
-# (requires "with_mod_php" set to "yes" above!)
+# package options (optional PHP4 specific settings; requires "with_mod_php")
%option with_mod_php_calendar no
%option with_mod_php_mysql no
%option with_mod_php_gd no
@@ -103,8 +102,7 @@
%option with_mod_php_bc no
%option with_mod_php_transsid no
-# more optional PHP3 specific settings
-# (requires "with_mod_php3" set to "yes" above!)
+# package options (optional PHP3 specific settings; requires "with_mod_php3")
%option with_mod_php3_ftp no
%option with_mod_php3_gd no
%option with_mod_php3_jpeg no
@@ -167,8 +165,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021230
-PreReq: OpenPKG, openpkg >= 20021230
+BuildPreReq: OpenPKG, openpkg >= 20030103
+PreReq: OpenPKG, openpkg >= 20030103
%if "%{with_mod_ssl}" == "yes"
BuildPreReq: openssl, mm
%endif
@@ -224,7 +222,6 @@
BuildPreReq: expat
%endif
%endif
-
%if "%{with_mod_php3}" == "yes"
BuildPreReq: make, bison, flex
%if "%{with_mod_php3_gd}" == "yes"
@@ -243,7 +240,6 @@
BuildPreReq: zlib
%endif
%endif
-
%if "%{with_mod_auth_pam}" == "yes"
BuildPreReq: PAM
PreReq: PAM
@@ -261,8 +257,6 @@
volunteers are known as the Apache Group. In addition, hundreds
of users have contributed ideas, code, and documentation to the
project.
-
- %options -p25
%prep
# unpack Apache distribution
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2544 -r1.2545 news.txt
--- openpkg-web/news.txt 3 Jan 2003 11:48:33 -0000 1.2544
+++ openpkg-web/news.txt 3 Jan 2003 11:52:20 -0000 1.2545
@@ -1,3 +1,4 @@
+03-Jan-2003: Upgraded package: P<apache-1.3.27-20030103>
03-Jan-2003: New package: P<xerces-c-2.1.0-20030103>
03-Jan-2003: New package: P<tetex-1.0.7-20030103>
03-Jan-2003: New package: P<xalan-c-1.4-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]