|
|
|
@ -24,7 +24,7 @@ |
|
|
|
## |
|
|
|
## |
|
|
|
|
|
|
|
|
|
|
|
# package versions |
|
|
|
# package versions |
|
|
|
%define V_bind 9.2.2 |
|
|
|
%define V_bind 9.2.3rc4 |
|
|
|
%define V_dlz 0.5.0 |
|
|
|
%define V_dlz 0.5.0 |
|
|
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
# package information |
|
|
|
@ -37,7 +37,7 @@ Distribution: OpenPKG [BASE] |
|
|
|
Group: DNS |
|
|
|
Group: DNS |
|
|
|
License: ISC |
|
|
|
License: ISC |
|
|
|
Version: %{V_bind} |
|
|
|
Version: %{V_bind} |
|
|
|
Release: 20030918 |
|
|
|
Release: 20030926 |
|
|
|
|
|
|
|
|
|
|
|
# package options |
|
|
|
# package options |
|
|
|
%option with_dlz_mysql no |
|
|
|
%option with_dlz_mysql no |
|
|
|
@ -65,7 +65,6 @@ Source7: named.conf |
|
|
|
Source8: rndc.conf |
|
|
|
Source8: rndc.conf |
|
|
|
Source9: rc.bind |
|
|
|
Source9: rc.bind |
|
|
|
Source10: http://osdn.dl.sourceforge.net/bind-dlz/DLZ-%{V_dlz}.tar.gz |
|
|
|
Source10: http://osdn.dl.sourceforge.net/bind-dlz/DLZ-%{V_dlz}.tar.gz |
|
|
|
Patch0: ftp://ftp.isc.org/isc/bind9/%{version}/patch.%{version}-P1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
# build information |
|
|
|
Prefix: %{l_prefix} |
|
|
|
Prefix: %{l_prefix} |
|
|
|
@ -103,7 +102,6 @@ Conflicts: bind8, powerdns |
|
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
%prep |
|
|
|
%setup -q |
|
|
|
%setup -q |
|
|
|
%patch -p1 |
|
|
|
|
|
|
|
%if "%{with_dlz}" == "yes" |
|
|
|
%if "%{with_dlz}" == "yes" |
|
|
|
%setup -q -T -D -a 10 |
|
|
|
%setup -q -T -D -a 10 |
|
|
|
%{l_patch} -p1 <dlz.patch |
|
|
|
%{l_patch} -p1 <dlz.patch |
|
|
|
|