/[smecontribs]/rpms/smeserver-wireguard/contribs10/smeserver-wireguard.spec
ViewVC logotype

Annotation of /rpms/smeserver-wireguard/contribs10/smeserver-wireguard.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (hide annotations) (download)
Wed Oct 27 03:58:13 2021 UTC (2 years, 7 months ago) by jpp
Branch: MAIN
CVS Tags: smeserver-wireguard-1_0-1_el7_sme
Changes since 1.2: +1 -1 lines
* Tue Oct 26 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-1.sme
- first release for Koozali SME Server

1 jpp 1.1 Name: smeserver-wireguard
2     Version: 1.0
3     Release: 1%{?dist}
4     Summary: wireguard SME Server configuration package
5    
6     Group: VPN
7     License: GPL
8     URL: https://wiki.koozali.org/Wireguard
9     Source0: smeserver-wireguard-1.0.tgz
10    
11     BuildRequires: e-smith-devtools
12     Requires: wireguard-tools
13     Requires: kmod-wireguard
14     Requires: smeserver-release >= 10
15     Requires: qrencode
16     Requires: perl-Net-Netmask
17    
18    
19     %description
20     WireGuard is a novel VPN that runs inside the Linux Kernel and uses
21     state-of-the-art cryptography (the "Noise" protocol). It aims to be
22     faster, simpler, leaner, and more useful than IPSec, while avoiding
23     the massive headache. It intends to be considerably more performant
24     than OpenVPN. WireGuard is designed as a general purpose VPN for
25     running on embedded interfaces and super computers alike, fit for
26     many different circumstances. It runs over UDP.
27 jpp 1.3 This package provides the Koozali SME SERVER configuration for controlling WireGuard.
28 jpp 1.1
29     %prep
30     %setup -q
31    
32     %build
33     perl createlink
34    
35    
36     %install
37     rm -rf %{buildroot}
38     (cd root; find . -depth -print | cpio -dump %{buildroot})
39     /sbin/e-smith/genfilelist %{buildroot} \
40     --ignoredir "/etc/wireguard" \
41     > %{name}-%{version}-filelist
42    
43     cat %{name}-%{version}-filelist
44    
45     %files -f %{name}-%{version}-filelist
46     %defattr(-,root,root)
47     #%doc COPYING
48    
49    
50    
51    
52    
53     %changelog
54 jpp 1.2 * Tue Oct 26 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-1.sme
55     - first release for Koozali SME Server
56    
57 jpp 1.1

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed