Name: oo7 Version: 0.6.0 Release: 1%{?dist} Summary: Secret Service provider and alternative DBus secret portal backend License: MIT URL: https://github.com/linux-credentials/oo7 Source0: %{url}/archive/main/%{name}-main.tar.gz BuildRequires: cargo BuildRequires: rust BuildRequires: meson BuildRequires: ninja-build BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(systemd) BuildRequires: pam-devel %description James Bond went on a new mission, and this time as a Secret Service provider. oo7 is a modern collection of services and libraries centered around managing secrets securely, featuring a Rust-based implementation of the Secret portal and Secret Service specification. %package -n git-credential-oo7 Summary: Git credential helper replacement for git-credential-libsecret Requires: %{name}%{?_isa} = %{version}-%{release} %description -n git-credential-oo7 A git credential helper component derived from the oo7 suite designed to safely manage credentials via sandboxed Secret Service communication. %prep %autosetup -n %{name}-main %build # Build core rust workspaces cargo build --release %{?_smp_mflags} # Build the portal component using Meson as structured in upstream cd portal %meson %meson_build cd .. %install # Install the core binaries compiled via Cargo install -d %{buildroot}%{_bindir} install -p -m 0755 target/release/oo7-daemon %{buildroot}%{_bindir}/oo7-daemon install -p -m 0755 target/release/git-credential-oo7 %{buildroot}%{_bindir}/git-credential-oo7 # Install the portal integration via meson cd portal %meson_install cd .. %files %license LICENSE %doc README.md %{_bindir}/oo7-daemon %{_libexecdir}/oo7-portal %{_datadir}/applications/oo7-portal.desktop %{_datadir}/xdg-desktop-portal/portals/oo7-portal.portal %{_datadir}/dbus-1/services/org.freedesktop.impl.portal.desktop.oo7.service %{_userunitdir}/oo7-portal.service %{_userunitdir}/dbus-org.freedesktop.impl.portal.desktop.oo7.service %files -n git-credential-oo7 %{_bindir}/git-credential-oo7 %changelog * Sat Aug 29 2026 Your Name - 0.3.0-1 - Initial RPM packaging build implementation for Fedora Copr tracker