]> git.pld-linux.org Git - packages/bind.git/blobdiff - bind.spec
- s/Distibutable/distributable/ in License
[packages/bind.git] / bind.spec
index c41a5114a718c72d21f9011802b2531068cef1aa..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,7 +27,9 @@ BuildRequires:        bison
 BuildRequires: openssl-devel 
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: libtool
 Prereq:                rc-scripts >= 0.2.0
+Prereq:                /sbin/chkconfig
 Prereq:                %{name}-libs
 Requires:      %{name}-libs = %{version}
 Requires:      psmisc >= 20.1
@@ -207,7 +209,6 @@ desenvolvimento com o bind.
 
 %package static
 Summary:       DNS static libs
-Summary(es):   Static libraris for development with bind
 Summary(pl):   Biblioteki statyczne DNS
 Summary(pt_BR):        Bibliotecas estáticas para desenvolvimento DNS
 Group:         Development/Libraries
@@ -218,13 +219,11 @@ Group(pl):        Programowanie/Biblioteki
 Group(pt_BR):  Desenvolvimento/Bibliotecas
 Group(ru):     òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
 Group(uk):     òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
+Requires:      %{name}-devel = %{version}
 
 %description static
 Static bind libraries.
 
-%description -l es static
-Static libraris for development with bind.
-
 %description -l pl static
 Statyczne biblioteki binda.
 
@@ -277,6 +276,9 @@ touch               $RPM_BUILD_ROOT%{_var}/lib/named/{named.log,dev/{random,null}}
 
 gzip -9nf README EXAMPLE-CONFIG-* doc/misc/*
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %pre
 if [ -f %{_sysconfdir}/named.boot ]; then
        cp -f %{_sysconfdir}/named.boot /etc/named.boot.2conf
@@ -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
@@ -316,9 +317,6 @@ fi
 %post   libs -p /sbin/ldconfig
 %postun libs -p /sbin/ldconfig
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc *.gz doc/misc/*.gz doc/arm/*
@@ -343,8 +341,8 @@ rm -rf $RPM_BUILD_ROOT
 %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.103972 seconds and 4 git commands to generate.