rpms/bind/devel bind.spec,1.59,1.59.2.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun May 15 23:33:31 UTC 2005


Author: jvdias

Update of /cvs/dist/rpms/bind/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17474

Modified Files:
      Tag: bind-9_3_1-4_dbus
	bind.spec 
Log Message:
Build with D-BUS Dynamic Forwarder Table Management patch



Index: bind.spec
===================================================================
RCS file: /cvs/dist/rpms/bind/devel/bind.spec,v
retrieving revision 1.59
retrieving revision 1.59.2.1
diff -u -r1.59 -r1.59.2.1
--- bind.spec	14 Apr 2005 16:11:46 -0000	1.59
+++ bind.spec	15 May 2005 23:33:28 -0000	1.59.2.1
@@ -3,12 +3,13 @@
 %{?!LIBBIND:%define LIBBIND	1}
 %{?!efence: %define efence      0}
 %{?!test:   %define test        0}
+%{?!WITH_DBUS: %define WITH_DBUS 1}
 # Usage: export RPM='/usr/bin/rpmbuild --define "test 1"'; make $arch;
 Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server.
 Name: bind
 License: BSD-like
 Version: 9.3.1
-Release: 2_FC4
+Release: 4_dbus
 Epoch:   24
 Url: http://www.isc.org/products/BIND/
 Buildroot: %{_tmppath}/%{name}-root
@@ -41,6 +42,7 @@
 Patch12: bind-9.3.1rc1-sdb.patch
 Patch13: bind-9.3.1rc1-fix_libbind_includedir.patch
 Patch14: libbind-9.3.1rc1-fix_h_errno.patch
+Patch15: bind-9.3.1.dbus.patch
 Requires(pre,preun): shadow-utils
 Requires(post,preun): chkconfig
 Requires(post): textutils, fileutils, sed, grep
@@ -179,6 +181,9 @@
 %patch13 -p1 -b .fix_libbind_includedir
 %patch14 -p1 -b .fix_h_errno
 %endif
+%if %{WITH_DBUS}
+%patch15 -p1 -b .dbus
+%endif
 
 %build
 libtoolize --copy --force; aclocal; autoconf
@@ -371,6 +376,7 @@
 %defattr(-,root,root)
 %doc CHANGES COPYRIGHT README
 %doc doc/arm doc/misc
+%doc doc/README.DBUS
 %config(noreplace) /etc/logrotate.d/named
 %attr(754,root,root) %config /etc/rc.d/init.d/named
 %config(noreplace) /etc/sysconfig/named




More information about the fedora-cvs-commits mailing list