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