diff options
author | Ondrej Mikle <ondrej.mikle@gmail.com> | 2012-06-21 18:26:05 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-07-31 11:41:40 -0400 |
commit | eeb81b5bb1135c1b85fff68da823c10fc4a99965 (patch) | |
tree | 014b3becf0bbba1ae42b77d38a4bce893ea136c3 /doc | |
parent | a7fc797edffc3ae6c2813ae354be35a1cd3c175e (diff) | |
download | tor-eeb81b5bb1135c1b85fff68da823c10fc4a99965.tar tor-eeb81b5bb1135c1b85fff68da823c10fc4a99965.tar.gz |
Fixes/beautification of RPM spec. Tiny improvements in RPM build docs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-rpm-creation.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/tor-rpm-creation.txt b/doc/tor-rpm-creation.txt index a88f2e829..a03891e2b 100644 --- a/doc/tor-rpm-creation.txt +++ b/doc/tor-rpm-creation.txt @@ -14,14 +14,16 @@ LIBS=-lrt ./configure make dist-rpm You should have at least two, maybe three, rpms. There should be the binary -i386.rpm, a src.rpm, and on redhat/centos machines, a debuginfo.rpm. +(i686|x86_64).rpm, a src.rpm, and on redhat/centos machines, a debuginfo.rpm. +The debuginfo rpms are created if package redhat-rpm-config is installed (case +of redhat distros). This step suffices unless you want to create RPMs for distros other than the one you used for building. ## Instructions for building RPMs for multiple architectures or distributions -## using 'mock' +## using 'mock' on Fedora or RHEL (and clones) Make sure you have mock installed and configured, see following HOWTOs for setup: https://fedoraproject.org/wiki/How_to_create_an_RPM_package |