summaryrefslogtreecommitdiffstats
path: root/scripts/common/common.add.in
blob: 3b8b1a7ba1ce58ac3d8723b9b6c04369100b30c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Please send bugfixes or comments to
# 	http://www.rtems.com/cgi-bin/gnatweb.pl
# or	mailto:@PACKAGE_BUGREPORT@
#

%define	_prefix			@prefix@
%if "%{_prefix}" != "/usr"
%define _infodir		%{_prefix}/info
%define _mandir			%{_prefix}/man
%endif

%define rpmgroup		@rpmgroup@

%ifos cygwin cygwin32
%define _exeext .exe
%else
%define _exeext %{nil}
%endif

BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)