Files
rtems/scripts/common/common.add.in
Ralf Corsepius e4b19874ee 2005-05-03 Ralf Corsepius <ralf.corsepius@rtems.org>
* common/common.add.in: Use FC compliant BuildRoot.
2005-05-03 13:32:57 +00:00

30 lines
576 B
Plaintext

#
# 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@
%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: www.rtems.com
Distribution: Linux
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)