diff options
-rw-r--r-- | CHANGES | 8 | ||||
-rw-r--r-- | CREDITS | 2 | ||||
-rw-r--r-- | README.amiga | 17 |
3 files changed, 19 insertions, 8 deletions
@@ -15,6 +15,14 @@ - use half as much temp space during package assembly - fail if spec file check fails - changed canonical name for 68k to m68k (sorry) + - integrated FreeBSD changes from Jared Mauch + - integrated Irix changes from Hermann Lauer + - i18n support can be disabled w/ configure by --disable-nls + (thanks to Remy Card) + - integrated more AmigaOS patches, played with configure some + more to allow cross compiling (Kristof Depraetere) + - cleanups to rpm2cpio (closing the gz stream) (Elliot Lee) + - made find-provides return filename for libs w/ no soname 2.2.8 -> 2.2.9: - fixed typo in default rpmrc @@ -13,7 +13,9 @@ Significant code and/or ideas have been contributed by: David Fox Joseph L. Hartmann, Jr Jeff Johnson + Hermann Lauer Elliot Lee + Jared Mauch Nigel Metheringham Michael Nyquisk Tyson Sawyer diff --git a/README.amiga b/README.amiga index 42fa9382e..a8c639c73 100644 --- a/README.amiga +++ b/README.amiga @@ -1,9 +1,9 @@ -This is the readme for RPM version 2.2.5, written by +This is the readme for RPM version 2.2.9, written by <Kristof.Depraetere@rug.ac.be> 1 Requirements. -First make sure you have at least IXEmul v44.0 installed. +First make sure you have at least IXEmul v45.0 installed. These packages are needed to be able to compile rpm: * gettext * gdbm @@ -17,18 +17,19 @@ These extra packages are needed to run rpm: These are the things you'll have to do to install this package. * cd <your-build-directory> - * tar -xzvf rpm-2.2.5-src.tar.gz - * cd rpm-2.2.5 + * tar -xzvf rpm-2.2.9-src.tar.gz + * cd rpm-2.2.9 * configure --prefix=/ade * make * make install Now it's time to edit the file "ade:lib/rpmrc" to correspond to your system setup. Change the following entry: - * topdir: /place/where/you/want/to/store/RPM/packages - -Also edit the file "etc:rpmrc". Replace the <topdir> entry with -a <builddir> entry (note UNIX style path names): + * topdir: /place/to/store/RPM/packages +Make sure <tmppath> points to a _harddisk_ directory (the ram disk doesn't +allow the use of softlinks): + * tmppath: /place/on/your/hard/disk +Add the following entry: * builddir: /place/where/RPM/will/build/packages It is recommended to let <topdir> and <builddir> point to two different |