Differences
This shows you the differences between two versions of the page.
rpmbuild [2011/04/17 19:44] admin created |
rpmbuild [2011/04/17 20:50] (current) admin |
||
---|---|---|---|
Line 3: | Line 3: | ||
You can build your own rpm from the tarballs, there is already a spec file inside the tarball. | You can build your own rpm from the tarballs, there is already a spec file inside the tarball. | ||
On an rpm-based linux distribution, do the following: | On an rpm-based linux distribution, do the following: | ||
- | - **rpmbuild -ts manaplus-version.tar.bz2** - this will build a src.rpm file, which you can use in the following command. | + | - Make src.rpm file <code>rpmbuild -ts manaplus-version.tar.bz2</code> |
- | - **rpmbuild --rebuild manaplus-version.src.rpm** - this will make binary rpm files, which you can install. | + | - Make binary rpm file, which you can install. <code>rpmbuild --rebuild manaplus-version.src.rpm</code> |