mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
* 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.
30 lines
596 B
Plaintext
30 lines
596 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: www.rtems.com
|
|
Distribution: Linux
|
|
|
|
BuildRoot: %{_defaultbuildroot}
|