]> git.pld-linux.org Git - packages/bind.git/blobdiff - bind.spec
- added missing files: *.la to -devel and ja nsupdate(8) man page
[packages/bind.git] / bind.spec
index 0eddb67e94e463c122129d1e93bf82f54e5146e4..4f2c97cdfa9d9bb0ea01e56967bc57cff7511ef1 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -7,9 +7,10 @@ Summary(pt_BR):        BIND - Servidor de nomes DNS
 Summary(ru):   BIND - cÅÒ×ÅÒ ÓÉÓÔÅÍÙ ÄÏÍÅÎÎÙÈ ÉÍÅΠ(DNS)
 Summary(tr):   DNS alan adý sunucusu
 Summary(uk):   BIND - cÅÒ×ÅÒ ÓÉÓÔÅÍÉ ÄÏÍÅÎÎÉÈ ¦ÍÅΠ(DNS)
+Summary(zh_CN):        Internet ÓòÃû·þÎñÆ÷ 
 Name:          bind
 Version:       9.2.1
-Release:       1
+Release:       7
 Epoch:         5
 License:       BSD-like
 Group:         Networking/Daemons
@@ -22,6 +23,7 @@ Source5:      nslookup.8
 Source6:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 Patch1:                %{name}-time.patch
 Patch2:                %{name}-autoconf.patch
+Patch3:                %{name}-sec-from-833.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bison
@@ -127,6 +129,7 @@ Summary(pt_BR):     Utilit
 Summary(ru):   õÔÉÌÉÔÙ ÄÌÑ ÐÏÓÙÌËÉ ÚÁÐÒÏÓÏ× Ë ÓÅÒ×ÅÒÁÍ DNS
 Summary(tr):   DNS araçlarý - host, dig, dnsquery, nslookup
 Summary(uk):   õÔÉ̦ÔÉ ÄÌÑ ÎÁÄÓÉÌÁÎÎÑ ÚÁÐÉԦנÄÏ ÓÅÒ×ÅҦנDNS
+Summary(zh_CN):        Internet ÓòÃû·þÎñÆ÷ʵÓù¤¾ß
 Group:         Networking/Utilities
 Requires:      %{name}-libs = %{version}
 
@@ -190,6 +193,7 @@ Summary:    DNS libraries
 Summary(pl):   Biblioteki DNS
 Summary(ru):   âÉÂÌÉÏÔÅËÉ, ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ bind
 Summary(uk):   â¦Â̦ÏÔÅËÉ, ÎÅÏÂȦÄΦ ÄÌÑ bind
+Summary(zh_CN):        Internet ÓòÃû·þÎñÆ÷¿ª·¢¿â
 Group:         Libraries
 
 %description libs
@@ -276,13 +280,15 @@ BIND.
 %setup -q -a1
 %patch1 -p1
 %patch2 -p1
+cd lib/bind
+%patch3 -p3
 
 %build
-libtoolize --copy --force
+%{__libtoolize}
 aclocal
 %{__autoconf}
 cd lib/bind
-libtoolize --copy --force
+%{__libtoolize}
 aclocal
 %{__autoconf}
 cd ../..
@@ -326,7 +332,6 @@ touch $RPM_BUILD_ROOT%{_var}/lib/named/{named.{log,stats},dev/{random,null}}
 
 # we don't want Makefiles in documentation...
 rm -f doc/misc/Makefile*
-gzip -9nf README EXAMPLE-CONFIG-* FAQ doc/misc/* doc/rfc/index
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -385,7 +390,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz doc/misc/*.gz doc/arm/*.html doc/rfc
+%doc README EXAMPLE-CONFIG-* FAQ doc/misc/* doc/arm/*.html doc/rfc/index
 
 %attr(754,root,root)  /etc/rc.d/init.d/named
 %attr(640,root,root)  %config(noreplace) %verify(not size mtime md5) /etc/sysconfig/named
@@ -434,6 +439,7 @@ fi
 %lang(ja) %{_mandir}/ja/man1/dig.1*
 %lang(ja) %{_mandir}/ja/man1/host.1*
 %lang(ja) %{_mandir}/ja/man8/nslookup.8*
+%lang(ja) %{_mandir}/ja/man8/nsupdate.8*
 
 %lang(pl) %{_mandir}/pl/man1/host.1*
 
@@ -444,8 +450,9 @@ fi
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*.sh
+%attr(755,root,root) %{_libdir}/*.so
+%attr(755,root,root) %{_libdir}/*.la
 %{_includedir}/*
-%{_libdir}/*.so
 %{_mandir}/man3/*
 
 %files static
This page took 0.026453 seconds and 4 git commands to generate.