Open Truckle opened 8 years ago
The RPM build script may not work, I haven't tested it. The VERSION variable needs to be updated but I don't think that's why it doesn't work.
Unfortunately I don't know how rpmbuild works on nix so I can't effectively troubleshoot. I will poke and ask around and let you know if I figure anything out.
I made a COPR repository: https://copr.fedorainfracloud.org/coprs/valdikss/pybitmessage/
Use the following command to add repository and install pybitmessage:
$ sudo dnf copr enable valdikss/pybitmessage
$ sudo dnf install pybitmessage
It's built on Fedora servers from the almost stock RPMSPEC.
@ValdikSS works on 24.. thanks :)
Trying to build RPM package on Fedora 23. As far as I can tell all deps are installed. A lot of this is Greek to me. It is not building RPM and I do not know why.
I installed packagemonkey first. Here is terminal output (minus the yum/dnf stuff):
Then I tried again by recopy of the project from scratch: