]> git.pld-linux.org Git - SPECS.git/blob - kvpnc.spec
SPECS updated Sat 31 Jul 20:26:02 CEST 2021
[SPECS.git] / kvpnc.spec
1 Summary:        GUI for VPN Client for various servers
2 Summary(pl.UTF-8):      GUI dla klienta dla różnych serwerów VPN
3 Name:           kvpnc
4 Version:        0.9.6a
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://download.gna.org/kvpnc/%{name}-%{version}-kde4.tar.bz2
9 # Source0-md5:  bf8b7224284f5d3f8ad5235c599fe9e7
10 Patch0:         sleep.patch
11 URL:            http://home.gna.org/kvpnc/en/index.html
12 BuildRequires:  automoc4
13 BuildRequires:  kde4-kdelibs-devel
14 BuildRequires:  libgcrypt-devel
15 BuildRequires:  libstdc++-devel
16 BuildRequires:  rpmbuild(macros) >= 1.129
17 BuildRequires:  sed >= 4.0
18 Requires:       bash
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 KVpnc is a KDE frontend for various VPN clients. It supports Cisco VPN
23 (vpnc) and IPSec (FreeS/WAN, racoon). vpnc is a replacement for the
24 Cisco VPN client, and is used as client for the cisco3000 VPN
25 Concentrator. FreeS/WAN (OpenS/WAN) is a IPSec client for Linux 2.4.x,
26 and raccoon is a IPSec client for Linux 2.6.x and *BSD. It also
27 supports PPTP (pptpclient) and OpenVPN.
28
29 %description -l pl.UTF-8
30 KVpnc to nakładka na klienta vpnc działajaca w środowisku KDE. Wspiera
31 Cisco VPN, IPSec (FreeS/WAN, racoon). vpnc jest zamiennikiem dla
32 klienta VPN Cisco, i jest używany jako klient dla koncentratorów VPN
33 cisco3000. FreeS/WAN (OpenS/WAN) jest klientem ipsecowym dla Linux
34 2.4.x oraz racoon w wersji 2.6.x oraz *BSD. Wspiera również protokół
35 PPTP (pptpclient) oraz OpenVPN.
36
37 %prep
38 %setup -q -n %{name}-%{version}-kde4
39 %patch0 -p1
40
41 %build
42 install -d build
43 cd build
44 %cmake \
45         ../
46 %{__make}
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50
51 %{__make} -C build install/fast \
52         DESTDIR=$RPM_BUILD_ROOT
53
54 %{__mv} -f $RPM_BUILD_ROOT%{_desktopdir}/{kde4,}/%{name}.desktop
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc AUTHORS ChangeLog README TODO
62 %attr(755,root,root) %{_bindir}/*
63 %{_datadir}/apps/kvpnc
64 %{_desktopdir}/%{name}.desktop
65 %{_iconsdir}/hicolor/*/*/*
This page took 0.532055 seconds and 3 git commands to generate.