[BACK]Return to rpm-2.rc.template CVS log [TXT][DIR] Up to [Development] / xfs-cmds / dmapi / build / rpm

File: [Development] / xfs-cmds / dmapi / build / rpm / rpm-2.rc.template (download)

Revision 1.1, Wed Jan 17 01:36:55 2001 UTC (16 years, 9 months ago) by nathans
Branch: MAIN
CVS Tags: XFS-1_3_0pre1, Release-1_0_0, Linux-2_4_5-merge, HEAD

initial version for reworked dmapi build environment.

#
# rpmrc.template
#
# Template to fudge rpm directory structure inside IRIX-like build
# environment

# topdir == $(WORKAREA)
topdir: %topdir%

# Following directories are specific to the topdir
# This is where build is done. In out case it's the same as $WORKAREA
# Be careful not to run full rpm build as it will override the sources 
builddir: %topdir%

# This is where foo.1.99.tar.gz is living in the real world.
sourcedir: %topdir%/build

# This is where binary RPM and source RPM would end up
rpmdir:    %topdir%/build/rpm
srcrpmdir:  %topdir%/build/rpm
specdir:   %topdir%/build/rpm

# Leave RPM files in the same directory - we're not building for 
# multiple architectures
rpmfilename: %{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}.rpm