4 Summary: A virtual private network daemon
7 URL: https://www.tinc-vpn.org/
11 BuildRequires: systemd
12 BuildRequires: openssl-devel
13 BuildRequires: lzo-devel
14 BuildRequires: zlib-devel
15 BuildRequires: lz4-devel
16 BuildRequires: ncurses-devel
17 BuildRequires: readline-devel
19 Requires(post): systemd
20 Requires(preun): systemd
21 Requires(postun): systemd
24 tinc is a Virtual Private Network (VPN) daemon that uses tunnelling
25 and encryption to create a secure private network between hosts on
26 the Internet. Because the tunnel appears to the IP level network
27 code as a normal network device, there is no need to adapt any
28 existing software. This tunnelling allows VPN sites to share
29 information with each other over the Internet without exposing any
30 information to others.
32 %define debug_package %{nil}
33 %define __meson_auto_features auto
45 %systemd_post %{name}@.service
48 %systemd_preun %{name}@.service
51 %systemd_postun_with_restart %{name}@.service
54 %doc AUTHORS COPYING.README NEWS README.md THANKS doc/sample*
56 %{_mandir}/man*/%{name}*.*
57 %{_infodir}/%{name}.info.*
60 %{_unitdir}/%{name}*.service
61 %{_datadir}/bash-completion/completions/%{name}