openfortivpn 1.15.0-1 (armv7hnl;znver1;x86_64;aarch64) 2021-13553
0
Status | rejected | ||||||||||||||||
Submitter | mandian [@T] openmailbox.org | ||||||||||||||||
Platform | rolling | ||||||||||||||||
Repository | main | ||||||||||||||||
URL | https://abf.openmandriva.org/build_lists/980057 | ||||||||||||||||
Packages |
|
||||||||||||||||
Build Date | 2021-01-30 22:17:03 +0000 UTC | ||||||||||||||||
Last Updated | 2021-02-05 19:58:35.806975047 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary b212890e02d2146c7723d83c173e9818a1197ac8 commit b212890e02d2146c7723d83c173e9818a1197ac8 Author: mandian <mandian@users.noreply.github.com> AuthorDate: Sat Jan 30 19:05:18 2021 +0100 Commit: mandian <mandian@users.noreply.github.com> CommitDate: Sat Jan 30 19:05:18 2021 +0100 Initial release --- .abf.yml | 2 ++ openfortivpn.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 .abf.yml create mode 100644 openfortivpn.spec diff --git a/.abf.yml b/.abf.yml new file mode 100644 index 0000000..7663e6b --- /dev/null +++ b/.abf.yml @@ -0,0 +1,2 @@ +sources: + "openfortivpn-1.15.0.tar.gz": d5e2b602aed5a73c2e9db560607eb315fbb47459 diff --git a/openfortivpn.spec b/openfortivpn.spec new file mode 100644 index 0000000..022f6b3 --- /dev/null +++ b/openfortivpn.spec @@ -0,0 +1,44 @@ +Summary: Client for PPP+SSL VPN tunnel services +Name: openfortivpn +Version: 1.15.0 +Release: 1 +License: GPLv3+ +Group: Networking/Other +URL: https://github.com/adrienverge/%{name} +Source0: https://github.com/adrienverge/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz + +BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(systemd) + +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. + +%files +%license LICENSE LICENSE.OpenSSL +%doc README.md +%{_bindir}/%{name} +%{_datadir}/%{name} +%{_mandir}/man1/%{name}.1* +%{_unitdir}/%{name}@.service +%dir %{_sysconfdir}/%{name} +%config(noreplace) %{_sysconfdir}/openfortivpn/config + +#-------------------------------------------------------------------------------- + +%prep +%autosetup -p1 + +%build +#autoreconf -fi +%configure + +%make_build + +%install +%make_install +
Not Available
benbullard79 [@T] cox.net | No Comment. | 1388d 06hrs |