File vpnc.spec of Package vpnc

#
# spec file for package vpnc (Version 0.5.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild

Name:           vpnc
BuildRequires:  libgcrypt-devel
Version:        0.5.1
Release:        6
License:        BSD 3-Clause; GPL v2 or later
Group:          Productivity/Networking/Security
Url:            http://www.unix-ag.uni-kl.de/~massar/vpnc/
AutoReqProv:    on
Summary:        Client for Cisco 3000 VPN Concentrator, IOS routers, PIX / ASA Zecurity Appliances, and Juniper/Netscreen
Requires:       /usr/bin/sed /sbin/ip
Source:         http://www.unix-ag.uni-kl.de/~massar/vpnc/%{name}-%{version}.tar.bz2
Patch:          bin-dir.diff
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
A VPN client compatible with Cisco's EasyVPN equipment.

Supported Authentications: Pre-Shared-Key + XAUTH, Pre-Shared-Key
Supported IKE DH-Groups: dh1 dh2 dh5 Supported Hash Algo (IKE/IPSEC):
md5 sha1 Supported Encryptions (IKE/IPSEC): (null) (1des) 3des aes128
aes192 aes256 Perfect Forward Secrecy: nopfs dh1 dh2 dh5

It runs entirely in userspace and uses the TUN/TAP driver for access.



Authors:
--------
    Maurice Massar <vpnc at unix-ag dot uni-kl dot de>
    Eduard Bloch <blade at debian dot org>

%prep
%setup -n %{name}-%{version}
%patch -p1

%build
%{?suse_update_config:%{suse_update_config -f}}
%{__make} \
	CFLAGS="$RPM_OPT_FLAGS" \
	PREFIX=/usr

%install
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}
mkdir -p \
	${RPM_BUILD_ROOT}/%{_localstatedir}/run/vpnc
%{__make} install \
	DESTDIR=${RPM_BUILD_ROOT} \
	PREFIX=/usr
# Use chmod as %attr doesn't work for %doc maked files in the list
touch ${RPM_BUILD_ROOT}/%{_localstatedir}/run/vpnc/{defaultroute,gateway,pid,resolv.conf-backup}

%clean
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}

%files
%defattr(-,root,root)
%attr(0600,root,root) %config(noreplace) %ghost %{_sysconfdir}/vpnc/default.conf
%{_sysconfdir}/vpnc/vpnc-script
%dir %{_sysconfdir}/vpnc
%{_sbindir}/vpnc
%{_sbindir}/vpnc-disconnect
%{_bindir}/cisco-decrypt
%{_bindir}/pcf2vpnc
%{_mandir}/man1/cisco-decrypt.1.gz
%{_mandir}/man1/pcf2vpnc.1.gz
%{_mandir}/man8/vpnc.8.gz
%dir %{_localstatedir}/run/vpnc
%ghost %{_localstatedir}/run/vpnc/defaultroute
%ghost %{_localstatedir}/run/vpnc/gateway
%ghost %{_localstatedir}/run/vpnc/pid
%ghost %{_localstatedir}/run/vpnc/resolv.conf-backup
%doc ChangeLog COPYING README TODO VERSION

%changelog
* Thu Jan 17 2008 lmuelle@suse.de
- Use the real FULL_SCRIPTNAME.
* Mon Jan 14 2008 lmuelle@suse.de
- Update to version 0.5.1.
  + Link against -lcrypto instead of -lssl.
  + Fixed crashes on 64bit platforms.
  + Dead-Peer-Detection support.
  + Hybrid-Auth support.
  + Rekeying support; [#134480].
- Use upstream default location for vpnc-script.
* Sat Nov 11 2006 aj@suse.de
- Fix permissions of man files.
- Compile with RPM_OPT_FLAGS.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Aug 12 2005 lmuelle@suse.de
- Install the example configuration as example.conf in the doc dir.
* Thu Aug 11 2005 lmuelle@suse.de
- Install vpnc.conf no longer as default.conf while keeping default.conf as
  %%config(noreplace) and %%ghost in the package list; [#103856].
* Thu May 19 2005 lmuelle@suse.de
- Update to version 0.3.3; [#72234].
* Tue Nov 23 2004 lmuelle@suse.de
- Update to version 0.3.2.
- Remove most parts of the vpnc-connect diff, [#46931].
* Thu Oct 14 2004 mc@suse.de
- removed depcomp from filelist [#47074]
* Sat Aug 07 2004 lmuelle@suse.de
- Update to version 0.2-rm+zomb.1; [#43525].
* Mon Jul 26 2004 ro@suse.de
- added libgcrypt-devel, libgpg-error-devel to neededforbuild
* Sat May 08 2004 lmuelle@suse.de
- Update to version 0.2-rm+zomb-pre9.
* Fri Apr 16 2004 lmuelle@suse.de
- add man page and connect and disconnect script patches provided by Eduard
  Bloch <blade at debian dot org>
- add /etc/vpnc directory for additional configuration files
- rename /etc/wlan.conf to /etc/vpnc/default.conf
* Mon Apr 12 2004 lmuelle@suse.de
- inital SuSE RPM
openSUSE Build Service is sponsored by