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

%define	_prefix			@prefix@
%define _defaultbuildroot 	%{_tmppath}/%{name}-%{version}-root
%ifos cygwin cygwin32
%define _exeext .exe
%else
%define _exeext %{nil}
%endif

Vendor: 	OARCorp
Distribution: 	Linux

BuildRoot:	%{_defaultbuildroot}