source: projects/specs/trunk/a/aslookup/aslookup-vl.spec @ 5647

Revision 5647, 2.3 KB checked in by Takemikaduchi, 12 years ago (diff)

libsrtp,gstreamer-filters: new package

Line 
1Summary: AS Number LOOKUP Utility
2Summary(ja): AS番号検索
3Name: aslookup
4Version: beta0.13d
5Release: 1%{?_dist_release}
6License: read 'readme-jp.txt'
7Group: Applications/Internet
8URL: http://www.bugest.net/software/%{name}/
9Source: http://www.bugest.net/software/%{name}/%{name}-%{version}.tar.gz
10Patch: %{name}-%{version}.patch
11Buildroot: %{_tmppath}/%{name}-%{version}-root
12Vendor: Project Vine
13Distribution: Vine Linux
14
15%description
16ASLOOKUP 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
18Advantages:
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
25ASLookupは指定される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
35rm -rf ${RPM_BUILD_ROOT} ${RPM_BUILD_DIR}/%{name}-%{version}
36
37%setup -q
38%patch -p1
39
40%build
41make
42
43%install
44mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
45cd ${RPM_BUILD_ROOT}
46install -m755 ${RPM_BUILD_DIR}/%{name}-%{version}/%{name} .%{_bindir}
47
48%clean
49rm -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
Note: See TracBrowser for help on using the repository browser.