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

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

Vendor: 	OARCorp
Distribution: 	Linux

BuildRoot:	%{_defaultbuildroot}