forked from Imagelibrary/rtems
* common/common.add.in: Add %define __os_install_post %{nil} to
work around rpm-4.2 choking on foreign file types.
22 lines
429 B
Plaintext
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}
|