--- /dev/null
--- /dev/null
++Name: tayga
++Summary: Simple, no-fuss NAT64 for Linux
++Version: 0.9.2
++Release: 1
++Group: System/Tools
++License: GPL-2.0+
++URL: http://www.litech.org/tayga/
++Source0: %{name}-%{version}.tar.gz
++
++
++%description
++TAYGA is an out-of-kernel stateless NAT64 implementation for Linux that uses
++the TUN driver to exchange IPv4 and IPv6 packets with the kernel.
++It is intended to provide production-quality NAT64 service for networks
++where dedicated NAT64 hardware would be overkill.
++
++%prep
++%setup -q
++
++%build
++./configure
++make %{?_smp_mflags}
++
++%install
++mkdir -p %{buildroot}%{_sbindir}
++cp tayga %{buildroot}%{_sbindir}/tayga
++
++%files
++%manifest tayga.manifest
++%defattr(-,root,root,-)
++%license COPYING
++%{_sbindir}/tayga