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