=================================================================== RCS file: /home/cvs/OpenXM/misc/packages/README,v retrieving revision 1.4 retrieving revision 1.6 diff -u -p -r1.4 -r1.6 --- OpenXM/misc/packages/README 2000/03/18 08:06:14 1.4 +++ OpenXM/misc/packages/README 2000/04/06 02:20:31 1.6 @@ -1,4 +1,4 @@ -$OpenXM: OpenXM/misc/packages/README,v 1.3 2000/03/13 02:54:26 takayama Exp $ +$OpenXM: OpenXM/misc/packages/README,v 1.5 2000/03/24 08:32:30 takayama Exp $ /*&japanese @@ -31,7 +31,11 @@ FTP_AREA ftp 用の tar をおく場所. mkd 領域が必要でしょう. 変更には, Linux/RPM/Makefile, *spec.in を編集. # mkdir ${TAR_WORK} つまり mkdir ~/tmp # $(HOME)/.rpmrc + rpm 3.0 以上の場合 (普通はこちら) + 内容: %_topdir /home/taka/OpenXM/misc/packages/Linux/RPM/work + rpm 3.0 未満の場合 (FreeBSD 3.3 ) 内容: TopDir: /home/taka/OpenXM/misc/packages/Linux/RPM/work + /home/taka は $(HOME) の値 rpm は この direcotry 以下で作業を行う. # サーチパスに実行可能なスクリプト cvs-OpenXM @@ -125,5 +129,49 @@ generate-tar-ball は複雑なので, 解説: setenv OpenXM_HOME xxx-yyy (Note for taka). On unkei, cd Solaris/OpenXM/misc/packages, and make OpenXM_HOME=$OpenXM_HOME build-on-unkei + +*/ + +/*&common +FAQ: +TopDir parameter is not accepted by RPM 3.0 + +Answer: use %_topdir +Or, see below. + +Re: RPM no longer accepting topdir parameter ? + Reply + + + Next in thread: RH6.0 + BJ-200 printer ? + Previous in thread: RPM no longer accepting topdir parameter ? + + + Posted: 06/18/1999 04:02:21 PM + + From: + + + + > I discovered that with RedHat 6.0, rpm no longer accepts the topdir + > parameter inside a configuration file. What has replaced it ? + > Where could I find an updated documentation of RPM ? + Hi, + + I've had the same problem. + + copy /usr/lib/rpm/macros to ~/.rpmmacros + and edit %_topdir + + Greetings, Eric. + + --------------------------------------------------------------------- + E. van Dijken | Phone: +31 50 5855148 Fax: +31 50 5855387 + KPN Telecom BV, I&AT | E-mail : E.vanDijken@KPN-Telecom.nl + P.O. Box 188 | DISCLAIMER: This statement is not an official + NL-9700 AD Groningen | statement from, nor does it represent an, + The Netherlands | official position of, KPN Telecom B.V. + --------------------------------------------------------------------- + -*/ \ No newline at end of file +*/