]> git.pld-linux.org Git - packages/aiccu.git/blame - aiccu.spec
- cleanup
[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
aafa7584 5%define filever 20070115
3ed092f9 6Release: 3
6eb70a5e 7License: BSD
29bd2f2b 8Group: Networking/Utilities
aafa7584 9Source0: http://www.sixxs.net/archive/sixxs/aiccu/unix/%{name}_%{filever}.tar.gz
6eb70a5e 10# Source0-md5: c9bcc83644ed788e22a7c3f3d4021350
13738a70 11Patch0: %{name}-makefile.diff
3ed092f9
JR
12Patch1: 02_skip-strip.patch
13Patch2: 03_no-quiet-gcc.patch
14Patch3: 05_spelling-error.patch
15Patch4: 06_syslog_openlog.patch
16Patch5: 07_allow_tunnels.patch
17Patch6: 08_setup_script.patch
18Patch7: 09_binutils_gold.patch
19Patch8: 10_gnutls34.patch
20Patch9: 11_gnutls-cleanup.patch
21Patch10: 12_memset-sizeof.patch
22Patch11: 13_autotest_description.patch
29bd2f2b 23URL: http://www.sixxs.net/tools/aiccu/
aafa7584
JB
24BuildRequires: gnutls-devel
25#Requires(post,preun): /sbin/chkconfig
6eb70a5e 26Requires: gnutls
13738a70 27Requires: iproute2
29bd2f2b 28BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13738a70 29
30%description
31This client automatically gives one IPv6 connectivity without having
32to manually configure interfaces etc. One does need a SixXS account
33and at least a tunnel. These can be freely & gratis requested from the
34SixXS website. For more information about SixXS check
29bd2f2b 35<http://www.sixxs.net/>.
13738a70 36
678b9dbe
JR
37%description -l pl.UTF-8
38Ten klient automatycznie pozwala na stworzenie połączenia IPv6 bez
39konieczności ręcznej konfiguracji interfejsów itp. Potrzeba do tego
40konta w serwisie SixXS oraz co najmniej tunelu. Mogą one być uzyskane
41na stronie SixXS <http://www.sixx.net/>, na której można znaleźć
42więcej szczegółów.
13738a70 43
44%prep
45%setup -q -n %{name}
46%patch0 -p1
3ed092f9
JR
47%patch1 -p1
48%patch2 -p1
49%patch3 -p1
50%patch4 -p1
51%patch5 -p1
52%patch6 -p1
53%patch7 -p1
54%patch8 -p1
55%patch9 -p1
56%patch10 -p1
57%patch11 -p1
13738a70 58
59%build
29bd2f2b
JB
60%{__make} \
61 RPM_OPT_FLAGS="%{rpmcflags}"
13738a70 62
63%install
64rm -rf $RPM_BUILD_ROOT
29bd2f2b
JB
65
66%{__make} install \
67 DESTDIR=$RPM_BUILD_ROOT
68
69%clean
70rm -rf $RPM_BUILD_ROOT
13738a70 71
72%post
73#if [ "$1" = "1" ]; then
29bd2f2b 74# /sbin/chkconfig --add aiccu
13738a70 75#fi
76
77%preun
78#if [ "$1" = "0" ]; then
29bd2f2b 79# /etc/rc.d/init.d/aiccu stop >/dev/null 2>&1
13738a70 80# /sbin/chkconfig --del aiccu
81#fi
82
13738a70 83%files
84%defattr(644,root,root,755)
13738a70 85%doc doc/README doc/LICENSE
86%attr(755,root,root) %{_sbindir}/aiccu
29bd2f2b
JB
87%attr(600,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/aiccu.conf
88%attr(754,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/rc.d/init.d/aiccu
This page took 0.066402 seconds and 4 git commands to generate.