14
0

Accepting request 657696 from home:jengelh:branches:devel:languages:python

- Trim a few redundancies from the descriptions.

OBS-URL: https://build.opensuse.org/request/show/657696
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-onionshare?expand=0&rev=3
This commit is contained in:
2018-12-13 06:24:00 +00:00
committed by Git OBS Bridge
parent dff73325b2
commit dd28923a75
2 changed files with 13 additions and 6 deletions

View File

@@ -25,7 +25,7 @@
Name: python-%{modname}
Version: 1.3.1
Release: 0
Summary: OnionShare is a secure and anonymous way to share files
Summary: Self-hosting Tor Onion Service based file sharing
License: GPL-3.0-or-later
Group: Development/Languages/Python
URL: https://github.com/micahflee/onionshare
@@ -49,11 +49,13 @@ BuildArch: noarch
%python_subpackages
%description
OnionShare lets you securely and anonymously share files of any size. It works by starting a web server, making it accessible as a Tor Onion
Service, and generating an unguessable URL to access and download the files. It does not require setting up a separate server or using a third
party file-sharing service. You host the files on your own computer and use a Tor Onion Service to make it temporarily accessible over the internet.
The receiving user just needs to open the URL in Tor Browser to download the file.
OnionShare lets the user share files securely and anonymously. It
works by starting a web server, making it accessible as a Tor Onion
Service, and generating an unguessable URL to access and download the
files. It does not require setting up a separate server or using a
third party file-sharing service. Files are hosted on the machine the
program is run on. The receiving user just needs to open the URL in
Tor Browser to download the file.
%prep
%setup -q -n %{modname}-%{version}