aslookup-vl.spec 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. Summary: AS Number LOOKUP Utility
  2. Summary(ja): AS番号検索
  3. Name: aslookup
  4. Version: beta0.13d
  5. Release: 1%{?_dist_release}
  6. License: read 'readme-jp.txt'
  7. Group: Applications/Internet
  8. URL: http://www.bugest.net/software/%{name}/
  9. Source: http://www.bugest.net/software/%{name}/%{name}-%{version}.tar.gz
  10. Patch: %{name}-%{version}.patch
  11. Buildroot: %{_tmppath}/%{name}-%{version}-root
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. %description
  15. ASLOOKUP is the tool which searches the sequence of AS number specified with the parameter from IRR and indicates the first line of Description of AS Object.
  16. Advantages:
  17. - You can search many AS Numbers at one time.
  18. - You can use result of "show ip bgp" command with CISCO router.
  19. - You can search to ARIN, JPNIC and APNIC whois dabase.
  20. - You can srarch AS Number from IP Addresses.
  21. %description -l ja
  22. ASLookupは指定されるAS番号をキーにRADBのAS Objectを検索し、そのDescription を表示するものです。
  23. 特徴は、
  24. ・複数のAS番号を一気に指定できる。
  25. ・Ciscoルータでshow ip bgp した結果がそのまま利用できる。
  26. ・ARIN、JPNIC、APNICのwhois dabaseも検索可能です。
  27. ・IPアドレスからAS番号の検索が可能です。
  28. などです。
  29. %prep
  30. rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version}
  31. %setup -q
  32. %patch -p1
  33. %build
  34. make
  35. %install
  36. mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
  37. cd ${RPM_BUILD_ROOT}
  38. install -m755 ${RPM_BUILD_DIR}/%{name}-%{version}/%{name} .%{_bindir}
  39. %clean
  40. rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version}
  41. %files
  42. %defattr(-, root, root)
  43. %doc change.txt readme-eng.txt readme-jp.txt
  44. %{_bindir}/%{name}
  45. %changelog
  46. * Tue Feb 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> beta0.13d-1
  47. - update to beta0.13d
  48. * Sun Sep 14 2008 Shu KONNO <owa@bg.wakwak.com> beta0.13c-1vl5
  49. - applied new versioning policy, spec in utf-8
  50. * Sun Jul 9 2006 yamamoto <yamamoto@yu.vinelinux.org> beta0.13c-0vl2
  51. - rebuild for vine 4.0
  52. * Sat Dec 10 2005 yamamoto <yamamoto@yu.vinelinux.org> beta0.13c-0vl1
  53. - update to beta0.13c
  54. * Mon Nov 7 2005 yamamoto <yamamoto@yu.vinelinux.org> alpha0.12-0vl3
  55. - yearly rebuild
  56. * Sun May 30 2004 yamamoto <yamamoto@yu.vinelinux.org> alpha0.12-0vl2
  57. - rebuild for vine 3.0
  58. * Sun Mar 7 2004 yamamoto <yamamoto@yu.vinelinux.org> alpha0.12-0vl1
  59. - new package