|
@@ -33,12 +33,13 @@ Distribution: OpenPKG [REL]
|
|
|
Group: DNS
|
|
Group: DNS
|
|
|
License: ISC/BSD
|
|
License: ISC/BSD
|
|
|
Version: 3.0.1rc9
|
|
Version: 3.0.1rc9
|
|
|
-Release: 20020508
|
|
|
|
|
|
|
+Release: 20020604
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: ftp://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz
|
|
Source0: ftp://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz
|
|
|
Source1: dhcpd.conf
|
|
Source1: dhcpd.conf
|
|
|
Source2: rc.dhcpd
|
|
Source2: rc.dhcpd
|
|
|
|
|
+Patch0: dhcpd.patch
|
|
|
|
|
|
|
|
# build information
|
|
# build information
|
|
|
Prefix: %{l_prefix}
|
|
Prefix: %{l_prefix}
|
|
@@ -53,6 +54,7 @@ AutoReqProv: no
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
|
%setup -q -n dhcp-%{version}
|
|
%setup -q -n dhcp-%{version}
|
|
|
|
|
+ %patch -p0
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
|
PATH="%{l_prefix}/bin:$PATH"; export PATH
|
|
PATH="%{l_prefix}/bin:$PATH"; export PATH
|