2021-03-08 09:31:35 +01:00
|
|
|
#
|
|
|
|
# spec file for package onioncat
|
|
|
|
#
|
2023-01-19 13:46:07 +01:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2021-03-08 09:31:35 +01:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: onioncat
|
2023-03-15 09:20:25 +01:00
|
|
|
Version: 4.11.0
|
2021-03-08 09:31:35 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: VPN adapter for Tor and I2P
|
|
|
|
License: GPL-3.0-only
|
|
|
|
URL: https://www.onioncat.org/
|
2023-01-19 13:46:07 +01:00
|
|
|
Source: https://github.com/rahra/onioncat/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source2: https://github.com/rahra/onioncat/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
|
2022-02-13 13:42:13 +01:00
|
|
|
# 0x98678E06063007E4A1F0B9C59BD601668E24F29D
|
|
|
|
Source3: %{name}.keyring
|
2023-01-19 13:46:07 +01:00
|
|
|
BuildRequires: libtool
|
2021-03-08 09:31:35 +01:00
|
|
|
Requires: tor
|
|
|
|
|
|
|
|
%description
|
|
|
|
OnionCat creates a transparent IP layer on top of Tor's hidden services. It
|
|
|
|
transmits any kind of IP-based data transparently through the Tor network on a
|
|
|
|
location hidden basis. You can think of it as a point-to-multipoint VPN between
|
|
|
|
hidden services.
|
|
|
|
|
|
|
|
%prep
|
2023-01-19 13:46:07 +01:00
|
|
|
%autosetup -p1
|
2021-03-08 09:31:35 +01:00
|
|
|
|
|
|
|
%build
|
2023-01-19 13:46:07 +01:00
|
|
|
autoreconf -fvi
|
2021-03-08 09:31:35 +01:00
|
|
|
%configure --docdir=%{_docdir}/%{name}
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license COPYING
|
2022-02-13 13:42:13 +01:00
|
|
|
%doc AUTHORS ChangeLog NEWS
|
2023-03-15 09:20:25 +01:00
|
|
|
%doc %{_docdir}/%{name}/Garlicat-HOWTO
|
|
|
|
%doc %{_docdir}/%{name}/README
|
2021-03-08 09:31:35 +01:00
|
|
|
%{_bindir}/ocat
|
|
|
|
%{_mandir}/man1/ocat.1%{?ext_man}
|
|
|
|
|
|
|
|
%changelog
|