summaryrefslogtreecommitdiffstats
path: root/scripts/common/common.add.in
blob: 9a09d902660bf8cc200a177bf5722417e4637b7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# 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

# Work around to a bug in rpm-4.2
%define __os_install_post	%{nil}

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