summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael Schröder <mls@suse.de>2006-03-22 16:07:38 +0000
committerMichael Schröder <mls@suse.de>2006-03-22 16:07:38 +0000
commit77cb8e110c0e530e1fb90e6fb04fdb41178ff2ae (patch)
tree4d6973179f2fe59b8ee2719df70c3a307c8dff04 /README
our build.rpm with buildservice support
Diffstat (limited to 'README')
-rw-r--r--README21
1 files changed, 21 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..da404f4
--- /dev/null
+++ b/README
@@ -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'.