Difference between revisions of "RPM"

Jump to navigation Jump to search
3 bytes removed ,  14 years ago
m
no edit summary
m
Line 6: Line 6:
</source>
</source>


Now, create your macro definition for your build path:
Now, create your macro definition to your build path:
<source lang="bash">
<source lang="bash">
echo "%_topdir /home/`echo $USER`/rpmbuild" > ~/.rpmmacros
echo "%_topdir /home/`echo $USER`/rpmbuild" > ~/.rpmmacros
</source>
</source>


For rebuild your own rpm for fedora, download the last version to src.rpm package from: http://richzendy.org/repo/kiwix/
To rebuild your own rpm for fedora, download the last package version to src.rpm from: http://richzendy.org/repo/kiwix/


Also you must have installed the unac package ( also know how libunac ) package, download and install:
Also you must have installed the unac package ( also know how libunac ) package, download and install:
Line 23: Line 23:
</source>
</source>


Your can find the rpm package built for you in ~/rpmbuild/RPMS
Your can find the rpm package built to you in ~/rpmbuild/RPMS


== Rebuild from .spec file ==
== Rebuild from .spec file ==
8

edits

Navigation menu