Spec URL: https://download.copr.fedorainfracloud.org/results/r0x0d/rust-agent-client-protocol-schema/fedora-rawhide-x86_64/10101399-rust-agent-client-protocol-schema/rust-agent-client-protocol-schema.spec SRPM URL: https://download.copr.fedorainfracloud.org/results/r0x0d/rust-agent-client-protocol-schema/fedora-rawhide-x86_64/10101399-rust-agent-client-protocol-schema/rust-agent-client-protocol-schema-0.10.8-1.fc45.src.rpm Description: A protocol for standardizing communication between code editors and AI coding agents. Fedora Account System Username: r0x0d
If I understand correctly, the "generate" binary seems to be for the purpose of generating a JSON schema file. Unless I’m missing something (and I haven’t looked at this deeply) it doesn’t look like the "generate" binary is something that would be useful to install system-wide, particularly with a very generic name like /usr/bin/generate. Consider this in rust2rpm.toml: [package] cargo-install-bin = false
Ah, and https://src.fedoraproject.org/rpms/julius already provides /usr/bin/generate, so per https://docs.fedoraproject.org/en-US/packaging-guidelines/Conflicts/ *something* will have to be done if you do want to ship this binary.
Won't have the time to maintain this.