diff options
Diffstat (limited to 'packaging/rpm/meshbay-common.spec')
| -rw-r--r-- | packaging/rpm/meshbay-common.spec | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/packaging/rpm/meshbay-common.spec b/packaging/rpm/meshbay-common.spec new file mode 100644 index 0000000..e1088d4 --- /dev/null +++ b/packaging/rpm/meshbay-common.spec @@ -0,0 +1,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 <team@meshbay.org> - %{version}-1 +- Packaging overhaul: shared venv under /opt/meshbay-common/venv/ |