fix source RPM build formatting

This commit is contained in:
ahrenholz@gmail.com 2014-07-29 22:12:51 +00:00
parent 6e8eb692b7
commit 51abe45d63

View file

@ -118,7 +118,7 @@ yum install rpmdevtools mock
1. Build a source RPM. 1. Build a source RPM.
}}} {{{
tar xzf core-4.7.tar.gz tar xzf core-4.7.tar.gz
cd core-4.7 cd core-4.7
./bootstrap.sh ./bootstrap.sh
@ -127,7 +127,7 @@ cd core-4.7
cp ../core-4.7.tar.gz . cp ../core-4.7.tar.gz .
make rpm make rpm
# source RPM is in ~/rpmbuild/SRPMS/core-4.7-1.src.rpm # source RPM is in ~/rpmbuild/SRPMS/core-4.7-1.src.rpm
{{{ }}}
2. Use mock for cross-compiling various distributions/architectures. 2. Use mock for cross-compiling various distributions/architectures.