Skip to content

Commit

Permalink
our build.rpm with buildservice support
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Mar 22, 2006
0 parents commit 77cb8e1
Show file tree
Hide file tree
Showing 29 changed files with 7,192 additions and 0 deletions.
981 changes: 981 additions & 0 deletions Build.pm

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions README
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'.
Loading

0 comments on commit 77cb8e1

Please sign in to comment.