add: proton-core and make proton-vpn dep on it (#9796) (#9802)

This commit is contained in:
Raboneko
2026-02-11 10:25:36 -08:00
committed by GitHub
parent 243b1f5d63
commit 0e1ffed0c6
4 changed files with 58 additions and 1 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
Name: proton-vpn-gtk-app
Version: 4.14.1
Release: 1%?dist
Release: 2%?dist
Summary: Official ProtonVPN Linux app
License: GPL-3.0-only
URL: https://protonvpn.com/download-linux
@@ -27,6 +27,7 @@ Requires: python3-gobject
Requires: python3-dbus
Requires: python3-packaging
Requires: python3-proton-vpn-api-core
Requires: python3-proton-core >= 0.7.0
Requires: librsvg2
Provides: protonvpn
+9
View File
@@ -0,0 +1,9 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "proton-core.spec"
}
labels {
subrepo = "extras"
}
}
@@ -0,0 +1,46 @@
%define unmangled_name proton-core
%define github_repo_name python-proton-core
%global _desc The proton-core component contains core logic used by the other Proton components.
Name: python-proton-core
Version: 0.7.0
Release: 1%?dist
Summary: %{unmangled_name} library
License: GPL-3.0-or-later
URL: https://github.com/ProtonVPN/%{github_repo_name}
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-pip
BuildRequires: python3-setuptools
BuildArch: noarch
Packager: Owen Zimmerman <owen@fyralabs.com>
%description
%_desc
%package -n python3-%{unmangled_name}
Summary: %{summary}
%{?python_provide:%python_provide python3-%{unmangled_name}}
%description -n python3-%{unmangled_name}
%_desc
%prep
%autosetup
%build
%pyproject_wheel
%install
%pyproject_install
%pyproject_save_files proton
%files -n python3-%{unmangled_name} -f %{pyproject_files}
%doc README.md
%license LICENSE
%changelog
* Tue Feb 10 2026 Owen Zimmerman <owen@fyralabs.com>
- Initial commit
@@ -0,0 +1 @@
rpm.version(gh_tag("ProtonVPN/python-proton-core"));