13 lines
284 B
Plaintext
13 lines
284 B
Plaintext
|
Building RPMs
|
||
|
-----------------
|
||
|
|
||
|
Launch the build process like:
|
||
|
|
||
|
rpmbuild -bb SPECS/sgpemv2-$(version).spec
|
||
|
|
||
|
where $(version) is the version you want to build
|
||
|
a spec for. You'll need to put the source tbz2 into SOURCES.
|
||
|
|
||
|
**** TODO: ****
|
||
|
- Explicitly list runtime dependencies
|