| 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 | |
|---|
| 15 | %description |
|---|
| 16 | 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. |
|---|
| 17 | |
|---|
| 18 | Advantages: |
|---|
| 19 | - You can search many AS Numbers at one time. |
|---|
| 20 | - You can use result of "show ip bgp" command with CISCO router. |
|---|
| 21 | - You can search to ARIN, JPNIC and APNIC whois dabase. |
|---|
| 22 | - You can srarch AS Number from IP Addresses. |
|---|
| 23 | |
|---|
| 24 | %description -l ja |
|---|
| 25 | ASLookupは指定されるAS番号をキーにRADBのAS Objectを検索し、そのDescription を表示するものです。 |
|---|
| 26 | |
|---|
| 27 | 特徴は、 |
|---|
| 28 | ・複数のAS番号を一気に指定できる。 |
|---|
| 29 | ・Ciscoルータでshow ip bgp した結果がそのまま利用できる。 |
|---|
| 30 | ・ARIN、JPNIC、APNICのwhois dabaseも検索可能です。 |
|---|
| 31 | ・IPアドレスからAS番号の検索が可能です。 |
|---|
| 32 | などです。 |
|---|
| 33 | |
|---|
| 34 | %prep |
|---|
| 35 | rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version} |
|---|
| 36 | |
|---|
| 37 | %setup -q |
|---|
| 38 | %patch -p1 |
|---|
| 39 | |
|---|
| 40 | %build |
|---|
| 41 | make |
|---|
| 42 | |
|---|
| 43 | %install |
|---|
| 44 | mkdir -p ${RPM_BUILD_ROOT}%{_bindir} |
|---|
| 45 | cd ${RPM_BUILD_ROOT} |
|---|
| 46 | install -m755 ${RPM_BUILD_DIR}/%{name}-%{version}/%{name} .%{_bindir} |
|---|
| 47 | |
|---|
| 48 | %clean |
|---|
| 49 | rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version} |
|---|
| 50 | |
|---|
| 51 | %files |
|---|
| 52 | %defattr(-, root, root) |
|---|
| 53 | %doc change.txt readme-eng.txt readme-jp.txt |
|---|
| 54 | %{_bindir}/%{name} |
|---|
| 55 | |
|---|
| 56 | %changelog |
|---|
| 57 | * Tue Feb 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> beta0.13d-1 |
|---|
| 58 | - update to beta0.13d |
|---|
| 59 | |
|---|
| 60 | * Sun Sep 14 2008 Shu KONNO <owa@bg.wakwak.com> beta0.13c-1vl5 |
|---|
| 61 | - applied new versioning policy, spec in utf-8 |
|---|
| 62 | |
|---|
| 63 | * Sun Jul 9 2006 yamamoto <yamamoto@yu.vinelinux.org> beta0.13c-0vl2 |
|---|
| 64 | - rebuild for vine 4.0 |
|---|
| 65 | |
|---|
| 66 | * Sat Dec 10 2005 yamamoto <yamamoto@yu.vinelinux.org> beta0.13c-0vl1 |
|---|
| 67 | - update to beta0.13c |
|---|
| 68 | |
|---|
| 69 | * Mon Nov 7 2005 yamamoto <yamamoto@yu.vinelinux.org> alpha0.12-0vl3 |
|---|
| 70 | - yearly rebuild |
|---|
| 71 | |
|---|
| 72 | * Sun May 30 2004 yamamoto <yamamoto@yu.vinelinux.org> alpha0.12-0vl2 |
|---|
| 73 | - rebuild for vine 3.0 |
|---|
| 74 | |
|---|
| 75 | * Sun Mar 7 2004 yamamoto <yamamoto@yu.vinelinux.org> alpha0.12-0vl1 |
|---|
| 76 | - new package |
|---|