From rpmrebuild's website:
rpmrebuild is a tool to build an RPM file from a package that has already been installed
in a basic use, rpmrebuild use do not require any rpm building knowledge
(On debian, the equivalent product is dpkg-repack)
This package allows modifying packages, generating .spec
files based on package contents, etc. In other words, it is useful for development of Sailfish packages on Sailfish devices.
Note: the package is taken verbatim from upstream.
Attachment | Size | Date |
---|---|---|
rpmrebuild-2.11-1.noarch.rpm | 98.89 KB | 14/09/2016 - 04:02 |
rpmrebuild-2.11-2.noarch.rpm | 102.05 KB | 16/09/2016 - 14:19 |
- kill setarch
Comments
Seven_of_nine
Sun, 2024/09/15 - 13:09
Permalink
Thank you very much! Works fine and also an amateur like me could build an rpm file from a tweaked Sailfish app and install on another phone successfully on the first try.
Jordi
Fri, 2016/09/16 - 19:20
Permalink
Do you accept donations? Long ago, I promised 20 Euros for the person who will develop this...
https://docs.google.com/spreadsheets/d/1J9S3R23718AjkcnWybSdgNl6iHzT_8Gy...
czarkoff
Fri, 2016/09/16 - 21:30
Permalink
Unfortunately it wasn't me who developed this tool: I only packaged it, slightly modified to fit Jolla. See rpmrebuild project page for details on authors.
Jordi
Sat, 2016/09/17 - 08:19
Permalink
Well, you are the one who did it for Sailfish...
Markkyboy
Fri, 2016/09/16 - 18:46
Permalink
Very handy, nice one, thanks!
Jordi
Wed, 2016/09/14 - 23:44
Permalink
Excellent! I waited so long for this.
I had a problem though, this is what I get for my first try (same result with devel-su):
[nemo@Sailfish ~]$ rpmrebuild harbour-solarsystem
setarch: armv7hl: Unrecognized architecture
/usr/lib/rpmrebuild/rpmrebuild.sh: ERROR: package 'harbour-solarsystem' build failed
Any help appreciated.
czarkoff
Fri, 2016/09/16 - 14:20
Permalink
Updated version contains a crude workaround.
Jordi
Fri, 2016/09/16 - 14:46
Permalink
Thanks a lot, it's working now!
czarkoff
Thu, 2016/09/15 - 01:18
Permalink
Indeed
setarch
does not allowarmv7hl
. I'll look into fixing this.As a workaround you may use
rpmrebuild
to generate a.spec
file, and then userpmbuild
to build package.