caching-nameserver-vl.spec 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. Summary: The configuration files for setting up a caching name server.
  2. Summary(ja): キャッシュネームサーバ用の設定ファイル
  3. Name: caching-nameserver
  4. Version: 7.1
  5. Release: 10%{_dist_release}
  6. License: Public Domain
  7. Group: System Environment/Daemons
  8. Source0: ftp://ftp.internic.com/domain/named.root
  9. Source2: named.local
  10. Source3: named.conf
  11. Source4: Copyright.caching-nameserver
  12. Source5: localhost.zone
  13. Requires: bind
  14. Prereq: bind textutils grep
  15. BuildRoot: %{_tmppath}/caching-nameserver-root
  16. BuildArch: noarch
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. %description
  20. The caching-nameserver package includes the configuration files which
  21. will make BIND, the DNS name server, act as a simple caching nameserver.
  22. Many users on dialup connections use this package along with BIND for
  23. such a purpose.
  24. If you would like to set up a caching name server, you'll need to install
  25. the caching-nameserver package; you'll also need to install bind.
  26. %description -l ja
  27. caching-nameserver パッケージは BIND (DNS ネームサーバ) をシンプルな
  28. キャッシュサーバとして動作させるための設定ファイルを含んでいます。
  29. ダイアルアップで接続している多くのユーザーは、上記のような目的でこの
  30. パッケージを BIND と一緒に使用しています。
  31. もしあなたがキャッシュネームサーバを利用したい場合は、このパッケージを
  32. インストールする必要があります。また BIND も一緒にインストールする必要
  33. があります。
  34. %prep
  35. %setup -c -T
  36. %install
  37. rm -rf $RPM_BUILD_ROOT
  38. mkdir -p $RPM_BUILD_ROOT/{etc,var/named}
  39. install -m 644 %{SOURCE0} $RPM_BUILD_ROOT/var/named/named.ca
  40. install -m 644 %{SOURCE2} $RPM_BUILD_ROOT/var/named/named.local
  41. install -m 644 %{SOURCE5} $RPM_BUILD_ROOT/var/named/localhost.zone
  42. install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/etc/named.conf
  43. install -m 644 %{SOURCE4} ./Copyright
  44. %clean
  45. rm -rf $RPM_BUILD_ROOT
  46. %post
  47. if ! grep ^nameserver /etc/resolv.conf >/dev/null 2>&1 ; then
  48. echo "nameserver 127.0.0.1" >> /etc/resolv.conf
  49. fi
  50. if ! grep -q "^key" /etc/named.conf; then
  51. if [ -f /etc/rndc.conf ]; then
  52. KEY=`cat /etc/rndc.conf |grep secret |head -n1`
  53. if [ -n "$KEY" ]; then
  54. cat >>/etc/named.conf <<EOF
  55. key "key" {
  56. algorithm hmac-md5;
  57. $KEY
  58. };
  59. EOF
  60. fi
  61. fi
  62. fi
  63. %files
  64. %defattr(-,root,root)
  65. %config(noreplace) /etc/named.conf
  66. %defattr(-,named,named)
  67. %config /var/named/named.ca
  68. %config /var/named/named.local
  69. %config /var/named/localhost.zone
  70. %defattr(-,root,root)
  71. %doc Copyright
  72. %changelog
  73. * Sun Aug 2 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 7.1-10
  74. - fix typo named.conf
  75. - add Vendor/Distribution tag
  76. * Sat Aug 1 2009 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 7.1-9
  77. - update Source3 (named.conf) to secure default setting
  78. - new versioning policy
  79. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 7.1-4vl5
  80. - applied new versioning policy, spec in utf-8
  81. * Mon Nov 26 2007 IWAI, Masaharu <iwai@alib.jp> 7.1-3vl8
  82. - update named.root (Source0) for changing the L.ROOTSERVERS.NET's IP Address.
  83. * Mon Jul 16 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 7.1-3vl7
  84. - rebuild with new toolchains and environment.
  85. - s/Copyright/License/
  86. - add japanese description and summary.
  87. * Sun Jul 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 7.1-3vl6
  88. - rebuilt
  89. * Fri Feb 13 2004 Kunio Murasawa <murasawa@fa2.so-net.ne.jp> 7.1-3vl5
  90. - update named.root (zone serial # 2004012900)
  91. * Thu Nov 14 2002 Kunio Murasawa <murasawa@fa2.so-net.ne.jp> 7.1-3vl4
  92. - update named.root (zone serial # 2002110501) from internic
  93. * Thu Nov 14 2002 IWAI Masaharu <iwai@alib.jp> 7.1-3vl3
  94. - update named.root (Source0) for changing the J.ROOTSERVERS.NET's IP Address.
  95. * Wed Jun 6 2001 Jun Nishii <jun@vinelinux.org>
  96. - 7.1-3vl2
  97. - check the existence of rndc.conf in %post script
  98. * Thu May 31 2001 Jun Nishii <jun@vinelinux.org>
  99. - 7.1-3vl1
  100. - build for VineSeed
  101. * Tue Mar 13 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  102. - Remove extra ";" (#31382)
  103. * Thu Mar 1 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  104. - Don't add key { } stuff if it's already there
  105. (e.g. update from beta to final)
  106. * Tue Feb 20 2001 Bernhard Rosenkraenzer <bero@redhat.com>
  107. - Add key { } stuff to named.conf so rndc works out of the box
  108. * Mon Feb 12 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  109. - change to noreplace configs in /etc #21651
  110. * Tue Aug 8 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  111. - docu owned by root now
  112. * Mon Aug 7 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  113. - add default TTL to shut up warning message
  114. - add "localhost" zone
  115. * Sun Aug 6 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  116. - changing /var/named/* to root was silly - reverted
  117. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  118. - automatic rebuild
  119. * Mon Jul 3 2000 Florian La Roche <Florian.LaRoche@redhat.com>
  120. - change ownerships back to root:root. normally nobody should
  121. need to change these files and they never have to be updated
  122. by the named server himself.
  123. * Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
  124. - rebuild in new environment
  125. * Tue Apr 18 2000 Nalin Dahyabhai <nalin@redhat.com>
  126. - change ownerships to named.named
  127. * Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
  128. - if there are no nameserver lines in /etc/resolv.conf, add one
  129. - add a Copyright file
  130. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  131. - auto rebuild in the new build environment (release 2)
  132. * Wed Jan 06 1999 Cristian Gafton <gafton@redhat.com>
  133. - rebuilt for the 6.0
  134. * Wed Aug 12 1998 Jeff Johnson <jbj@redhat.com>
  135. - install bind-8.1.2 named.conf
  136. * Mon May 04 1998 Donnie Barnes <djb@redhat.com>
  137. - upgraded from 1.1 to 5.1 to make caching-nameserver version the same
  138. as the version of Red Hat that it runs on.
  139. - updated named.root
  140. * Wed Oct 15 1997 Donnie Barnes <djb@redhat.com>
  141. - updated named.root to latest
  142. - updated copyright
  143. * Tue Sep 23 1997 Erik Troan <ewt@redhat.com>
  144. - made a noarch package