Changes of Revision 2
[-] | Added | ipv6calc.changes |
x 1
2 +------------------------------------------------------------------- 3 +Wed Aug 8 18:45:50 UTC 2012 - cs@linux-administrator.com 4 + 5 +- update to release 0.93.1 6 + 7 +------------------------------------------------------------------- 8 +Sat Feb 5 18:49:42 UTC 2011 - cs@linux-administrator.com 9 + 10 +- update to release 0.80.0 11 + 12 |
||
[-] | Added | ipv6calc.spec ^ |
46 1
2 +Name: ipv6calc 3 +Version: 0.93.1 4 +License: GPLv2 5 +Release: 0 6 +Group: System 7 +Source0: ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/%{name}-%{version}.tar.bz2 8 +Url: http://www.deepspace6.net/projects/ipv6calc.html 9 +Summary: Subnet calculator 10 +Buildroot: %{_tmppath}/%{name}-%{version} 11 + 12 +%description 13 +The main program named “ipv6calc” is able to recognice many (not only) IPv6 address formats and depending on a selectable action (not required) a selectable output format can be specified. Also it has the capability to show detailed information of an IPv4/IPv6 address or anonymize it. 14 + 15 +%prep 16 +%setup 17 + 18 +%build 19 +%configure 20 +%__make 21 + 22 +%install 23 +%__make DESTDIR=%{buildroot} install 24 +strip %{buildroot}%{_bindir}/ipv6calc 25 +strip %{buildroot}%{_bindir}/ipv6loganon 26 +strip %{buildroot}%{_bindir}/ipv6logconv 27 +strip %{buildroot}%{_bindir}/ipv6logstats 28 + 29 +%clean 30 +rm -rf %{buildroot} 31 + 32 +%files 33 +%defattr(-,root,root) 34 +%{_bindir}/ipv6calc 35 +%{_bindir}/ipv6loganon 36 +%{_bindir}/ipv6logconv 37 +%{_bindir}/ipv6logstats 38 +%{_mandir}/man8/ipv6calc.8* 39 +%{_mandir}/man8/ipv6loganon.8* 40 +%{_mandir}/man8/ipv6logconv.8* 41 +%{_mandir}/man8/ipv6logstats.8* 42 + 43 +%changelog 44 +* Sat Jun 06 2009 Carsten Schoene <cs@linux-administrator.com> - 0.72.1-0 45 +- initial package 46 |
||
Added | ipv6calc-0.93.1.tar.bz2 ^ |