roc-toolkit
roc-toolkit copied to clipboard
Added rpm spec for building a rpm package
Hi, I had added rpm spec file to build rpm packages based on the master branch on the copr.
As fedora switched to pipewire already I plan at a later stage push to the copr pipewire built with roc modules (right now fedora doesn't ship them).
This is great, thanks! I think we should add it to our CI too - just a check that verifies that the package is built successfully. Do you have any hints or suggestions on this?
Sure, I'll try to think of the best way to achieve the result, I had never used fedora copr before. I plan also to add script to build an rpm package with roc modules for the pipewire. Although I'm not sure if this repo would be the best place to host it.
Hi!
- Is this PR still relevant?
- The URL in README gives 404: https://copr.fedorainfracloud.org/coprs/mk9/roc-toolkit-dev/package/roc-toolkit/
- The spec defines name as
libroc, but it also provides command-line tools, not just the library? - Is it possible to get version from git tag or
.hheader instead of hard-coding it? So that I don't need to update it every release.
I've added an RPM spec to the repo, based on #475, #462 (this PR), and the spec from Fedora. See d3ac0d075644b40fa61c67954a611c17dc2da8c4
Let me know if any changes are needed.
Thanks!
Follow-up issue: https://github.com/roc-streaming/roc-toolkit/issues/526