[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / misc / packages / Linux / RPM

Diff for /OpenXM/misc/packages/Linux/RPM/Makefile between version 1.2 and 1.3

version 1.2, 2000/03/09 08:35:43 version 1.3, 2000/03/09 09:26:26
Line 1 
Line 1 
 # $OpenXM: OpenXM/misc/packages/Linux/RPM/Makefile,v 1.1 2000/03/09 03:09:21 takayama Exp $  # $OpenXM: OpenXM/misc/packages/Linux/RPM/Makefile,v 1.2 2000/03/09 08:35:43 takayama Exp $
 # *Preparation for debugging this Makefile and openxm.spec.in  # *If you do not like to use /usr/src/redhat area to put *rpm files,
   #  do as follows.
 # 0. Generate ~/.rpmrc and set the TopDir for the work.  # 0. Generate ~/.rpmrc and set the TopDir for the work.
 #    Here is my .rpmrc  #    Here is my .rpmrc
 #  #
Line 7 
Line 8 
 #  #
 #  [ To extract a source from *src.rpm to SOURCES dir,  #  [ To extract a source from *src.rpm to SOURCES dir,
 #    type in "make make-directory" and "rpm -i your.src.rpm" ]  #    type in "make make-directory" and "rpm -i your.src.rpm" ]
 # *Preparations to use this redhat-package builder for OpenXM  
 #  and make a binary distribution.  
 # 0. You must be a root to execute 5 and later.  
 #    rm TopDir: in your ~/.rpmrc  
 #  #
 # *How to build a binary package.  # *How to build a binary package.
 # 1. Make ole by make ole at  $(OpenXM_HOME)/src/kan96xx/Doc.  # 1. Make ole by make ole at  $(OpenXM_HOME)/src/kan96xx/Doc.
Line 19 
Line 16 
 # 3. Generate a source tar ball openxm-1.1.2.tar.gz by  # 3. Generate a source tar ball openxm-1.1.2.tar.gz by
 #     cd $(OpenXM_HOME)/misc/packages/FreeBSD/openxm-1.1.2 ; make make-tar-ball  #     cd $(OpenXM_HOME)/misc/packages/FreeBSD/openxm-1.1.2 ; make make-tar-ball
 # 4. Type in make link-for-real-openxm  # 4. Type in make link-for-real-openxm
 # 5. Type in make build-binary-rpm  # 5. Type in make build-binary-rpm  (for test)
   # REAL 5. Edit openxm.spec.in and remove the line BuildRoot.
   #          Su and type in make build-binary-rpm
   #         work should be removed by the super user.
 # The binary package will be generated at  work/RPMS/i386.  # The binary package will be generated at  work/RPMS/i386.
 #  #
 # Example 1 :  debug this Makefile and openxm.spec.in  # Example 1 :  debug this Makefile and openxm.spec.in

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>