Name: openfortivpn Version: 1.9.0 Release: 1%{?dist} Summary: Client for PPP+SSL VPN tunnel services Group: Applications/Internet License: GPLv3+ URL: https://github.com/adrienverge/openfortivpn Source0: https://github.com/adrienverge/openfortivpn/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: gcc autoconf automake BuildRequires: openssl-devel Requires: ppp %description openfortivpn is a client for PPP+SSL VPN tunnel services. It spawns a pppd process and operates the communication between the gateway and this process. It is compatible with Fortinet VPNs. %prep %setup -q %build autoreconf -fi %configure make %{?_smp_mflags} V=1 %install %make_install %files %{_bindir}/openfortivpn %{_mandir}/man1/openfortivpn.1* %{_datadir}/openfortivpn %dir %{_sysconfdir}/openfortivpn %config(noreplace) %{_sysconfdir}/openfortivpn/config %doc README.md %license LICENSE %changelog * Mon Jun 19 2018 Johannes Huber - 1.7.1-1 - Update to latest upstream version * Mon Jun 04 2018 Johannes Huber - 1.7.0-1 - Update to latest upstream version * Wed Feb 21 2018 Lubomir Rintel - 1.6.0-1 - Update to latest upstream version * Thu Feb 08 2018 Fedora Release Engineering - 1.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Aug 29 2017 Lubomir Rintel - 1.5.0-1 - Update to latest upstream version * Thu Aug 03 2017 Fedora Release Engineering - 1.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 1.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Tue Feb 7 2017 Adrien Vergé - 1.3.0-2 - Fix compiler error, see https://github.com/adrienverge/openfortivpn/issues/81 * Tue Feb 7 2017 Adrien Vergé - 1.3.0-1 - Update to latest upstream version * Thu Sep 29 2016 Adrien Vergé - 1.2.0-1 - Update to latest upstream version * Sun Feb 14 2016 Adrien Vergé - 1.1.4-1 - Update to latest upstream version * Thu Feb 04 2016 Fedora Release Engineering - 1.1.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sat Dec 26 2015 Adrien Vergé - 1.1.3-1 - Update to latest upstream version * Sat Dec 05 2015 Adrien Vergé - 1.1.2-1 - Update to latest upstream version * Mon Oct 05 2015 Lubomir Rintel - 1.1.0-1 - Update to a new upstream release * Fri Sep 18 2015 Lubomir Rintel - 1.0.1-2.20150918gita31c599 - Update to latest pristine sources: - Improve HTTP buffering - Fix SSL verification * Wed Sep 16 2015 Lubomir Rintel - 1.0.1-2.20150914gitb22d9eb - Mark configuration file as noreplace (Christopher Meng, #1263008) * Mon Sep 14 2015 Lubomir Rintel - 1.0.1-1.20150914gitb22d9eb - Initial packaging