SPECS: bind.spec - up to 9.6.0-P1 (NSEC3 support, automatic zone resigning, ...
arekm
arekm at pld-linux.org
Wed Jan 7 21:32:34 CET 2009
Author: arekm Date: Wed Jan 7 20:32:34 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 9.6.0-P1 (NSEC3 support, automatic zone resigning, epoll support)
---- Files affected:
SPECS:
bind.spec (1.286 -> 1.287)
---- Diffs:
================================================================
Index: SPECS/bind.spec
diff -u SPECS/bind.spec:1.286 SPECS/bind.spec:1.287
--- SPECS/bind.spec:1.286 Wed Nov 19 11:28:06 2008
+++ SPECS/bind.spec Wed Jan 7 21:32:29 2009
@@ -23,16 +23,16 @@
Summary(tr.UTF-8): DNS alan adı sunucusu
Summary(uk.UTF-8): BIND - cервер системи доменних імен (DNS)
Summary(zh_CN.UTF-8): Internet 域名服务器
-%define ver 9.5.0
-%define plevel P2
+%define ver 9.6.0
+%define plevel P1
Name: bind
Version: %{ver}.%{plevel}
-Release: 3
+Release: 1
Epoch: 7
License: BSD-like
Group: Networking/Daemons
Source0: ftp://ftp.isc.org/isc/bind9/%{ver}-%{plevel}/%{name}-%{ver}-%{plevel}.tar.gz
-# Source0-md5: 16c893f73a394c8cc36d7900cb9bb801
+# Source0-md5: 886b7eae55cfdc8cd8d2ca74a2f99c6e
Source1: named.init
Source2: named.sysconfig
Source3: named.logrotate
@@ -49,12 +49,9 @@
Source10: %{name}-named.conf
Patch0: %{name}-time.patch
Patch1: %{name}-autoconf.patch
-Patch2: %{name}-includedir-libbind.patch
-Patch3: %{name}-link.patch
-Patch4: %{name}-pmake.patch
-Patch5: %{name}-sdb-ldap.patch
-Patch6: %{name}-noinet6.patch
-Patch7: %{name}-chroot-numcpus.patch
+Patch2: %{name}-link.patch
+Patch3: %{name}-pmake.patch
+Patch4: %{name}-sdb-ldap.patch
URL: https://www.isc.org/software/bind
BuildRequires: autoconf
BuildRequires: automake
@@ -343,10 +340,7 @@
%patch1 -p1
%patch2 -p1
%patch3 -p1
-%patch4 -p1
-%{?with_ldap:%patch5 -p1}
-%patch6 -p1
-%patch7 -p1
+%{?with_ldap:%patch4 -p1}
%{?with_hip:mv bind-hip/hip_55.[ch] lib/dns/rdata/generic}
@@ -355,12 +349,6 @@
%{__aclocal}
%{__autoconf}
cp -f /usr/share/automake/config.* .
-cd lib/bind
-%{__libtoolize}
-%{__aclocal}
-%{__autoconf}
-cp -f /usr/share/automake/config.* .
-cd ../..
%configure \
CFLAGS="-D_GNU_SOURCE=1" \
--with-idn \
@@ -368,7 +356,6 @@
%{?with_ssl:--with-openssl=%{_prefix}} \
%{?with_ipv6:--enable-ipv6} \
%{?with_kerberos5:--with-gssapi} \
- --enable-libbind \
%{?with_sql:--with-dlz-postgres=yes} \
%{?with_sql:--with-dlz-mysql=yes} \
--with-dlz-bdb=no \
@@ -379,7 +366,7 @@
--enable-largefile \
%{!?with_static_libs:--enable-static=no} \
--enable-threads \
- --enable-getifaddrs=glibc
+ --enable-getifaddrs
%{__make}
%{?with_hip:cd bind-hip/; %{__make}}
@@ -390,7 +377,7 @@
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_includedir},%{_bindir},%{_sbindir},%{_includedir}} \
$RPM_BUILD_ROOT/etc/{rc.d/init.d,logrotate.d,sysconfig} \
- $RPM_BUILD_ROOT{%{_mandir}/man{1,3,5,8},%{_var}/{lib/named/{M,D,S,dev,etc},run,log}}
+ $RPM_BUILD_ROOT{%{_mandir}/man{1,3,5,8},%{_var}/{lib/named/{M,D,S,dev,etc},run/{named,lwresd},log}}
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
@@ -502,6 +489,9 @@
%attr(660,named,named) %ghost %{_var}/lib/named/named.log
%attr(660,named,named) %ghost %{_var}/lib/named/named.stats
+%attr(770,root,named) %dir %{_var}/run/named
+%attr(770,root,named) %dir %{_var}/run/lwresd
+
%files utils
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/dig
@@ -512,7 +502,7 @@
%{_mandir}/man1/dig.1*
%{_mandir}/man1/host.1*
%{_mandir}/man1/nslookup.1*
-%{_mandir}/man8/nsupdate.8*
+%{_mandir}/man1/nsupdate.1*
%lang(fi) %{_mandir}/fi/man1/host.1*
@@ -529,8 +519,6 @@
%files libs
%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/libbind.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libbind.so.[0-9]
%attr(755,root,root) %{_libdir}/libbind9.so.*.*.*
%attr(755,root,root) %ghost %{_libdir}/libbind9.so.[0-9][0-9]
%attr(755,root,root) %{_libdir}/libdns.so.*.*.*
@@ -547,21 +535,18 @@
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_bindir}/isc-config.sh
-%attr(755,root,root) %{_libdir}/libbind.so
%attr(755,root,root) %{_libdir}/libbind9.so
%attr(755,root,root) %{_libdir}/libdns.so
%attr(755,root,root) %{_libdir}/libisc.so
%attr(755,root,root) %{_libdir}/libisccc.so
%attr(755,root,root) %{_libdir}/libisccfg.so
%attr(755,root,root) %{_libdir}/liblwres.so
-%{_libdir}/libbind.la
%{_libdir}/libbind9.la
%{_libdir}/libdns.la
%{_libdir}/libisc.la
%{_libdir}/libisccc.la
%{_libdir}/libisccfg.la
%{_libdir}/liblwres.la
-%{_includedir}/bind
%{_includedir}/bind9
%{_includedir}/dns
%{_includedir}/dst
@@ -574,7 +559,6 @@
%if %{with static_libs}
%files static
%defattr(644,root,root,755)
-%{_libdir}/libbind.a
%{_libdir}/libbind9.a
%{_libdir}/libdns.a
%{_libdir}/libisc.a
@@ -595,6 +579,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.287 2009/01/07 20:32:29 arekm
+- up to 9.6.0-P1 (NSEC3 support, automatic zone resigning, epoll support)
+
Revision 1.286 2008/11/19 10:28:06 arekm
- updated url
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bind.spec?r1=1.286&r2=1.287&f=u
More information about the pld-cvs-commit
mailing list