Blame packages/o/onioncat/onioncat.spec

bcfda4
#
bcfda4
# spec file for package onioncat
bcfda4
#
Bernhard M. Wiedemann f155be
# Copyright (c) 2022 SUSE LLC
bcfda4
#
bcfda4
# All modifications and additions to the file contributed by third parties
bcfda4
# remain the property of their copyright owners, unless otherwise agreed
bcfda4
# upon. The license for this file, and modifications and additions to the
bcfda4
# file, is the same license as for the pristine package itself (unless the
bcfda4
# license for the pristine package is not an Open Source License, in which
bcfda4
# case the license is the MIT License). An "Open Source License" is a
bcfda4
# license that conforms to the Open Source Definition (Version 1.9)
bcfda4
# published by the Open Source Initiative.
bcfda4
bcfda4
# Please submit bugfixes or comments via https://bugs.opensuse.org/
bcfda4
#
bcfda4
bcfda4
bcfda4
Name:           onioncat
Bernhard M. Wiedemann f155be
Version:        0.3.9
bcfda4
Release:        0
bcfda4
Summary:        VPN adapter for Tor and I2P
bcfda4
License:        GPL-3.0-only
bcfda4
URL:            https://www.onioncat.org/
Bernhard M. Wiedemann f155be
Source:         https://www.cypherpunk.at/ocat/download/Source/current/%{name}-%{version}.tar.gz
Bernhard M. Wiedemann f155be
Source2:        https://www.cypherpunk.at/ocat/download/Source/current/%{name}-%{version}.tar.gz.asc
Bernhard M. Wiedemann f155be
# 0x98678E06063007E4A1F0B9C59BD601668E24F29D
Bernhard M. Wiedemann f155be
Source3:        %{name}.keyring
bcfda4
Requires:       tor
bcfda4
bcfda4
%description
bcfda4
OnionCat creates a transparent IP layer on top of Tor's hidden services. It
bcfda4
transmits any kind of IP-based data transparently through the Tor network on a
bcfda4
location hidden basis. You can think of it as a point-to-multipoint VPN between
bcfda4
hidden services.
bcfda4
bcfda4
%prep
bcfda4
%autosetup
bcfda4
bcfda4
%build
bcfda4
%configure --docdir=%{_docdir}/%{name}
bcfda4
%make_build
bcfda4
bcfda4
%install
bcfda4
%make_install
bcfda4
bcfda4
%files
bcfda4
%license COPYING
Bernhard M. Wiedemann f155be
%doc AUTHORS ChangeLog NEWS
bcfda4
%{_bindir}/ocat
bcfda4
%{_mandir}/man1/ocat.1%{?ext_man}
Bernhard M. Wiedemann f155be
%{_docdir}/%{name}
bcfda4
bcfda4
%changelog