forked from pool/python-onionshare
Accepting request 811121 from home:DocB:branches:devel:languages:python
- fix for dependency error (see https://build.opensuse.org/request/show/807929 ) OBS-URL: https://build.opensuse.org/request/show/811121 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-onionshare?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
27e3f84892
commit
bb93da3b44
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 3 10:24:26 UTC 2020 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- fix for dependency error (see https://build.opensuse.org/request/show/807929 )
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 21 06:55:37 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# spec file for package python-onionshare
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2018 Dr. Axel Braun
|
||||
# Copyright (c) 2018-2020 Dr. Axel Braun
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -41,9 +41,9 @@ BuildRequires: %{python_module stem}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: %{name}-data
|
||||
Requires: python-Flask
|
||||
Requires: python-Flask-HTTPAuth
|
||||
Requires: python-onionshare-data
|
||||
Requires: python-pycrypto
|
||||
Requires: python-pytest
|
||||
Requires: python-qt5
|
||||
@@ -63,10 +63,10 @@ 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.
|
||||
|
||||
%package data
|
||||
%package -n python-onionshare-data
|
||||
Summary: Self-hosting Tor Onion Service based file sharing
|
||||
|
||||
%description data
|
||||
%description -n python-onionshare-data
|
||||
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
|
||||
@@ -111,7 +111,7 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications/ %{modname}.desk
|
||||
%doc README.md
|
||||
%{python_sitelib}/*
|
||||
|
||||
%files data
|
||||
%files -n python-onionshare-data
|
||||
%{_datadir}/%{modname}*
|
||||
%{_datadir}/pixmaps/*
|
||||
%{_datadir}/applications/*
|
||||
|
||||
Reference in New Issue
Block a user