Name: openvpn Version: 2.1.3 Release: 1mamba Summary: A full-featured SSL VPN solution which can accomodate a wide range of configurations Group: Network/Security Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://openvpn.net/ Source: http://openvpn.net/release/openvpn-%{version}.tar.gz License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN BuildRequires: bash BuildRequires: chkconfig BuildRequires: glibc-devel BuildRequires: liblzo2-devel BuildRequires: libopenssl-devel ## AUTOBUILDREQ-END %description OpenVPN is a full-featured SSL VPN solution which can accomodate a wide range of configurations, including remote access, site-to-site VPNs, WiFi security, and enterprise-scale remote access solutions with load balancing, failover, and fine-grained access-controls. OpenVPN implements OSI layer 2 or 3 secure network extension using the industry standard SSL/TLS protocol, supports flexible client authentication methods based on certificates, smart cards, and/or 2-factor authentication, and allows user or group-specific access control policies using firewall rules applied to the VPN virtual interface. OpenVPN is not a web application proxy and does not operate through a web browser. %prep %setup -q %build %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall install -d %{buildroot}%{_sysconfdir}/openvpn install -m0755 -D sample-scripts/openvpn.init %{buildroot}%{_initrddir}/openvpn install sample-config-files/* %{buildroot}%{_sysconfdir}/openvpn/ %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %postun if [ $1 -eq 1 ]; then service openvpn condrestart fi exit 0 %preun if [ $1 -eq 0 ]; then /sbin/chkconfig --del openvpn service openvpn stop fi exit 0 %files %defattr(-,root,root) %dir %{_sysconfdir}/openvpn %config(noreplace) %{_sysconfdir}/openvpn/*.conf %{_sysconfdir}/openvpn/README %{_sysconfdir}/openvpn/*.sh %{_sysconfdir}/openvpn/home.up %{_sysconfdir}/openvpn/office.up %{_sysconfdir}/openvpn/loopback-client %{_sysconfdir}/openvpn/loopback-server %{_sysconfdir}/openvpn/xinetd-client-config %{_sysconfdir}/openvpn/xinetd-server-config %{_initrddir}/openvpn %{_sbindir}/openvpn %{_mandir}/man8/openvpn.8.gz %doc AUTHORS COPYING ChangeLog README %changelog * Wed Nov 10 2010 Automatic Build System 2.1.3-1mamba - automatic update by autodist * Wed Aug 25 2010 Automatic Build System 2.1.2-1mamba - automatic update by autodist * Sun Dec 13 2009 Automatic Build System 2.1.1-1mamba - automatic update by autodist * Fri Feb 29 2008 Silvan Calarco 2.0.9-2mamba - added initscript and configuration directory * Wed Mar 28 2007 Silvan Calarco 2.0.9-1mamba - package created by autospec