# $Id$ # Authority: dag # Upstream: Summary: Tunnel IPv4 data through a DNS server Name: iodine Version: 0.4.2 Release: 1 License: GPL Group: Applications/Internet URL: http://code.kryo.se/iodine/ Source: http://code.kryo.se/iodine/iodine-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description iodine lets you tunnel IPv4 data through a DNS server. This can be useful in different situations where internet access is firewalled, but DNS queries are allowed. %prep %setup %build %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} #%{__make} install DESTDIR="%{buildroot}" #%{__make} install PREFIX="%{buildroot}%{_prefix}" %{__install} -Dp -m0755 bin/iodine %{buildroot}%{_bindir}/iodine %{__install} -Dp -m0755 bin/iodined %{buildroot}%{_bindir}/iodined %{__install} -Dp -m0644 man/iodine.8 %{buildroot}%{_mandir}/man8/iodine.8 %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc CHANGELOG README TODO %doc %{_mandir}/man8/iodine.8* %{_bindir}/iodine %{_bindir}/iodined %changelog * Thu Aug 07 2008 Dag Wieers - 0.4.2-1 - Updated to release 0.4.2. * Sat Dec 01 2007 Dag Wieers - 0.4.1-1 - Updated to release 0.4.1. * Sun May 13 2007 Dag Wieers - 0.4.0-2 - Added iodine manpage. (Erik Ekman) * Sun Mar 25 2007 Dag Wieers - 0.4.0-1 - Updated to release 0.4.0. * Thu Nov 09 2006 Dag Wieers - 0.3.4-1 - Updated to release 0.3.4. * Tue Nov 07 2006 Dag Wieers - 0.3.3-1 - Updated to release 0.3.3. * Tue Sep 12 2006 Dag Wieers - 0.3.2-1 - Updated to release 0.3.2. * Thu Aug 03 2006 Dag Wieers - 0.3.1-1 - Initial package. (using DAR)