this post was submitted on 26 Aug 2023
1 points (66.7% liked)

Fedora Linux

1777 readers
1 users here now

All about Fedora Linux

founded 5 years ago
MODERATORS
 

cross-posted from: https://sh.itjust.works/post/3721351

So I am building an app to rpm and I have done everything. From the specfile, to source etc. It compiles and I get a binary in BUILDROOT/usr/bin and that binary works just as intended but I dont' get a rpm file hat I can install. Have you people experienced this?

you are viewing a single comment's thread
view the rest of the comments
[–] nix98@lemmy.world 2 points 1 year ago

After doing an rpmbuild -ba app.spec, you should have the rpm files in ~/rpmbuild/RPMS/$arch/

If that isn't working, can you post your .spec file?