mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
spec file fixes on pidora (fc20 on raspberry pi)
Former-commit-id: bf48ee50de
This commit is contained in:
parent
7cf90615c8
commit
298585af02
2 changed files with 27 additions and 8 deletions
12
README.md
12
README.md
|
|
@ -54,8 +54,14 @@ build rpm
|
|||
|
||||
if you'd like to build an rpm installer, then
|
||||
|
||||
* compress sources as voc-1.0.src.tar.bz2
|
||||
* put them to /usr/src/redhat/SOURCES/ (or other similar location)
|
||||
* run "rpmbuild -ba voc.spec
|
||||
* compress sources as voc-1.0.src.tar.bz2
|
||||
assuming you in voc directory
|
||||
> cd ..
|
||||
> tar -jcvpf voc-1.0.src.tar.bz2 voc
|
||||
* put them to ~/rpmbuild/SOURCES (on some systems as root to /usr/src/redhat/SOURCES/) or other similar location.
|
||||
> mkdir -p ~/rpmbuild/SOURCES
|
||||
> cp voc-1.0.src.tar.bz2 ~/rpmbuild/SOURCES
|
||||
* cd to voc directory and run
|
||||
> rpmbuild -ba voc.spec
|
||||
|
||||
this should create voc rpm installers.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue