source: rtems/scripts/common/common.add.in @ 5d85028

4.104.114.84.95
Last change on this file since 5d85028 was 5d85028, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/04 at 13:21:24

2004-02-09 Ralf Corsepius <corsepiu@…>

  • rtems/rtems-source.add: New.
  • Makefile.am: Add rtems/rtems-source.spec handling.
  • configure.ac: AC_SUBST(RTEMS_VERSION,[_RTEMS_VERSION]).
  • common/common.add.in: Use www.rtems.com as Vendor.
  • Property mode set to 100644
File size: 596 bytes
RevLine 
[b5b0433e]1#
2# Please send bugfixes or comments to
[ae674781]3#       http://www.rtems.com/cgi-bin/gnatweb.pl
[b5b0433e]4# or    mailto:@PACKAGE_BUGREPORT@
5#
6
7%define _prefix                 @prefix@
[087a6c86]8%if "%{_prefix}" != "/usr"
9%define _infodir                %{_prefix}/info
10%define _mandir                 %{_prefix}/man
11%endif
12
13%define rpmprefix               @rpmprefix@
14%define rpmgroup                @rpmgroup@
15
[b5b0433e]16%define _defaultbuildroot       %{_tmppath}/%{name}-%{version}-root
17%ifos cygwin cygwin32
18%define _exeext .exe
19%else
20%define _exeext %{nil}
21%endif
22
[087a6c86]23# Work around to a bug in rpm-4.2
24%define __os_install_post       %{nil}
[ae674781]25
[5d85028]26Vendor:         www.rtems.com
[ab591073]27Distribution:   Linux
28
29BuildRoot:      %{_defaultbuildroot}
Note: See TracBrowser for help on using the repository browser.