4 Summary: A virtual private network daemon
7 URL: https://www.tinc-vpn.org/
11 Requires(post): systemd
12 Requires(preun): systemd
13 Requires(postun): systemd
16 tinc is a Virtual Private Network (VPN) daemon that uses tunnelling
17 and encryption to create a secure private network between hosts on
18 the Internet. Because the tunnel appears to the IP level network
19 code as a normal network device, there is no need to adapt any
20 existing software. This tunnelling allows VPN sites to share
21 information with each other over the Internet without exposing any
22 information to others.
24 %define debug_package %{nil}
29 %configure --with-systemd=%{_unitdir} __CONFIGURE_ARGS__
34 rm -f %{buildroot}%{_infodir}/dir
37 %systemd_post %{name}@.service
40 %systemd_preun %{name}@.service
43 %systemd_postun_with_restart %{name}@.service
46 %doc AUTHORS COPYING.README NEWS README.md THANKS doc/sample* doc/*.tex
48 %{_mandir}/man*/%{name}*.*
49 %{_infodir}/%{name}.info.*
52 %{_unitdir}/%{name}*.service
53 %{_datadir}/bash-completion/completions/%{name}