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