summaryrefslogblamecommitdiffstats
path: root/scripts/common/common.add.in
blob: 9365c881380be5a1495628567abf45998d8290e5 (plain) (tree)
1
2
3
4
5
6
7

                                     
                                               



                                        







                                               






                                                                   

                                      
 



                                    
#
# 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 rpmprefix		@rpmprefix@
%define rpmgroup		@rpmgroup@

%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}