forked from pool/torbrowser-launcher
* Add torbrowser-launcher-qt6-port.patch: Port to pyside6 (Qt6); upstream merge request. * Switch BuildRequires to Qt6. * Switch to using pyproject_* macros for build. * Fix location of apparmor profiles when building using pyproject_* macros. OBS-URL: https://build.opensuse.org/request/show/1248712 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/torbrowser-launcher?expand=0&rev=51
126 lines
4.5 KiB
RPMSpec
126 lines
4.5 KiB
RPMSpec
#
|
|
# spec file for package torbrowser-launcher
|
|
#
|
|
# Copyright (c) 2025 SUSE LLC
|
|
#
|
|
# 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/
|
|
#
|
|
|
|
|
|
%define pythons python3
|
|
Name: torbrowser-launcher
|
|
Version: 0.3.7
|
|
Release: 0
|
|
Summary: Tool for launching and easy-updates of Tor Browser
|
|
License: MIT
|
|
Group: Productivity/Networking/Web/Utilities
|
|
URL: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/
|
|
Source0: https://github.com/torproject/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
|
# PATCH-FIX-UPSTREAM torbrowser-launcher-qt6-port.patch badshah400@gmail.com -- Port to Qt6, taken from upstream MR
|
|
Patch0: https://patch-diff.githubusercontent.com/raw/torproject/torbrowser-launcher/pull/720.patch#/torbrowser-launcher-qt6-port.patch
|
|
BuildRequires: %{python_module PySocks}
|
|
BuildRequires: %{python_module devel}
|
|
BuildRequires: %{python_module distro}
|
|
BuildRequires: %{python_module gpg}
|
|
BuildRequires: %{python_module packaging}
|
|
BuildRequires: %{python_module pip}
|
|
BuildRequires: %{python_module pyside6}
|
|
BuildRequires: %{python_module setuptools}
|
|
BuildRequires: %{python_module wheel}
|
|
BuildRequires: apparmor-abstractions
|
|
BuildRequires: apparmor-rpm-macros
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: fdupes
|
|
BuildRequires: gpg2
|
|
BuildRequires: hicolor-icon-theme
|
|
BuildRequires: python-rpm-macros
|
|
Requires: gpg2
|
|
Requires: hicolor-icon-theme
|
|
Requires: python3-PySocks
|
|
Requires: python3-gpg
|
|
Requires: python3-packaging
|
|
Requires: python3-pyside6
|
|
Requires: python3-requests
|
|
Requires: xmessage
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Tor Browser Launcher is intended to make Tor Browser easier to
|
|
install and use for GNU/Linux users. You install
|
|
torbrowser-launcher from your distribution's package manager and
|
|
it handles everything else:
|
|
- Downloads and installs the most recent version of Tor Browser
|
|
in your language and for your computer's architecture, or
|
|
launches Tor Browser if it's already installed (Tor Browser
|
|
will automatically update itself)
|
|
- Certificate pins to https://www.torproject.org, so it doesn't
|
|
rely on certificate authorities
|
|
- Verifies Tor Browser's signature for you, to ensure the
|
|
version you downloaded was cryptographically signed by Tor
|
|
developers and was not tampered with
|
|
- Adds "Tor Browser" and "Tor Browser Launcher Settings"
|
|
application launcher to your desktop environment's menu
|
|
- Apparmor profile to limit effect of Tor network compromise
|
|
- Optionally plays a modem sound when you open Tor Browser
|
|
(because Tor is so slow).
|
|
|
|
%package -n torbrowser-apparmor-profile
|
|
Summary: Apparmor profile for Tor Browser
|
|
License: BSD-3-Clause
|
|
Group: Productivity/Security
|
|
Requires: apparmor-utils
|
|
|
|
%description -n torbrowser-apparmor-profile
|
|
This package provides the apparmor profiles to safeguard against
|
|
a Tor network compromise.
|
|
|
|
%lang_package
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%pyproject_wheel
|
|
|
|
%install
|
|
%pyproject_install
|
|
|
|
mkdir -p %{buildroot}%{_sysconfdir}
|
|
%{python_expand mv %{buildroot}%{$python_sitelib}/etc/apparmor.d %{buildroot}%{_sysconfdir}/
|
|
%fdupes %{buildroot}%{$python_sitelib}
|
|
}
|
|
%find_lang %{name} %{?no_lang_C}
|
|
|
|
%post -n torbrowser-apparmor-profile
|
|
%{apparmor_reload %{_sysconfdir}/apparmor.d/torbrowser.Browser.firefox %{_sysconfdir}/apparmor.d/torbrowser.Tor.tor}
|
|
|
|
%files
|
|
%license LICENSE
|
|
%doc CHANGELOG.md README.md
|
|
%{_bindir}/%{name}
|
|
%{_datadir}/applications/*.desktop
|
|
%{_datadir}/metainfo/*.metainfo.xml
|
|
%{_datadir}/icons/hicolor/*/apps/torbrowser*.png
|
|
%{_datadir}/%{name}/
|
|
%{python_sitelib}/torbrowser_launcher-%{version}*.*-info
|
|
%{python_sitelib}/torbrowser_launcher/
|
|
|
|
%files -n torbrowser-apparmor-profile
|
|
%license apparmor/license.txt
|
|
%config %{_sysconfdir}/apparmor.d/torbrowser.*
|
|
%config %{_sysconfdir}/apparmor.d/local/torbrowser.*
|
|
%config %{_sysconfdir}/apparmor.d/tunables/torbrowser
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
%changelog
|