Browse Source

- use %{l_patch} - bump release for today - cosmetics

Ralf S. Engelschall 23 years ago
parent
commit
19a34d8606
1 changed files with 4 additions and 3 deletions
  1. 4 3
      bind/bind.spec

+ 4 - 3
bind/bind.spec

@@ -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