*** empty log message ***
authorewt <devnull@localhost>
Thu, 12 Dec 1996 03:31:35 +0000 (03:31 +0000)
committerewt <devnull@localhost>
Thu, 12 Dec 1996 03:31:35 +0000 (03:31 +0000)
CVS patchset: 1225
CVS date: 1996/12/12 03:31:35

CHANGES
CREDITS
README.amiga

diff --git a/CHANGES b/CHANGES
index 657c95a..206bd76 100644 (file)
--- a/CHANGES
+++ b/CHANGES
        - 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
diff --git a/CREDITS b/CREDITS
index 4c22422..45cc3c9 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -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
index 42fa938..a8c639c 100644 (file)
@@ -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