|
|
@@ -35,7 +35,7 @@ Distribution: OpenPKG [JUNK]
|
|
|
Group: DNS
|
|
|
License: GPL
|
|
|
Version: 2.9.8
|
|
|
-Release: 20030506
|
|
|
+Release: 20030614
|
|
|
|
|
|
# package options
|
|
|
%option with_fsl yes
|
|
|
@@ -53,6 +53,9 @@ Source3: powerdnssetup
|
|
|
Prefix: %{l_prefix}
|
|
|
BuildRoot: %{l_buildroot}
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20021204
|
|
|
+%if "%{with_fsl}" == "yes"
|
|
|
+BuildPreReq: fsl
|
|
|
+%endif
|
|
|
%if "%{with_mysql}" == "yes"
|
|
|
BuildPreReq: MYSQL
|
|
|
%endif
|
|
|
@@ -60,6 +63,9 @@ BuildPreReq: MYSQL
|
|
|
BuildPreReq: postgresql, postgresql::with_cxx = yes
|
|
|
%endif
|
|
|
PreReq: OpenPKG, openpkg >= 20021204
|
|
|
+%if "%{with_fsl}" == "yes"
|
|
|
+PreReq: fsl
|
|
|
+%endif
|
|
|
%if "%{with_mysql}" == "yes"
|
|
|
PreReq: MYSQL
|
|
|
%endif
|