|
|
@@ -23,8 +23,9 @@
|
|
|
## SUCH DAMAGE.
|
|
|
##
|
|
|
|
|
|
+# package versions
|
|
|
%define V_bind 9.2.2
|
|
|
-%define V_dlz 0.3.0
|
|
|
+%define V_dlz 0.3.0
|
|
|
|
|
|
# package information
|
|
|
Name: bind
|
|
|
@@ -36,7 +37,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: DNS
|
|
|
License: ISC
|
|
|
Version: %{V_bind}
|
|
|
-Release: 20030304
|
|
|
+Release: 20030305
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.isc.org/isc/bind9/%{version}/bind-%{V_bind}.tar.gz
|
|
|
@@ -92,7 +93,7 @@ AutoReqProv: no
|
|
|
%if "%{with_dlz}" == "yes"
|
|
|
%setup -q -T -D -a 10
|
|
|
%patch0 -p0
|
|
|
- patch -p1 <dlz.patch
|
|
|
+ %{l_patch} -p1 <dlz.patch
|
|
|
%endif
|
|
|
|
|
|
%build
|