]> git.pld-linux.org Git - SPECS.git/blob - tayga.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / tayga.spec
1 # TODO:
2 # - tigervnc.init
3 Summary:        A NAT64 daemon
4 Name:           tayga
5 Version:        0.9.2
6 Release:        1
7 License:        GPL v2
8 Group:          Networking/Daemons
9 Source0:        http://www.litech.org/tayga/%{name}-%{version}.tar.bz2
10 # Source0-md5:  7a7b24165ce008df772f398d86fa280e
11 URL:            http://www.litech.org/tayga/
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 TAYGA is an out-of-kernel stateless NAT64 implementation for Linux
16 that uses the TUN driver to exchange IPv4 and IPv6 packets with the
17 kernel. It is intended to provide production-quality NAT64 service for
18 networks where dedicated NAT64 hardware would be overkill.
19
20 %prep
21 %setup -q
22
23 %build
24 %configure
25 %{__make}
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 %{__make} install \
30         DESTDIR=$RPM_BUILD_ROOT
31
32 mv $RPM_BUILD_ROOT%{_sysconfdir}/tayga.conf{.example,}
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc README
40 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/tayga.conf
41 %attr(755,root,root) %{_sbindir}/tayga
42 %{_mandir}/man5/tayga.conf.5*
43 %{_mandir}/man8/tayga.8*
This page took 0.743254 seconds and 3 git commands to generate.