]> git.pld-linux.org Git - packages/cipe.git/blame - cipe.spec
- fixed compilation flags for smp/non-smp
[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
10Release: 1
11License: GPL
12Group: Networking/Daemons
13Group(de): Netzwerkwesen/Server
14Group(pl): Sieciowe/Serwery
15Source0: http://sites.inka.de/bigred/sw/%{name}-%{version}.tar.gz
16Patch0: %{name}-autoconf.patch
17Patch1: %{name}-makefile.patch
18BuildRequires: openssl-devel >= 0.9.6
19BuildRequires: %{_bindir}/openssl
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%define _sysconfdir /etc
23
24%description
25CIPE (the name is shortened from *Crypto IP Encapsulation*) is a
26package for an encrypting IP tunnel device. This can be used to build
27encrypting routers for VPN (Virtual Private Networks) and similar
28applications.
29
30%description -l pl
4e2c5e16 31