Files
rtems/scripts/common/common.add.in
Ralf Corsepius 99f97d3f2d 2003-05-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* common/common.add.in: Add %define __os_install_post %{nil} to
	work around rpm-4.2 choking on foreign file types.
2003-05-09 08:56:57 +00:00

22 lines
429 B
Plaintext

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