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