]> git.pld-linux.org Git - packages/bind.git/blobdiff - bind.spec
- s/Distibutable/distributable/ in License
[packages/bind.git] / bind.spec
index 6460b44e9dfe2465361b67aa58459044360980ef..ccfd06f8b4127e2a565eaf5bffbdbdb44eac1f9f 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -7,9 +7,9 @@ Summary(tr):    DNS alan ad
 Summary(pt_BR):        BIND - Servidor de nomes DNS
 Name:          bind
 Version:       9.1.3
-Release:       4
+Release:       6
 Epoch:         5
-License:       Distributable
+License:       distributable
 Group:         Networking/Daemons
 Group(de):     Netzwerkwesen/Server
 Group(pl):     Sieciowe/Serwery
@@ -27,6 +27,7 @@ BuildRequires:        bison
 BuildRequires: openssl-devel 
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libtool
 Prereq:                rc-scripts >= 0.2.0
 Prereq:                /sbin/chkconfig
 Prereq:                %{name}-libs
@@ -218,6 +219,7 @@ Group(pl):  Programowanie/Biblioteki
 Group(pt_BR):  Desenvolvimento/Bibliotecas
 Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
 Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
+Requires:      %{name}-devel = %{version}
 
 %description static
 Static bind libraries.
@@ -292,7 +294,6 @@ fi
 
 %post
 /sbin/chkconfig --add named
-
 if [ -f /var/lock/subsys/named ]; then
        /etc/rc.d/init.d/named restart 1>&2
 else
@@ -340,8 +341,8 @@ fi
 %attr(770,root,named) %dir %{_var}/lib/named/S
 %attr(770,root,named) %dir %{_var}/lib/named/dev
 
-%{_var}/lib/named/M/*
-%{_var}/lib/named/root.*
+%config(noreplace) %verify(not size mtime md5) %{_var}/lib/named/M/*
+%config(noreplace) %verify(not size mtime md5) %{_var}/lib/named/root.*
 %attr(640,root,named) %config(noreplace) %verify(not size mtime md5) %{_var}/lib/named/etc/*
 
 %ghost %{_var}/lib/named/dev/*
This page took 0.03031 seconds and 4 git commands to generate.