source: rtems/scripts/common/common.add.in @ 99f97d3f

Last change on this file since 99f97d3f was 99f97d3f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/09/03 at 08:56:57

2003-05-09 Ralf Corsepius <corsepiu@…>

  • common/common.add.in: Add %define os_install_post %{nil} to work around rpm-4.2 choking on foreign file types.
  • Property mode set to 100644
File size: 429 bytes
RevLine 
[b5b0433e]1#
2# Please send bugfixes or comments to
3#       http://www.oarcorp.com/cgi-bin/gnatweb.pl
4# or    mailto:@PACKAGE_BUGREPORT@
5#
6
7%define _prefix                 @prefix@
8%define _defaultbuildroot       %{_tmppath}/%{name}-%{version}-root
9%ifos cygwin cygwin32
10%define _exeext .exe
11%else
12%define _exeext %{nil}
13%endif
14
[99f97d3f]15# Work around to a bug in rpm-4.2
16%define __os_install_post       %{nil}
17
[ab591073]18Vendor:         OARCorp
19Distribution:   Linux
20
21BuildRoot:      %{_defaultbuildroot}
Note: See TracBrowser for help on using the repository browser.