mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
* Makefile.am, configure.ac, autotools/autoconf-rtems.spec.in, autotools/automake-rtems.spec.in, binutils/Makefile.am, binutils/base-binutils.add, binutils/binutils.add, binutils/mkspec.in, binutils/target-binutils.add, common/common.add.in, cpukit/Makefile.am, gcc3newlib/Makefile.am, gcc3newlib/base-g77.add, gcc3newlib/base-gcc.add, gcc3newlib/base-gcj.add, gcc3newlib/base-gnat.add, gcc3newlib/gccnewlib.add, gcc3newlib/mkspec.in, gcc3newlib/target-c++.add, gcc3newlib/target-g77.add, gcc3newlib/target-gcc.add, gcc3newlib/target-gcj.add, gcc3newlib/target-gnat.add, gcc3newlib/target-objc.add, gccnewlib/Makefile.am, gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/Makefile.am: Merger from rtems-4-6-branch. * common/common.am: New.
30 lines
590 B
Plaintext
30 lines
590 B
Plaintext
#
|
|
# Please send bugfixes or comments to
|
|
# http://www.rtems.com/cgi-bin/gnatweb.pl
|
|
# or mailto:@PACKAGE_BUGREPORT@
|
|
#
|
|
|
|
%define _prefix @prefix@
|
|
%if "%{_prefix}" != "/usr"
|
|
%define _infodir %{_prefix}/info
|
|
%define _mandir %{_prefix}/man
|
|
%endif
|
|
|
|
%define rpmprefix @rpmprefix@
|
|
%define rpmgroup @rpmgroup@
|
|
|
|
%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}
|