]> git.pld-linux.org Git - packages/ipv6calc.git/blob - ipv6calc.spec
5d52982e28f4aa1f243da22694bbed792c70365d
[packages/ipv6calc.git] / ipv6calc.spec
1 Summary:        IPv6 address format change and calculation utility
2 Summary(pl):    Narzêdzie do zmiany formatu i przeliczania adresów IPv6
3 Name:           ipv6calc
4 Version:        0.28
5 Release:        2
6 License:        GPL
7 Group:          Networking/Utilities
8 Source0:        ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/%{name}-%{version}.tar.gz
9 URL:            ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 ipv6calc is a small utility which formats and calculates IPv6
14 addresses in different ways.
15
16 Install this package, if you want to extend the existing address
17 detection on IPv6 initscript setup or make life easier in adding
18 reverse IPv6 zones to DNS or using in DNS queries like nslookup -q=ANY
19 `ipv6calc -r 3ffe:400:100:f101::1/48` See also here for more details:
20 http://www.bieringer.de/linux/IPv6/ .
21
22 %description -l pl
23 ipv6calc to niewielkie narzêdzie formatuj±ce i przeliczaj±ce adresy
24 IPv6 na ró¿ne sposoby. U³atwia ¿ycie przy dodawaniu stref odwrotnych
25 IPv6 do DNS lub odpytywaniu w rodzaju nslookup -q=ANY `ipv6calc -r
26 3ffe:400:100:f101::1/48`. Wiêcej szczegó³ów pod adresem
27 http://www.bieringer.de/linux/IPv6/ .
28
29 %prep
30 %setup -q
31
32 %build
33 %{__make} CFLAGS="%{rpmcflags}"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 install -d $RPM_BUILD_ROOT%{_bindir}
38 install ipv6calc $RPM_BUILD_ROOT%{_bindir}
39
40 gzip -9nf README TODO ChangeLog
41
42 %clean
43 rm -rf $RPM_BUILD_ROOT
44
45 %files
46 %defattr(644,root,root,755)
47 %doc *.gz
48 %attr(755,root,root) %{_bindir}/ipv6calc
This page took 0.182077 seconds and 2 git commands to generate.