forked from openSUSE/obs-build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
our build.rpm with buildservice support
- Loading branch information
0 parents
commit 77cb8e1
Showing
29 changed files
with
7,192 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
This script is used for building SuSE Linux RPMs in | ||
a clean and safe chroot'ed build environment. | ||
|
||
At first you need to copy your SuSE Linux CDs into a | ||
path reachable by the build script, for example /home/suse-8.2-i386. | ||
|
||
If you have a DVD Drive and the SuSE Linux DVD, you can mount it | ||
and use this as the source for the RPMs. | ||
|
||
To build an RPM, change into the directory with the sources | ||
and the SPEC file. Then start the build script: | ||
env BUILD_RPMS=/home/suse-8.2-i386/suse build | ||
|
||
If this was successful you can find the binary and source RPMs below | ||
/var/tmp/build-root/usr/src/packages/ | ||
|
||
Note: Depending on which package you want to build, you'll need | ||
a few hundred megabytes for the build in /var/tmp/build-root. | ||
|
||
For more information on using build, see 'man build'. |
Oops, something went wrong.