source: rtems/contrib/crossrpms/common/common.add @ ace2542

Last change on this file since ace2542 was ace2542, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/10/07 at 06:33:50

Update bugfix address

  • Property mode set to 100644
File size: 300 bytes
RevLine 
[4c40577]1#
2# Please send bugfixes or comments to
[ace2542]3#       http://www.rtems.org/bugzilla
[4c40577]4#
5
6%if "%{_prefix}" != "/usr"
[65e2634]7%define _prefix                 @_prefix@
[4c40577]8%define _infodir                %{_prefix}/info
9%define _mandir                 %{_prefix}/man
10%endif
11
12%ifos cygwin cygwin32 mingw mingw32
13%define _exeext .exe
14%else
15%define _exeext %{nil}
16%endif
[4fa25687]17
Note: See TracBrowser for help on using the repository browser.