]> git.pld-linux.org Git - packages/aiccu.git/blob - aiccu.spec
ec6029c413411feb32c620445d5cb813dcbf58cd
[packages/aiccu.git] / aiccu.spec
1 Summary:        AICCU - SixXS Automatic IPv6 Connectivity Client Utility
2 Summary(pl):    AICCU - Klient automatycznych po³±czeñ IPv6 z SixXS
3 Name:           aiccu
4 Version:        2005.01.31
5 Release:        0.2
6 License:        GPL
7 Group:          Networking/Utilities
8 URL:            http://www.sixxs.net/tools/aiccu/
9 Vendor:         SixXS
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11 Source0:        %{name}_%{version}.tar.gz
12 Patch0:         %{name}-makefile.diff
13 Requires:       iproute2
14 Requires(post,preun):   chkconfig
15
16 %description
17 This client automatically gives one IPv6 connectivity without having
18 to manually configure interfaces etc. One does need a SixXS account
19 and at least a tunnel. These can be freely & gratis requested from the
20 SixXS website. For more information about SixXS check
21 http://www.sixxs.net
22
23 %description -l pl
24 Ten klient automatycznie pozwala na stworzenie po³±czenia IPv6 bez
25 konieczno¶ci rêcznej konfiguracji interfejsów itp. Potrzeba do tego
26 konta w serwisie SixXS oraz conajmniej tunelu. Mog± one byæ uzyskane
27 na stronie SixXS http://www.sixx.net, któr± odwied¼ w celu uzyskania
28 szczegó³ów.
29
30 %prep
31 %setup -q -n %{name}
32 %patch0 -p1
33
34 %build
35 %{__make} RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 %{__make} install DESTDIR=$RPM_BUILD_ROOT
40
41 %post
42 #if [ "$1" = "1" ]; then
43 #       chkconfig --add aiccu
44 #fi
45
46 %preun
47 #if [ "$1" = "0" ]; then
48 #       service aiccu stop >/dev/null 2>&1
49 #       /sbin/chkconfig --del aiccu
50 #fi
51
52 %clean
53 make clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files
57 %defattr(644,root,root,755)
58 %attr(600, root, root) %{_sysconfdir}/aiccu.conf
59 %doc doc/README doc/LICENSE
60 %attr(755,root,root) %{_sbindir}/aiccu
61 %config %{_sysconfdir}/aiccu.conf
62 %attr(754,root,root) %config /etc/rc.d/init.d/aiccu
This page took 0.066285 seconds and 2 git commands to generate.