Merge tag 'upstream/0.9.2' into tizen 23/121423/1 accepted/tizen_mobile accepted/tizen_tv accepted/tizen/mobile/20170330.224245 accepted/tizen/tv/20170330.224324 accepted/tizen/unified/20170330.224407 submit/tizen/20170330.015635 submit/tizen/20170330.052124
authorSeonah Moon <seonah1.moon@samsung.com>
Tue, 28 Mar 2017 04:01:35 +0000 (13:01 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Tue, 28 Mar 2017 04:10:01 +0000 (13:10 +0900)
Imported upstream version 0.9.2

Change-Id: I608867bdcc47bda5b524c48e1346878f2b6653c6

1  2 
packaging/tayga.spec
tayga.manifest

index 0000000,0000000..fa4153c
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,32 @@@
++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
diff --cc tayga.manifest
index 0000000,0000000..97e8c31
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,5 @@@
++<manifest>
++      <request>
++              <domain name="_"/>
++      </request>
++</manifest>