]> git.pld-linux.org Git - packages/bind.git/blame_incremental - bind.spec
- new (from conf-pld.tar.gz)
[packages/bind.git] / bind.spec
... / ...
CommitLineData
1# TODO
2# - schema regstering in openldap-schema-bind
3#
4# Conditional build:
5%bcond_without ssl # build without OpenSSL support
6%bcond_without ipv6 # build without IPv6 support
7%bcond_without ldap # build without LDAP support
8%bcond_without kerberos5 # build without kerneros5 support
9%bcond_without sql # build without SQL support
10%bcond_without static_libs # build without static libraries
11%bcond_without tests # perform tests
12%bcond_with hip # build with HIP RR support
13#
14Summary: BIND - DNS name server
15Summary(de.UTF-8): BIND - DNS-Namenserver
16Summary(es.UTF-8): BIND - Servidor de nombres DNS
17Summary(fr.UTF-8): BIND - serveur de noms DNS
18Summary(pl.UTF-8): BIND - serwer nazw DNS
19Summary(pt_BR.UTF-8): BIND - Servidor de nomes DNS
20Summary(ru.UTF-8): BIND - cервер системы доменных имен (DNS)
21Summary(tr.UTF-8): DNS alan adı sunucusu
22Summary(uk.UTF-8): BIND - cервер системи доменних імен (DNS)
23Summary(zh_CN.UTF-8): Internet 域名服务器
24Name: bind
25Version: 9.5.0
26Release: 2
27Epoch: 7
28License: BSD-like
29Group: Networking/Daemons
30Source0: ftp://ftp.isc.org/isc/bind9/%{version}/%{name}-%{version}.tar.gz
31# Source0-md5: 066484717db1d1b1b4092ddcf5d0eb6e
32Source1: named.init
33Source2: named.sysconfig
34Source3: named.logrotate
35Source4: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
36# Source4-md5: 35b1dfaa12615c9802126ee833e0e7f7
37Source5: http://www.venaas.no/ldap/bind-sdb/dnszone-schema.txt
38# Source5-md5: 49fe799c6eca54ae227b22d57ebc1145
39Source6: %{name}-hip.tar.gz
40# Source6-md5: 62a8a67f51ff8db9fe815205416a1f62
41Source7: ftp://rs.internic.net/domain/named.root
42# Source7-md5: a94e29ac677846f3d4d618c50b7d34f1
43Source8: %{name}-127.0.0.zone
44Source9: %{name}-localhost.zone
45Source10: %{name}-named.conf
46Patch0: %{name}-time.patch
47Patch1: %{name}-autoconf.patch
48Patch2: %{name}-includedir-libbind.patch
49Patch3: %{name}-link.patch
50Patch4: %{name}-pmake.patch
51Patch5: %{name}-sdb-ldap.patch
52Patch6: %{name}-noinet6.patch
53Patch7: %{name}-chroot-numcpus.patch
54URL: http://www.isc.org/sw/bind/
55BuildRequires: autoconf
56BuildRequires: automake
57BuildRequires: bison
58BuildRequires: flex
59BuildRequires: idnkit-devel
60%{?with_kerberos5:BuildRequires: krb5-devel}
61%{?with_hip:BuildRequires: libxml2-devel}
62BuildRequires: libtool
63%{?with_ldap:BuildRequires: openldap-devel}
64%{?with_ssl:BuildRequires: openssl-devel >= 0.9.7d}
65%{?with_sql:BuildRequires: mysql-devel}
66%{?with_sql:BuildRequires: postgresql-devel}
67%{?with_sql:BuildRequires: unixODBC-devel}
68BuildRequires: rpmbuild(macros) >= 1.268
69Requires(post,preun): /sbin/chkconfig
70Requires(postun): /usr/sbin/groupdel
71Requires(postun): /usr/sbin/userdel
72Requires(pre): /bin/id
73Requires(pre): /usr/bin/getgid
74Requires(pre): /usr/sbin/groupadd
75Requires(pre): /usr/sbin/useradd
76Requires(pre): fileutils
77Requires: %{name}-libs = %{epoch}:%{version}-%{release}
78Requires: psmisc >= 20.1
79Requires: rc-scripts >= 0.2.0
80Provides: group(named)
81Provides: nameserver
82Provides: user(named)
83Obsoletes: caching-nameserver
84Conflicts: %{name}-chroot
85Conflicts: kernel < 2.2.18
86BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
87
88%description
89BIND (Berkeley Internet Name Domain) is an implementation of the DNS
90(Domain Name System) protocols. BIND includes a DNS server (named),
91which resolves host names to IP addresses, and a resolver library
92(routines for applications to use when interfacing with DNS). A DNS
93server allows clients to name resources or objects and share the
94information with other network machines. The named DNS server can be
95used on workstations as a caching name server, but is generally only
96needed on one machine for an entire network. Note that the
97configuration files for making BIND act as a simple caching nameserver
98are included in the caching-nameserver package.
99
100Install the bind package if you need a DNS server for your network. If
101you want bind to act a caching name server, you will also need to
102install the caching-nameserver package.
103
104%description -l de.UTF-8
105Enthält den Namen-Server, der zum Umwandeln von Host-Namen in
106IP-Adressen und umgekehrt verwendet wird. Er kann auf Workstations als
107caching Namen-Server verwendet werden, ist aber i.d.R. nur auf einem
108Recher des Netzwerks erforderlich.
109
110%description -l es.UTF-8
111Incluye el servidor de nombres (DNS), que se usa para traducir nombres
112para IP (y viceversa). Puede ser usado en estaciones de trabajo como
113un servidor de nombres caché, pero generalmente sólo hace falta en una
114máquina para toda la red.
115
116%description -l fr.UTF-8
117Contient le serveur de noms named, utilisé pour définir les
118traductions nom d'hôte vers adresse IP (et vice versa). Il peut être
119utilisé sur les stations de travail comme serveur de nom en cache mais
120n'est souvent nécessaire que sur une machine pour un réseau entier.
121
122%description -l pl.UTF-8
123Pakiet ten zawiera demona named, który służy do zmieniania nazw
124komputerów na numery IP i odwrotnie. Może być on używany na stacjach
125roboczych jako bufor odwołań do serwisu nazw (caching name server),
126ale generalnie wystarczy tylko jedna jednostka wyposażona w ten
127program na fragment sieci.
128
129%description -l pt_BR.UTF-8
130Inclui o servidor de nomes (DNS), que é usado para traduzir nomes para
131IP (e vice-versa). Pode ser usado em estações de trabalho como um
132servidor de nomes cache, mas geralmente só é necessário em uma máquina
133para toda a rede.
134
135%description -l ru.UTF-8
136BIND (Berkeley Internet Name Domain) является реализацией протоколов
137DNS (Domain Name System). BIND включает DNS сервер (named) и
138библиотеку "резолвера" (подпрограммы для приложений, через которые
139происходят обращения к DNS). DNS сервер named может быть использован
140на рабочих станциях как кеширующий сервер, но обычно запускается на
141одной машине в локальной сети и используется остальными машинами (этим
142достигается намного более эффективное кеширование).
143
144Конфигурационные файлы, настраивающие BIND на работу в режиме простого
145кеширующего сервера, включены в пакет caching-nameserver.
146
147%description -l tr.UTF-8
148Bu paket, makina adını IP numarasına (ya da tersi) çevirmek için
149kullanılan alan adı sunucusunu içerir. İş istasyonlarında bir önbellek
150isim sunucusu olarak da kullanılabilir ama genellikle bütün bir ağ
151için sadece bir makina üzerinde kurulur.
152
153%description -l uk.UTF-8
154BIND (Berkeley Internet Name Domain) є реалізацією протоколів DNS
155(Domain Name System). BIND включає DNS сервер (named) та бібліотеку
156"резолвера" (підпрограми, що забезпечують інтерфейс до DNS). DNS
157сервер named може бути використаний на робочих станціях як кешируючий
158сервер, але звичайно запускається на одній машині в локальній мережі і
159використовується іншими (цим досягається більша ефективність
160використання кешу).
161
162Конфігураційні файли, ща настроюють BIND на роботу в режимі простого
163кешируючого серверу, включені в пакет caching-nameserver.
164
165%package utils
166Summary: DNS utils - host, dig, dnsquery, nslookup
167Summary(de.UTF-8): DNS-Utils - Host, Dig, Dnsquery, Nslookup
168Summary(es.UTF-8): Utilitarios DNS - host, dig, dnsquery y nslookup
169Summary(fr.UTF-8): Utilitaires DNS - host, dig, dnsquery, nslookup
170Summary(pl.UTF-8): Narzędzia DNS - host, dig, dnsquery, nslookup
171Summary(pt_BR.UTF-8): Utilitários DNS - host, dig, dnsquery e nslookup
172Summary(ru.UTF-8): Утилиты для посылки запросов к серверам DNS
173Summary(tr.UTF-8): DNS araçları - host, dig, dnsquery, nslookup
174Summary(uk.UTF-8): Утиліти для надсилання запитів до серверів DNS
175Summary(zh_CN.UTF-8): Internet 域名服务器实用工具
176Group: Networking/Utilities
177Requires: %{name}-libs = %{epoch}:%{version}-%{release}
178Requires: iconv
179
180%description utils
181Bind-utils contains a collection of utilities for querying DNS (Domain
182Name Service) name servers to find out information about Internet
183hosts. These tools will provide you with the IP addresses for given
184host names, as well as other information about registered domains and
185network addresses.
186
187You should install bind-utils if you need to get information from DNS
188name servers.
189
190%description utils -l de.UTF-8
191Dienstprogrammsammlung zum Abfragen von Namen-Servern und Hosts. Diese
192Tools bestimmen die IP-Adresse eines angegebenen Host-Namen und finden
193Informationen über registrierte Domains und Netzwerk-Adressen.
194
195%description utils -l es.UTF-8
196Conjunto de utilitarios para consulta a servidores de nombres. Estas
197herramientas permiten la determinación de direcciones IP para nombres
198de máquinas informados y busca información sobre dominios registrados
199y direcciones de red.
200
201%description utils -l fr.UTF-8
202Ensemble d'utilitaires pour interroger les serveurs de noms et
203rechercher des hôtes. Ces outils vous permettent de déterminer les
204adresses IP pour des noms d'hôtes donnés, et trouver des informations
205sur les noms de domaine déclarés et les adresses réseau.
206
207%description utils -l pl.UTF-8
208Pakiet ten zawiera zbiór aplikacji umożliwiających odpytywanie
209serwerów nazw z innych domen w celu uzyskania informacji o komputerach
210i ich adresach IP.
211
212%description utils -l pt_BR.UTF-8
213Conjunto de utilitários para consulta a servidores DNS. Estas
214ferramentas permitem a determinação de endereços IP para nomes de
215máquinas informados e busca informações sobre domínios registrados e
216endereços de rede. Você deveria instalar este pacote se necessitar
217obter informações de servidores DNS.
218
219%description utils -l ru.UTF-8
220Набор утилит для генерации запросов к серверам имен (DNS) и поиска
221адресов машин. Эти утилиты позволяют определить IP-адрес по известному
222доменному имени (и наоборот) и другую информацию о зарегистрированных
223доменах и сетевых адресах.
224
225%description utils -l tr.UTF-8
226Bu pakette isim sunucularını sorgulamak ve makina adreslerini çözmek
227için kullanılan araçlar bulunmaktadır.
228
229%description utils -l uk.UTF-8
230Набір утиліт для генерації запитів до серверів імен (DNS) та пошуку
231адрес машин. Ці утиліти дозволяють отримати IP-адресу за відомим
232доменним іменем та навпаки, а також іншу інформацію про зареєстровані
233домени та адреси.
234
235%package libs
236Summary: DNS libraries
237Summary(pl.UTF-8): Biblioteki DNS
238Summary(ru.UTF-8): Библиотеки, необходимые для bind
239Summary(uk.UTF-8): Бібліотеки, необхідні для bind
240Summary(zh_CN.UTF-8): Internet 域名服务器开发库
241Group: Libraries
242
243%description libs
244The bind-libs package contains all libraries required for running BIND
245and bind utils.
246
247%description libs -l pl.UTF-8
248Pakiet zawiera wszystkie biblioteki potrzebne do uruchomienia binda
249lub programów z pakietu bind-utils.
250
251%description libs -l ru.UTF-8
252Библиотеки, необходимые для работы bind.
253
254%description libs -l uk.UTF-8
255Бібліотеки, необхідні для роботи bind.
256
257%package devel
258Summary: DNS development includes
259Summary(es.UTF-8): Archivos de inclusión y bibliotecas para desarrollo DNS
260Summary(pl.UTF-8): Pliki nagłówkowe bibliotek DNS
261Summary(pt_BR.UTF-8): Todos os arquivos de cabeçalho e bibliotecas para desenvolvimento DNS
262Summary(ru.UTF-8): Хедеры и библиотеки разработчика для bind
263Summary(uk.UTF-8): Хедери та бібліотеки програміста для bind
264Group: Development/Libraries
265Requires: %{name}-libs = %{epoch}:%{version}-%{release}
266
267%description devel
268The bind-devel package contains all the include files and symlinks
269required for DNS (Domain Name Service) development for BIND.
270
271You should install bind-devel if you want to develop bind DNS
272applications. If you install bind-devel, you'll also need to install
273bind-libs.
274
275%description devel -l es.UTF-8
276Los archivos de inclusión y bibliotecas necesarios al desarrollo DNS
277para el bind.
278
279%description devel -l pl.UTF-8
280Pakiet zawiera pliki nagłówkowe. Jeżeli będziesz pisał programy pod
281binda, lub kompilował kod źródłowy oprogramowania korzystającego z
282tych plików nagłówkowych czy biblioteki powinieneś zainstalować ten
283pakiet.
284
285%description devel -l pt_BR.UTF-8
286Todos os arquivos de cabeçalho e bibliotecas necessários para o
287desenvolvimento com o bind.
288
289%description devel -l ru.UTF-8
290Все хедеры и библиотеки, необходимые для написания программ с
291использованием BIND 9.x.x.
292
293%description devel -l uk.UTF-8
294Всі хедери та бібліотеки, необхідні для розробки програм з
295використанням BIND 9.x.x.
296
297%package static
298Summary: DNS static libs
299Summary(pl.UTF-8): Biblioteki statyczne DNS
300Summary(pt_BR.UTF-8): Bibliotecas estáticas para desenvolvimento DNS
301Summary(ru.UTF-8): Статические библиотеки разработчика для bind
302Summary(uk.UTF-8): Статичні бібліотеки програміста для bind
303Group: Development/Libraries
304Requires: %{name}-devel = %{epoch}:%{version}-%{release}
305
306%description static
307Static bind libraries.
308
309%description static -l pl.UTF-8
310Statyczne biblioteki binda.
311
312%description static -l pt_BR.UTF-8
313Bibliotecas estáticas para desenvolvimento DNS.
314
315%description static -l ru.UTF-8
316Статические библиотеки, необходимые для написания программ с
317использованием BIND.
318
319%description static -l uk.UTF-8
320Статичні бібліотеки, необхідні для розробки програм з використанням
321BIND.
322
323%package -n openldap-schema-bind
324Summary: BIND schema for openldap
325Summary(pl.UTF-8): Schemat BIND dla openldap
326Group: Development/Libraries
327Requires: %{name} = %{epoch}:%{version}-%{release}
328Requires: openldap-servers
329
330%description -n openldap-schema-bind
331BIND schema for openldap.
332
333%description -n openldap-schema-bind -l pl.UTF-8
334Schemat BIND dla openldap.
335
336%prep
337%setup -q %{?with_hip:-a6}
338%patch0 -p1
339%patch1 -p1
340%patch2 -p1
341%patch3 -p1
342%patch4 -p1
343%{?with_ldap:%patch5 -p1}
344%patch6 -p1
345%patch7 -p1
346%{?with_hip:mv bind-hip/hip_55.[ch] lib/dns/rdata/generic}
347
348
349%build
350%{__libtoolize}
351%{__aclocal}
352%{__autoconf}
353cp -f /usr/share/automake/config.* .
354cd lib/bind
355%{__libtoolize}
356%{__aclocal}
357%{__autoconf}
358cp -f /usr/share/automake/config.* .
359cd ../..
360%configure \
361 CFLAGS="-D_GNU_SOURCE=1" \
362 --with-idn \
363 --with-libtool \
364 %{?with_ssl:--with-openssl=%{_prefix}} \
365 %{?with_ipv6:--enable-ipv6} \
366 %{?with_kerberos5:--with-gssapi} \
367 --enable-libbind \
368 %{?with_sql:--with-dlz-postgres=yes} \
369 %{?with_sql:--with-dlz-mysql=yes} \
370 --with-dlz-bdb=no \
371 --with-dlz-filesystem=yes \
372 %{?with_ldap:--with-dlz-ldap=yes} \
373 --with-dlz-odbc=no \
374 --with-dlz-stub=yes \
375 --enable-largefile \
376 %{!?with_static_libs:--enable-static=no} \
377 --enable-threads \
378 --enable-getifaddrs=glibc
379
380%{__make}
381%{?with_hip:cd bind-hip/; %{__make}}
382
383%{?with_tests:%{__make} test}
384
385%install
386rm -rf $RPM_BUILD_ROOT
387install -d $RPM_BUILD_ROOT{%{_includedir},%{_bindir},%{_sbindir},%{_includedir}} \
388 $RPM_BUILD_ROOT/etc/{rc.d/init.d,logrotate.d,sysconfig} \
389 $RPM_BUILD_ROOT{%{_mandir}/man{1,3,5,8},%{_var}/{lib/named/{M,D,S,dev,etc},run,log}}
390
391%{__make} install \
392 DESTDIR=$RPM_BUILD_ROOT
393
394rm -f doc/rfc/rfc*
395
396bzip2 -dc %{SOURCE4} | tar xf - -C $RPM_BUILD_ROOT%{_mandir}
397mv $RPM_BUILD_ROOT%{_mandir}/ja/man8/nslookup.8 $RPM_BUILD_ROOT%{_mandir}/ja/man1/nslookup.1
398%{__perl} -pi -e 's/NSLOOKUP 8/NSLOOKUP 1/' $RPM_BUILD_ROOT%{_mandir}/ja/man1/nslookup.1
399
400install bin/tests/named.conf EXAMPLE-CONFIG-named
401install bin/tests/ndc.conf EXAMPLE-CONFIG-ndc
402install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/named
403install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/named
404install %{SOURCE3} $RPM_BUILD_ROOT/etc/logrotate.d/named
405install %{SOURCE7} $RPM_BUILD_ROOT%{_var}/lib/named/root.hint
406install %{SOURCE8} $RPM_BUILD_ROOT%{_var}/lib/named/M/127.0.0.zone
407install %{SOURCE9} $RPM_BUILD_ROOT%{_var}/lib/named/M/localhost.zone
408install %{SOURCE10} $RPM_BUILD_ROOT%{_var}/lib/named%{_sysconfdir}/named.conf
409
410ln -sf %{_var}/lib/named%{_sysconfdir}/named.conf $RPM_BUILD_ROOT/etc/named.conf
411ln -sf %{_var}/lib/named/named.log $RPM_BUILD_ROOT%{_var}/log/named
412ln -sf %{_var}/lib/named/named.stats $RPM_BUILD_ROOT%{_var}/log/named.stats
413
414touch $RPM_BUILD_ROOT%{_var}/lib/named/named.{log,stats}
415
416%{?with_ldap:install -d $RPM_BUILD_ROOT%{_datadir}/openldap/schema}
417%{?with_ldap:install %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/openldap/schema/dnszone.schema}
418%{?with_hip:install bind-hip/hi2dns $RPM_BUILD_ROOT%{_bindir}}
419
420rm -f $RPM_BUILD_ROOT%{_mandir}/man8/named-compilezone.8
421echo ".so man8/named-checkzone.8" > $RPM_BUILD_ROOT%{_mandir}/man8/named-compilezone.8
422
423# we don't want Makefiles in documentation...
424# FIXME: breaks re-entrant install
425#rm -f doc/misc/Makefile*
426
427%clean
428rm -rf $RPM_BUILD_ROOT
429
430%pre
431if [ -f %{_sysconfdir}/named.boot ]; then
432 cp -f %{_sysconfdir}/named.boot /etc/named.boot.2conf
433 mv -f %{_sysconfdir}/named.boot /etc/named.rpmsave
434 echo "Warning: %{_sysconfdir}/named.boot saved as /etc/named.rpmsave." 1>&2
435fi
436%groupadd -g 58 named
437%useradd -u 58 -g 58 -d /tmp -s /bin/false -c "BIND user" named
438
439%post
440/sbin/chkconfig --add named
441%service named restart
442
443%preun
444if [ "$1" = "0" ]; then
445 %service named stop
446 /sbin/chkconfig --del named
447fi
448
449%postun
450if [ "$1" = "0" ]; then
451 %userremove named
452 %groupremove named
453fi
454
455%post libs -p /sbin/ldconfig
456%postun libs -p /sbin/ldconfig
457
458%triggerpostun -- %{name} < 7:9.4.2-2
459/sbin/chkconfig named reset
460#triggerpostun -- %{name} < 6:9.4.1
461sed -i -e 's#^\([ \t]*category[ \t]\+cname[ \t]\+.*\)$#// \1#g' /var/lib/named/etc/named.conf
462sed -i -e 's#^\([ \t]*category[ \t]\+response-checks[ \t]\+.*\)$#// \1#g' /var/lib/named/etc/named.conf
463sed -i -e 's#^\([ \t]*category[ \t]\+load[ \t]\+.*\)$#// \1#g' /var/lib/named/etc/named.conf
464
465%files
466%defattr(644,root,root,755)
467%doc README EXAMPLE-CONFIG-* FAQ doc/misc/* doc/arm/*.html doc/rfc/index %{?with_ldap:doc/*.sdb-ldap} %{?with_hip:bind-hip/COPYRIGHT-HIP-RR}
468
469%attr(754,root,root) /etc/rc.d/init.d/named
470%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/named
471%attr(640,root,named) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/named.conf
472%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/named
473
474%attr(755,root,root) %{_sbindir}/*
475
476%{_mandir}/man8/dns*
477%{_mandir}/man8/lwres*
478%{_mandir}/man8/named*
479%{_mandir}/man8/rndc*
480%{_mandir}/man5/rndc*
481%{_mandir}/man5/named.conf*
482%lang(ja) %{_mandir}/ja/man8/named*
483
484%attr(770,root,named) %dir %{_var}/lib/named
485%attr(770,root,named) %dir %{_var}/lib/named/D
486%attr(750,root,named) %dir %{_var}/lib/named/M
487%attr(770,root,named) %dir %{_var}/lib/named/S
488%attr(750,root,named) %dir %{_var}/lib/named%{_sysconfdir}
489
490%config(noreplace) %verify(not md5 mtime size) %{_var}/lib/named/M/*
491%config(noreplace) %verify(not md5 mtime size) %{_var}/lib/named/root.*
492%attr(640,root,named) %config(noreplace) %verify(not md5 mtime size) %{_var}/lib/named%{_sysconfdir}/*
493%attr(660,named,named) %config(noreplace,missingok) %verify(not md5 mtime size) %{_var}/log/named*
494%attr(660,named,named) %ghost %{_var}/lib/named/named.log
495%attr(660,named,named) %ghost %{_var}/lib/named/named.stats
496
497%files utils
498%defattr(644,root,root,755)
499%attr(755,root,root) %{_bindir}/dig
500%attr(755,root,root) %{_bindir}/host
501%attr(755,root,root) %{_bindir}/nslookup
502%attr(755,root,root) %{_bindir}/nsupdate
503%{?with_hip:%attr(755,root,root) %{_bindir}/hi2dns}
504%{_mandir}/man1/dig.1*
505%{_mandir}/man1/host.1*
506%{_mandir}/man1/nslookup.1*
507%{_mandir}/man8/nsupdate.8*
508
509%lang(fi) %{_mandir}/fi/man1/host.1*
510
511%lang(fr) %{_mandir}/fr/man1/host.1*
512
513%lang(hu) %{_mandir}/hu/man1/host.1*
514
515%lang(ja) %{_mandir}/ja/man1/dig.1*
516%lang(ja) %{_mandir}/ja/man1/host.1*
517%lang(ja) %{_mandir}/ja/man1/nslookup.1*
518%lang(ja) %{_mandir}/ja/man8/nsupdate.8*
519
520%lang(pl) %{_mandir}/pl/man1/host.1*
521
522%files libs
523%defattr(644,root,root,755)
524%attr(755,root,root) %{_libdir}/libbind.so.*.*.*
525%attr(755,root,root) %ghost %{_libdir}/libbind.so.4
526%attr(755,root,root) %{_libdir}/libbind9.so.*.*.*
527%attr(755,root,root) %ghost %{_libdir}/libbind9.so.40
528%attr(755,root,root) %{_libdir}/libdns.so.*.*.*
529%attr(755,root,root) %ghost %{_libdir}/libdns.so.42
530%attr(755,root,root) %{_libdir}/libisc.so.*.*.*
531%attr(755,root,root) %ghost %{_libdir}/libisc.so.41
532%attr(755,root,root) %{_libdir}/libisccc.so.*.*.*
533%attr(755,root,root) %ghost %{_libdir}/libisccc.so.40
534%attr(755,root,root) %{_libdir}/libisccfg.so.*.*.*
535%attr(755,root,root) %ghost %{_libdir}/libisccfg.so.40
536%attr(755,root,root) %{_libdir}/liblwres.so.*.*.*
537%attr(755,root,root) %ghost %{_libdir}/liblwres.so.40
538
539%files devel
540%defattr(644,root,root,755)
541%attr(755,root,root) %{_bindir}/isc-config.sh
542%attr(755,root,root) %{_libdir}/libbind.so
543%attr(755,root,root) %{_libdir}/libbind9.so
544%attr(755,root,root) %{_libdir}/libdns.so
545%attr(755,root,root) %{_libdir}/libisc.so
546%attr(755,root,root) %{_libdir}/libisccc.so
547%attr(755,root,root) %{_libdir}/libisccfg.so
548%attr(755,root,root) %{_libdir}/liblwres.so
549%{_libdir}/libbind.la
550%{_libdir}/libbind9.la
551%{_libdir}/libdns.la
552%{_libdir}/libisc.la
553%{_libdir}/libisccc.la
554%{_libdir}/libisccfg.la
555%{_libdir}/liblwres.la
556%{_includedir}/bind
557%{_includedir}/bind9
558%{_includedir}/dns
559%{_includedir}/dst
560%{_includedir}/isc
561%{_includedir}/isccc
562%{_includedir}/isccfg
563%{_includedir}/lwres
564%{_mandir}/man3/lwres*.3*
565
566%if %{with static_libs}
567%files static
568%defattr(644,root,root,755)
569%{_libdir}/libbind.a
570%{_libdir}/libbind9.a
571%{_libdir}/libdns.a
572%{_libdir}/libisc.a
573%{_libdir}/libisccc.a
574%{_libdir}/libisccfg.a
575%{_libdir}/liblwres.a
576%endif
577
578%if %{with ldap}
579%files -n openldap-schema-bind
580%defattr(644,root,root,755)
581%{_datadir}/openldap/schema/dnszone.schema
582%endif
This page took 0.029134 seconds and 4 git commands to generate.