aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/rpm/meshbay-common.spec
blob: 948de9a92d4f36c66c84d1b591e9b08d3e1f60fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Name:           meshbay-common
Version:        __VERSION__
Release:        1%{?dist}
Summary:        MeshBay shared Python runtime and libraries
License:        AGPLv3+
URL:            https://meshbay.org

AutoReqProv:    no

%description
Shared Python virtual environment, cryptographic primitives
(Ed25519, X25519, GEK wrap/unwrap, ChaCha20-Poly1305), protocol types
(MNP, MHP), and all pip dependencies used by meshbay-hub and meshbay-node.

Installs to /opt/meshbay-common/venv/.

%install
cp -a %{_staging_root}/* %{buildroot}/

%files
/opt/meshbay-common

%changelog
* Sun Aug 31 2026 MeshBay Team <devel@meshbay.org> - %{version}-1
- Packaging overhaul: shared venv under /opt/meshbay-common/venv/