OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 31-Dec-2002 15:14:36
Branch: HEAD Handle: 2002123114143500
Modified files:
openpkg-src/mysql mysql.spec
Log:
fix %if syntax in spec file
Summary:
Revision Changes Path
1.43 +3 -3 openpkg-src/mysql/mysql.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mysql/mysql.spec
============================================================================
$ cvs diff -u -r1.42 -r1.43 mysql.spec
--- openpkg-src/mysql/mysql.spec 30 Dec 2002 22:05:22 -0000 1.42
+++ openpkg-src/mysql/mysql.spec 31 Dec 2002 14:14:35 -0000 1.43
@@ -33,7 +33,7 @@
%option with_gemini no
# package option decisions
-%if %{with_berkeleydb} == "yes"
+%if "%{with_berkeleydb}" == "yes"
%define mysql_bdb_cache_size 8M
%define mysql_bdb_log_buffer_size 32k
%define mysql_bdb_max_lock 10000
@@ -42,7 +42,7 @@
%define mysql_bdb_log_buffer_size 0
%define mysql_bdb_max_lock 0
%endif
-%if %{with_berkeleydb} == "yes" || %{with_innobase} == "yes" || %{with_gemini} ==
"yes"
+%if "%{with_berkeleydb}" == "yes" || "%{with_innobase}" == "yes" ||
"%{with_gemini}" == "yes"
%define mysqld mysqld
%else
%define mysqld mysqld-max
@@ -58,7 +58,7 @@
Group: Database
License: GPL
Version: %{V_major}.%{V_minor}
-Release: 20021230
+Release: 20021231
# list of sources
Source0:
http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQL-%{V_major}/mysql-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]