]> git.pld-linux.org Git - packages/iodine.git/blame - iodine.spec
- BR: zlib-devel
[packages/iodine.git] / iodine.spec
CommitLineData
85ee538e 1Summary: IP over DNS is now easy
fbe2925a 2Summary(pl.UTF-8): Łatwa w użyciu implementacja IP over DNS
85ee538e 3Name: iodine
61b85fe8 4Version: 0.5.2
fc178ee4 5Release: 1
eec3e5fc 6License: GPL
85ee538e
ER
7Group: Networking
8Source0: http://code.kryo.se/iodine/%{name}-%{version}.tar.gz
61b85fe8 9# Source0-md5: 6952343cc4614857f83dbb81247871e7
85ee538e
ER
10Patch0: %{name}-opt.patch
11Patch1: %{name}-make.patch
fbe2925a 12URL: http://code.kryo.se/iodine/
d087c295 13BuildRequires: zlib-devel
85ee538e
ER
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17This is a piece of software that lets you tunnel IPv4 data through a
fbe2925a 18DNS server. This can be usable in different situations where Internet
85ee538e
ER
19access is firewalled, but DNS queries are allowed.
20
fbe2925a
JB
21%description -l pl.UTF-8
22Ten pakiet pozwala tunelować dane IPv4 poprzez serwer DNS. Może to być
23przydatne w różnych sytuacjach kiedy dostęp do Internetu jest
24ograniczony firewallem, ale dozwolone są zapytania DNS.
25
85ee538e
ER
26%prep
27%setup -q
28%patch0 -p1
29%patch1 -p1
30
31%build
61b85fe8 32%{__make} \
85ee538e
ER
33 CC="%{__cc}" \
34 OPTFLAGS="%{rpmcflags}"
35
36%install
37rm -rf $RPM_BUILD_ROOT
fbe2925a 38
85ee538e 39%{__make} install \
85ee538e
ER
40 DESTDIR=$RPM_BUILD_ROOT
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
291996d9 47%doc CHANGELOG README TODO
85ee538e
ER
48%attr(755,root,root) %{_sbindir}/iodine
49%attr(755,root,root) %{_sbindir}/iodined
09241267 50%{_mandir}/man8/iodine.8*
This page took 0.127881 seconds and 4 git commands to generate.