1#
2# rpmrc.template
3#
4# Template to fudge rpm directory structure inside IRIX-like build
5# environment
6
7# topdir == $(WORKAREA)
8topdir: %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 
13builddir: %topdir%
14
15# This is where foo.1.99.tar.gz is living in the real world.
16sourcedir: %topdir%/build
17
18# This is where binary RPM and source RPM would end up
19rpmdir:    %topdir%/build/rpm
20srcrpmdir:  %topdir%/build/rpm
21specdir:   %topdir%/build/rpm
22
23# Leave RPM files in the same directory - we're not building for 
24# multiple architectures
25rpmfilename: %{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}.rpm
26