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:09:33
Branch: HEAD Handle: 2003010311093101
Modified files:
openpkg-src/apache apache.spec
openpkg-web news.txt
Log:
upgrade to new %option world order
Summary:
Revision Changes Path
1.101 +28 -32 openpkg-src/apache/apache.spec
1.2510 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.100 -r1.101 apache.spec
--- openpkg-src/apache/apache.spec 1 Jan 2003 11:00:22 -0000 1.100
+++ openpkg-src/apache/apache.spec 3 Jan 2003 11:09:32 -0000 1.101
@@ -32,9 +32,34 @@
## a example of what is maximum possible with RPM and how far one can
## go with the macro mechanism. But do not try to repeat this!
-## ATTENTION: DO NOT EDIT THE FOLLOWING DEFAULTS DIRECTLY IN THIS FILE!
-## INSTEAD USE --define "with_xxx yes" ON THE COMMAND LINE. THE REASON
-## IS THAT RPM'S MACRO MECHANISM HORSES UP HORRIBLY ELSE!
+# package component versions
+%define V_apache 1.3.27
+%define V_mod_ssl 2.8.12-1.3.27
+%define V_mod_perl 1.27
+%define V_mod_php 4.3.0
+%define V_mod_php3 3.0.18
+%define V_mod_dav 1.0.3-1.3.6
+%define V_mod_layout 3.2
+%define V_mod_macro 1.1.2
+%define V_mod_auth_pam 1.0a
+%define V_mod_gzip 1.3.19.1a
+%define V_mod_fastcgi 2.2.12
+%define V_mod_throttle 312
+%define V_mod_access_referer 1.0.2
+%define V_mod_roaming 1.0.2
+%define V_mod_relocate 1.0
+
+# package information
+Name: apache
+Summary: Apache HTTP Server
+URL: http://httpd.apache.org/
+Vendor: Apache Software Foundation
+Packager: The OpenPKG Project
+Distribution: OpenPKG [BASE]
+Group: Web
+License: ASF
+Version: %{V_apache}
+Release: 20021230
# the additionally used Apache modules (can be enabled without thinking)
%option with_mod_ssl no
@@ -117,35 +142,6 @@
%define with_mod_php3_zlib yes
%endif
%endif
-
-# package component versions
-%define V_apache 1.3.27
-%define V_mod_ssl 2.8.12-1.3.27
-%define V_mod_perl 1.27
-%define V_mod_php 4.3.0
-%define V_mod_php3 3.0.18
-%define V_mod_dav 1.0.3-1.3.6
-%define V_mod_layout 3.2
-%define V_mod_macro 1.1.2
-%define V_mod_auth_pam 1.0a
-%define V_mod_gzip 1.3.19.1a
-%define V_mod_fastcgi 2.2.12
-%define V_mod_throttle 312
-%define V_mod_access_referer 1.0.2
-%define V_mod_roaming 1.0.2
-%define V_mod_relocate 1.0
-
-# package information
-Name: apache
-Summary: Apache HTTP Server
-URL: http://httpd.apache.org/
-Vendor: Apache Software Foundation
-Packager: The OpenPKG Project
-Distribution: OpenPKG [BASE]
-Group: Web
-License: ASF
-Version: %{V_apache}
-Release: 20021230
# list of sources
Source0: http://www.apache.org/dist/httpd/apache_%{V_apache}.tar.gz
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.2509 -r1.2510 news.txt
--- openpkg-web/news.txt 3 Jan 2003 11:09:22 -0000 1.2509
+++ openpkg-web/news.txt 3 Jan 2003 11:09:31 -0000 1.2510
@@ -1,3 +1,4 @@
+03-Jan-2003: New package: P<apache-1.3.27-20030103>
03-Jan-2003: Upgraded package: P<openpkg-20030103-20030103>
03-Jan-2003: New package: P<openssh-3.5p1-20030103>
03-Jan-2003: Upgraded package: P<openpkg-tool-20030103-20030103>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]