]> git.pld-linux.org Git - packages/cipe.git/blame - cipe.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/cipe.git] / cipe.spec
CommitLineData
859edd7f
SZ
1%define _kernel_ver %(grep UTS_RELEASE %{_kernelsrcdir}/include/linux/version.h 2>/dev/null | cut -d'"' -f2)
2%define _kernel_ver_str %(echo %{_kernel_ver} | sed s/-/_/g)
3%define smpstr %{?_with_smp:-smp}
4%define smp %{?_with_smp:1}%{!?_with_smp:0}
5
6Summary: CIPE - encrypted IP over UDP tunneling
4e2c5e16 7Summary(pl): CIPE - szyfrowany tunel IP po UDP
859edd7f
SZ
8Name: cipe
9Version: 1.5.2
6f30e163 10Release: 3
859edd7f
SZ
11License: GPL
12Group: Networking/Daemons
859edd7f 13Source0: http://sites.inka.de/bigred/sw/%{name}-%{version}.tar.gz
6f30e163 14Source1: %{name}.inetd
859edd7f
SZ
15Patch0: %{name}-autoconf.patch
16Patch1: %{name}-makefile.patch
cb64961b
SZ
17BuildRequires: autoconf
18BuildRequires: automake
859edd7f
SZ
19BuildRequires: openssl-devel >= 0.9.6
20BuildRequires: %{_bindir}/openssl
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%define _sysconfdir /etc
24
25%description
26CIPE (the name is shortened from *Crypto IP Encapsulation*) is a
27package for an encrypting IP tunnel device. This can be used to build
28encrypting routers for VPN (Virtual Private Networks) and similar
29applications.
30
31%description -l pl
4e2c5e16 32