Summary: VirtenSys VPN configuration files Name: openvpn-virtensys Version: 1.1 Release: 1 License: GPLv2+ Group: Applications/Internet URL: http://download.virtensys.com/vpn/ Source0: http://download.virtensys.com/vpn/ca.crt Source1: http://download.virtensys.com/vpn/client.conf Source2: http://download.virtensys.com/vpn/INSTALL.Linux BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: openvpn >= 2.1 %description Configuration files for setting up a VirtenSys VPN client. %prep %setup -q -c -T %{__install} -m 644 %{SOURCE2} . %build %install %{__rm} -rf %{buildroot} %{__install} -m 755 -d %{buildroot}%{_sysconfdir}/openvpn %{__install} -m 644 %{SOURCE0} %{buildroot}%{_sysconfdir}/openvpn/ %{__install} -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/openvpn/virtensys.conf %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root,-) %doc INSTALL.Linux %config(noreplace) %{_sysconfdir}/openvpn/ca.crt %config(noreplace) %{_sysconfdir}/openvpn/virtensys.conf %changelog * Wed May 20 2009 Paul Howarth - 1.1-1 - Update INSTALL.Linux to use bind config for the VirtenSys UK and US LAN addresses rather than the old Xyratex ones - Clarify license as GPL version 2 or later * Thu Mar 1 2007 Paul Howarth - 1.0-1 - Update URLs to point to download.virtensys.com instead of www.virtensys.com - Include empty %%build section and make %%setup quiet to placate rpmlint * Mon Feb 20 2006 Paul Howarth - 1.0-0.1 - Initial RPM build