summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Stransky <stransky@fedoraproject.org>2006-09-16 09:38:56 +0000
committerMartin Stransky <stransky@fedoraproject.org>2006-09-16 09:38:56 +0000
commitede0f2af4641f2d9cf569a7d90287a59ddfea4cd (patch)
tree32064b1e0e69e88c11f70287e8f0289b2a9777c7
parent4f4b976efa82a294b939aa0d19fea51bf1ee2b76 (diff)
doc fix
-rw-r--r--bind.spec7
1 files changed, 2 insertions, 5 deletions
diff --git a/bind.spec b/bind.spec
index cec9cf2..d70b133 100644
--- a/bind.spec
+++ b/bind.spec
@@ -353,9 +353,6 @@ mkdir -p ${RPM_BUILD_ROOT}/var/named/slaves
mkdir -p ${RPM_BUILD_ROOT}/var/named/data
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/{man1,man5,man8}
mkdir -p ${RPM_BUILD_ROOT}/var/run/named
-%if %{WITH_DBUS}
-cp contrib/dbus/README.DBUS ${RPM_BUILD_ROOT}
-%endif
#chroot
mkdir -p ${RPM_BUILD_ROOT}/%{chroot_prefix}
tar --no-same-owner -zxvf %{SOURCE6} --directory ${RPM_BUILD_ROOT}/%{chroot_prefix}
@@ -457,7 +454,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int
echo '@ in soa localhost. root 1 3H 15M 1W 1D
ns localhost.' > sample/var/named/$f;
done
-/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.129 2006/09/15 15:59:29 stransky Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
+/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.130 2006/09/16 09:38:56 stransky Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\
*\
* NOTE: you only need to create this file if it is to\
* differ from the following default contents:
@@ -517,7 +514,7 @@ chmod 0755 ${RPM_BUILD_ROOT}%{_libdir}/lib*so.*
%doc doc/arm doc/misc
%doc sample/
%if %{WITH_DBUS}
-%doc README.DBUS
+%doc contrib/dbus/README.DBUS
%attr(644,root,root) %config /etc/dbus-1/system.d/named.conf
%attr(644,root,root) %config /usr/share/dbus-1/services/named.service
%attr(750,root,root) %{_sbindir}/namedGetForwarders