SPECS: iodine.spec (NEW) - new

glen glen at pld-linux.org
Sat Jun 9 00:13:27 CEST 2007


Author: glen                         Date: Fri Jun  8 22:13:27 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   iodine.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/iodine.spec
diff -u /dev/null SPECS/iodine.spec:1.1
--- /dev/null	Sat Jun  9 00:13:27 2007
+++ SPECS/iodine.spec	Sat Jun  9 00:13:21 2007
@@ -0,0 +1,55 @@
+# $Revision$, $Date$
+Summary:	IP over DNS is now easy
+Name:		iodine
+Version:	0.4.0
+Release:	0.1
+License:	ISC
+Group:		Networking
+Source0:	http://code.kryo.se/iodine/%{name}-%{version}.tar.gz
+# Source0-md5:	82d331f75a99d1547e0ccc3c3efd0a7a
+Patch0:		%{name}-opt.patch
+Patch1:		%{name}-make.patch
+URL:		http://code.kryo.se/iodine/
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a piece of software that lets you tunnel IPv4 data through a
+DNS server. This can be usable in different situations where internet
+access is firewalled, but DNS queries are allowed.
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+%{__make} -C src \
+	CC="%{__cc}" \
+	OPTFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	PREFIX=%{_prefix} \
+	MANDIR=%{_mandir} \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README TODO
+%{_mandir}/man8/iodine.8*
+%attr(755,root,root) %{_sbindir}/iodine
+%attr(755,root,root) %{_sbindir}/iodined
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/06/08 22:13:21  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list