Git init
[framework/base/acl.git] / build / rpm / rpm-2.rc.template
1 #
2 # rpmrc.template
3 #
4 # Template to fudge rpm directory structure inside IRIX-like build
5 # environment
6
7 # topdir == $(WORKAREA)
8 topdir: %topdir%
9
10 # Following directories are specific to the topdir
11 # This is where build is done. In out case it's the same as $WORKAREA
12 # Be careful not to run full rpm build as it will override the sources 
13 builddir: %topdir%
14
15 # This is where foo.1.99.tar.gz is living in the real world.
16 sourcedir: %topdir%/build
17
18 # This is where binary RPM and source RPM would end up
19 rpmdir:    %topdir%/build/rpm
20 srcrpmdir:  %topdir%/build/rpm
21 specdir:   %topdir%/build/rpm
22
23 # Leave RPM files in the same directory - we're not building for 
24 # multiple architectures
25 rpmfilename: %{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}.rpm