Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rpm downstream packaging #65

Open
ingvarha opened this issue Nov 27, 2024 · 0 comments
Open

rpm downstream packaging #65

ingvarha opened this issue Nov 27, 2024 · 0 comments

Comments

@ingvarha
Copy link

ingvarha commented Nov 27, 2024

Downstream rpm packaging for those that do not prefer flatpak:

Consider the attached specfile that will produce a working rpm file for Fedora.

cameractrls.spec.txt

If I get the time, I may push this to Fedora. In the meantime, dump this specfile into the source tree, like pkg/cameractrls.spec , make a tarball, and rpms may be built directly from the tar.gz

wget https://github.com/soyersoyer/cameractrls/archive/v0.6.7/cameractrls-0.6.7.tar.gz
gunzip cameractrls-0.6.7.tar.gz
tar -f cameractrls-0.6.7.tar -u cameractrls.spec
gzip cameractrls-0.6.7.tar
rpmbuild -tb cameractrls-0.6.7.tar.gz
# (...)
Wrote: /home/ingvar/rpmbuild/RPMS/noarch/cameractrls-0.6.7-0.fc41.noarch.rpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant